check_snmp output formating
Posted: Fri Oct 12, 2012 2:40 am
Hi,
I'm using check_snmp to monitor a APC ups when I run the following;
I get;
Is it possable to format this so "Current Load" isn't repeated twice?
Thanks
I'm using check_snmp to monitor a APC ups when I run the following;
Code: Select all
./check_snmp -H <HostName> -o .1.3.6.1.4.1.318.1.1.1.4.2.3.0 -w 60 -c 90 -l 'Current Load' -u '%'
Code: Select all
SNMP OK - Current Load 28 % | Current Load=28Thanks