mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
stealth toner overview health page
git-svn-id: http://www.observium.org/svn/observer/trunk@2561 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -22,6 +22,7 @@ $type_text['fanspeed'] = "Fanspeed";
|
||||
$type_text['frequency'] = "Frequency";
|
||||
$type_text['current'] = "Current";
|
||||
$type_text['power'] = "Power";
|
||||
$type_text['toner'] = "Toner";
|
||||
|
||||
if (!$vars['metric']) { $vars['metric'] = "processor"; }
|
||||
if (!$vars['view']) { $vars['view'] = "detail"; }
|
||||
@@ -84,6 +85,7 @@ print_optionbar_end();
|
||||
if (in_array($vars['metric'],array_keys($used_sensors))
|
||||
|| $vars['metric'] == 'processor'
|
||||
|| $vars['metric'] == 'storage'
|
||||
|| $vars['metric'] == 'toner'
|
||||
|| $vars['metric'] == 'mempool')
|
||||
{
|
||||
include('pages/health/'.$vars['metric'].'.inc.php');
|
||||
|
Reference in New Issue
Block a user