Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adjust nagios kernel version checking module to work with recent Ubuntu ↵ | Petter Reinholdtsen | 2016-05-16 | -0/+5 |
| | | | | kernels (Closes: #803720). Patch from Daniele Palumbo. | |||
* | Reorder version matching in nagios-plugins/check_kernel_status to handle ↵ | Petter Reinholdtsen | 2014-08-21 | -4/+6 |
| | | | | newer Linux kernels in Debian (Closes: #752374). | |||
* | Adjust nagios-plugins/check_kernel_status to avoid perl warning on Debian ↵ | Petter Reinholdtsen | 2014-08-21 | -2/+2 |
| | | | | and Ubuntu. | |||
* | nagios-plugins/check_kernel_status: Add support for new format of | Petter Reinholdtsen | 2012-11-06 | -0/+4 |
| | | | | /proc/version introduced in kernel package version 3.2.32-1. | |||
* | Add support in check_kernel_version for any 3.X kernel. | Petter Reinholdtsen | 2012-04-29 | -2/+2 |
| | ||||
* | Improve error reporting from Nagios plugin check_kernel_status. | Petter Reinholdtsen | 2011-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 Reinholdtsen | 2011-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. Mundt | 2011-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 seems | Andreas B. Mundt | 2011-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 a | Petter Reinholdtsen | 2010-01-31 | -0/+120 |
reboot to activate a new kernel. Written by Toni Van Remortel and found at <URL: http://www.monitoringexchange.org >. |