Update health.inc.php

This commit is contained in:
boudreau
2016-09-19 11:04:02 -04:00
committed by GitHub
parent ae9d36175b
commit 0cb674c7cd

View File

@@ -19,6 +19,9 @@ if ($used_sensors['voltage']) {
if ($used_sensors['frequency']) {
$datas[] = 'frequency';
}
if ($used_sensors['runtime']) {
$datas[] = 'runtime';
}
if ($used_sensors['current']) {
$datas[] = 'current';
}
@@ -50,6 +53,7 @@ $type_text['processor'] = "Processor";
$type_text['voltage'] = "Voltage";
$type_text['fanspeed'] = "Fanspeed";
$type_text['frequency'] = "Frequency";
$type_text['runtime'] = "Runtime";
$type_text['current'] = "Current";
$type_text['power'] = "Power";
$type_text['toner'] = "Toner";