mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added new health admin page for thresholds
This commit is contained in:
@@ -29,6 +29,11 @@ if ($_SESSION['userlevel'] < '7')
|
||||
|
||||
$panes['ipmi'] = 'IPMI';
|
||||
|
||||
if (dbFetchCell("SELECT COUNT(sensor_id) FROM `sensors` WHERE device_id = ? AND sensor_deleted='0' LIMIT 1", array($device['device_id'])) > 0)
|
||||
{
|
||||
$panes['health'] = 'Health';
|
||||
}
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
unset($sep);
|
||||
|
Reference in New Issue
Block a user