Added new health admin page for thresholds

This commit is contained in:
laf
2014-06-14 23:05:31 +01:00
parent 90e2305bcd
commit 911647d08c
14 changed files with 1039 additions and 3 deletions

View File

@@ -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);