Build precise queries to find exactly what you need
Press ESC to close
Very handy plugin – ran into one minor problem in version 2.4 with the “status” command. check_apcupsd only looks at the first word in the STATUS: provided by apcaccess. Changing the check at line 188 from this: VALUE=`$APCACCESS status $HOSTNAME:$PORT | grep -i ^$ARG | sed ‘s/.*: *([A-Z]*).*/1/’` to this: VALUE=`$APCACCESS status $HOSTNAME:$PORT | grep -i ^$ARG | sed -e ‘s/^.*: *//’ -e ‘s/ *$//’`
seemed to do the trick for me – now our brand new UPS can report “ONLINE NOBATT” and we’ll notice!
Thanks!
John
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!