aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins/check_kernel_status
Commit message (Collapse)AuthorAgeLines
* Improve error reporting from Nagios plugin check_kernel_status.Petter Reinholdtsen2011-12-25-7/+10
| | | | | Make it more robust by telling dpkg -l to not cut long lines when looking for kernel versions.
* Use warnings instead of -w to ensure warnings are enabled no matter how the ↵Petter Reinholdtsen2011-11-14-1/+2
| | | | script is called. Prepare for a new release.
* Add '-w' and 'use strict;' to nagios-plugins/check_kernel_status.Andreas B. Mundt2011-06-16-7/+13
| | | | | Modify code to get rid of warnings (i.e. add 'my'). This seems to help nagios' embedded perl interpreter to run the script after
* Add '-w' and 'my' to nagios-plugins/check_kernel_status. This seemsAndreas B. Mundt2011-06-16-5/+5
| | | | | to help nagios' embedded perl interpreter to run the script after reboot.
* Add new nagios pluing check_kernel_status to report the need for aPetter Reinholdtsen2010-01-31-0/+120
reboot to activate a new kernel. Written by Toni Van Remortel and found at <URL: http://www.monitoringexchange.org >.