mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added group support for Oxidized
This commit is contained in:
@@ -17,6 +17,14 @@ $oxidized_conf = array(
|
||||
'descr' => 'Enable config versioning access',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
array('name' => 'oxidized.group_support',
|
||||
'descr' => 'Enable the return of groups to Oxidized',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
array('name' => 'oxidized.default_group',
|
||||
'descr' => 'Set the default group returned',
|
||||
'type' => 'text',
|
||||
),
|
||||
);
|
||||
|
||||
$unixagent_conf = array(
|
||||
|
Reference in New Issue
Block a user