I’ve now written several Nagios plugins and submitted them all to MonitoringExchange. Here’s a quick summary: check_temper for monitoring the temperature with a TEMPer USB thermometer check_kernel for checking that the currently running kernel on an RPM-based system is the most recent installed kernel (not necessarily the latest available kernel in the repository) check_aql_balance forContinue reading “Various Nagios plugins”
Tag Archives: kernel
Checking for the latest kernel with Nagios
I’ve just written a module for Nagios that will determine if the currently running kernel is the latest kernel available on the system. It will not tell you if there is a newer kernel in a yum repository or similar. The main gotcha is that you need an RPM-based system for my script to work,Continue reading “Checking for the latest kernel with Nagios”