Added group support for Oxidized

This commit is contained in:
laf
2016-01-10 19:45:54 +00:00
parent e3e1b5f6ab
commit a35f6d8c7a
7 changed files with 62 additions and 2 deletions

View File

@@ -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(