mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02: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