Build precise queries to find exactly what you need
Press ESC to close
Good tool. But i got an check-aacraid.py:47: DeprecationWarning: os.popen4 is deprecated. check-aacraid.py:60: DeprecationWarning: os.popen4 is deprecated.
Please add this changes: * after the includes from subprocess import PIPE, Popen * change line 47 to: for line in Popen([“/usr/bin/sudo”,”/usr/StorMan/arcconf” , “GETCONFIG”,”1″,”LD”], stdin=PIPE, stdout=PIPE, close_fds=True).stdout: * change line 60 to: for line in Popen([“/usr/bin/sudo”,”/usr/StorMan/arcconf” , “GETCONFIG”,”1″,”AD”], stdin=PIPE, stdout=PIPE, close_fds=True).stdout:
And no Depricated warnungs will appear at ubuntu 10.04 LTS
Thanks for your good tool
PS: switching to WARNING State when Battery is loading creates too much messages. So i deleted that Feature (quick and dirty): […] if bstatus.group(1) == “Charging”: #if check_status
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!