Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This script replaces the check_disk that comes with the Nagios. The check_disk that comes with Nagios reported that the inodes on AIX and Linux were constantly at 99% free, when in reality they were far less. AIX, HP-UX, Solaris, and Linux are all supported by this script.
Current Version
0.9
Last Release Date
2019-05-02
Owner
Luke Gehl
License
GPL
Compatible With
This script replaces the check_disk that comes with the Nagios. The check_disk that comes with Nagios reported that the inodes on AIX and Linux were constantly at 99% free, when in reality they were far less. This only reports on the amount of free space a filesystem has reported according to df (or bdf for HP-UX).
AIX, HP-UX, Solaris, and Linux are all supported by this script.
Script works fine except that some of my servers return a % in the output from df -k. Needed to modify line 77 and change the awk statement to read: awk '{gsub("%",""); print $2 ":" $3 ":" $4 ":" $5}'
You must be logged in to submit a review.
To:
From:
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!