Build precise queries to find exactly what you need
Press ESC to close
Good plugin, I added Perfdata for NagiosGraph replacing the final 3 IF by this code:
if [[ “$percent” -le $critical ]]; then echo “CRITICAL – $free MB ($percent%) Free Memory | total=${total}MB used=${used}MB” exit $STATE_CRITICAL elif [[ “$percent” -le $warning ]]; then echo “WARNING – $free MB ($percent%) Free Memory | total=${total}MB used=${used}MBÂș” exit $STATE_WARNING elif [[ “$percent” -gt $warning ]]; then echo “OK – $free MB ($percent%) Free Memory | total=${total}MB used=${used}MB” exit $STATE_OK fi
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!