From 4badb107dcec14255ec6cc124e8032f771c6fdcc Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 14 Dec 2011 21:52:25 +0000 Subject: [PATCH] disable pdf for now git-svn-id: http://www.observium.org/svn/observer/trunk@2781 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/bill/history.inc.php | 3 ++- includes/discovery/entity-sensor.inc.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/html/pages/bill/history.inc.php b/html/pages/bill/history.inc.php index c40781bb30..5880d3a705 100644 --- a/html/pages/bill/history.inc.php +++ b/html/pages/bill/history.inc.php @@ -102,7 +102,8 @@ ".print_percentage_bar(250, 20, $perc, NULL, "ffffff", $background['left'], $percent."%", "ffffff", $background['right'])." \"Show - \"PDF + \"PDF + "); diff --git a/includes/discovery/entity-sensor.inc.php b/includes/discovery/entity-sensor.inc.php index 3d9fc8425c..6df920d557 100644 --- a/includes/discovery/entity-sensor.inc.php +++ b/includes/discovery/entity-sensor.inc.php @@ -31,6 +31,8 @@ $entitysensor['hertz'] = "freq"; $entitysensor['percentRH'] = "humidity"; $entitysensor['rpm'] = "fanspeed"; $entitysensor['celsius'] = "temperature"; +$entitysensor['dBm'] = "dbm"; + if (is_array($oids)) {