Build precise queries to find exactly what you need
Press ESC to close
Worked perfectly. Just download it & make following changes in Nagios configuration.
In /usr/local/nagios/etc/objects/commands.cfg
define command { command_name check_abc.com command_line $USER1$/check_domain -d $ARG1$ -w $ARG2$ -c $ARG3$ } #################################### In /usr/local/nagios/etc/objects/localhost.cfg
define service{ use generic-service ; Inherit values from a template host_name localhost service_description Domain Expiry of abc.com
check_command check_abc.com!abc.com!30!10
Here, 30 = Warning of 30 days remaining 10 = Critical message of 10 days remaining
Nishith N.Vyas
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!