mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Merge branch 'master' into issue-1650
This commit is contained in:
@@ -76,3 +76,4 @@ foreach ($periods as $period) {
|
||||
echo "</div>";
|
||||
}
|
||||
}
|
||||
unset($graph_array);
|
||||
|
||||
@@ -25,6 +25,10 @@ $oxidized_conf = array(
|
||||
'descr' => 'Set the default group returned',
|
||||
'type' => 'text',
|
||||
),
|
||||
array('name' => 'oxidized.reload_nodes',
|
||||
'descr' => 'Reload Oxidized nodes list, each time a device is added',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
);
|
||||
|
||||
$unixagent_conf = array(
|
||||
|
||||
Reference in New Issue
Block a user