Page 4 of 4

Re: Checking APC UPS battery runtime

Posted: Mon Dec 21, 2015 1:31 pm
by Box293
rdobbsmacu wrote: Here is the a screenshot of the command in nagios.
Image
Your problem is the -H, the script is using -H as the argument for the address, not the actual address.

Change it to:

Code: Select all

$USER1$/check_apc_runtime $HOSTADDRESS$

Re: Checking APC UPS battery runtime

Posted: Mon Feb 01, 2016 5:05 pm
by rdobbsmacu
That resolved the problem Thank you for all your help.