Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_kernel

Rating
4 votes
Favoured:
0
Current Version
1
Last Release Date
2013-01-31
Compatible With
  • Nagios 3.x
License
GPL
Hits
45110
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks if the running kernel is also the newest installed kernel. If not, a reboot may be needed. This plugin is tested on Centos 6, but should work on any modern RHEL compatible system.
Reviews (1)
bynishith, September 21, 2017
Very Simple to use with NRPE. :)
###########################
Nagios Server Configuration:

define service{
use generic-service
host_name mail.example.local
service_description KERNEL Version
check_command check_nrpe!check_kernel
check_interval 1440
}
###########################
NRPE File Configuration:
vim /usr/local/nagios/etc/nrpe.cfg
command[check_kernel]=/usr/local/nagios/libexec/check_kernel
###########################


-Nishith N.Vyas