Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
I reviewed this scripts code and tested on several sandbox servers. I then implemented it on multiple CentOS 5.x environments with no problems. This plugin is definitely helpful with quickly pinpointing servers that haven’t been patched.
Additionally, I have it only checking every 24 hours, and have alerting turned off except business hours. Here is our service definition: -=-=-=-=-=-=-=-=-=-=-=-=-= define service{ use generic-service host_name hosta,hostb,hostc max_check_attempts 3 normal_check_interval 1440 retry_check_interval 120 notification_interval 1440 notification_period workhours service_description Check_Linux_Updates check_command check_nrpe!check_yum }