From 4ae4847a60760a0d831d0523f8b8f44bbfb69fc9 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sun, 12 Mar 2017 16:44:24 -0500 Subject: [PATCH] fix: Change rfc1628 'state' (est. runtime and on battery) to runtime (#6158) * fix: Change rfc1628 'state' (est. runtime and on battery) to runtime * Fix up the graph error ( : in ds name). Change seconds on battery to minutes so the value is in minutes * wrong scale for limits * Don't use snmp_walk --- html/includes/graphs/sensor/runtime.inc.php | 4 +- .../discovery/sensors/runtime/rfc1628.inc.php | 52 +++++++++++++++++++ 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 includes/discovery/sensors/runtime/rfc1628.inc.php diff --git a/html/includes/graphs/sensor/runtime.inc.php b/html/includes/graphs/sensor/runtime.inc.php index 2c1eadf72c..4935ac14dc 100644 --- a/html/includes/graphs/sensor/runtime.inc.php +++ b/html/includes/graphs/sensor/runtime.inc.php @@ -1,8 +1,8 @@