aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins
Commit message (Collapse)AuthorAgeLines
* Adjust nagios kernel version checking module to work with recent Ubuntu ↵Petter Reinholdtsen2016-05-16-0/+5
| | | | kernels (Closes: #803720). Patch from Daniele Palumbo.
* Reorder version matching in nagios-plugins/check_kernel_status to handle ↵Petter Reinholdtsen2014-08-21-4/+6
| | | | newer Linux kernels in Debian (Closes: #752374).
* Adjust nagios-plugins/check_kernel_status to avoid perl warning on Debian ↵Petter Reinholdtsen2014-08-21-2/+2
| | | | and Ubuntu.
* nagios-plugins/check_kernel_status: Add support for new format ofPetter Reinholdtsen2012-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 Reinholdtsen2012-04-29-2/+2
|
* Change temp file name created by nagios-plugins check_cups_queue toPetter Reinholdtsen2012-02-11-1/+1
| | | | | include host name being checked, to make it easier to figure out why some of the temp files are left behind.
* Improve handling of NAGIOSIGNORE in check_etc_resolv.Petter Reinholdtsen2012-01-31-1/+4
|
* Typo.Petter Reinholdtsen2012-01-31-2/+2
|
* Add support in nagios plugins check_etc_hosts and check_etc_resolvPetter Reinholdtsen2012-01-31-1/+3
| | | | for ignoring entires tagged '# NAGIOSIGNORE'.
* Add support in nagios plugin check_etc_hosts for ignoring entires tagged '# ↵Petter Reinholdtsen2012-01-31-1/+3
| | | | NAGIOSIGNORE'.
* 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.
* Report missing ldapsearch tool from check_ldap_root.Petter Reinholdtsen2011-12-23-0/+7
|
* Add forgotten nagios plugin check_ldap_root to package.Petter Reinholdtsen2011-12-22-0/+24
|
* Adjust nagios-plugins/check_cups_queue to enforce the C localePetter Reinholdtsen2011-11-15-2/+2
| | | | | is used to get age calculation working independent of system locale.
* 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.
* Mention the source of the GPL state of the check_cups_queue.Petter Reinholdtsen2010-03-01-1/+3
|
* Check cups using the check_cups_queue Nagios module fromPetter Reinholdtsen2010-02-20-0/+193
| | | | http://exchange.nagios.org/directory/Plugins/Printing/check_cups_queue/details
* Accept single DNS server setups.Petter Reinholdtsen2010-02-03-1/+1
|
* Port to Debian.Petter Reinholdtsen2010-02-03-2/+2
|
* Add three Nagios checks to detect bugs in /etc/resolv.conf, /etc/hostsPetter Reinholdtsen2010-02-03-0/+407
| | | | and a shutdown in progress.
* 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 >.