From 503cd98c361e097d00f443e64629e9889c6df1fa Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 7 Nov 2013 13:34:55 +0100 Subject: [PATCH 1/1] rename ambient to ups temperature --- megatec-netagent.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/megatec-netagent.conf b/megatec-netagent.conf index 54db3ac..c780152 100644 --- a/megatec-netagent.conf +++ b/megatec-netagent.conf @@ -11,7 +11,7 @@ $hosts = 'rrdfile' => "/var/www/usv/.work/ups.rrd", 'community' => "public", - 'fields' => [ 'inputV', 'inputVmax', 'inputVmin', 'inputHZ', 'outputV', 'outputHZ', 'battC', 'battV', 'load', 'ambT', 'timeR' ], + 'fields' => [ 'inputV', 'inputVmax', 'inputVmin', 'inputHZ', 'outputV', 'outputHZ', 'battC', 'battV', 'load', 'upsT', 'timeR' ], 'vars' => { 'inputV' => { @@ -84,8 +84,8 @@ $hosts = 'min' => '0', 'max' => '110', }, - 'ambT' => { - 'name' => 'Ambient Temperature', + 'upsT' => { + 'name' => 'UPS Temperature', 'oidtext' => 'XPPC-MIB::upsSmartBatteryTemperature.0', 'oid' => '1.3.6.1.4.1.935.1.1.1.2.2.3.0', 'min' => '0', -- 2.39.2