Build precise queries to find exactly what you need
Press ESC to close
Since the last couple of days – the .org domain checks are failing. I fixed this with the following simple edits:
Change: (from around line 100) elif [ $TYPE == ‘pir’ ]; then expiration=`cat ${FILE} | awk ‘/Expiration Date:/’ | cut -d ‘:’ -f2 | cut -d ‘ ‘ -f1`
To: elif [ $TYPE == ‘pir’ ]; then #Registry Expiry Date expiration=`cat ${FILE} | awk ‘/Registry Expiry Date:/’ | cut -d ‘:’ -f2`
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!