aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Improve error reporting from Nagios plugin check_kernel_status.Petter Reinholdtsen2011-12-25-7/+18
| | | | | Make it more robust by telling dpkg -l to not cut long lines when looking for kernel versions.
* releasing version 0.0.74Petter Reinholdtsen2011-12-24-2/+2
|
* Typo.Petter Reinholdtsen2011-12-24-1/+1
|
* Make sure DNS, IMAPS and Squid checks can be tested on clientsPetter Reinholdtsen2011-12-24-5/+21
| | | | as well as the server.
* Fix typo in NRPE rule for check_swap, causing the warning levelPetter Reinholdtsen2011-12-24-1/+3
| | | | to be ignored.
* Rewrite code to recognise a remote Nagios client to use host IDPetter Reinholdtsen2011-12-24-20/+44
| | | | to allow a Nagios server to be another Nagios servers client.
* Add suggests from sitesummary on ldap-utils and cups-client forPetter Reinholdtsen2011-12-23-1/+3
| | | | tools needed by Nagios checks.
* Report missing ldapsearch tool from check_ldap_root.Petter Reinholdtsen2011-12-23-0/+8
|
* Collect /etc/lsb-release if present to have more detailed versionPetter Reinholdtsen2011-12-23-1/+3
| | | | information on Ubuntu.
* In Nagios configuration, only check for software raid when it is enabled, ↵Petter Reinholdtsen2011-12-23-6/+13
| | | | instead of just when /proc/mdstat is present.
* Ignore devtmpfs in Nagios configuration, the same way tmpfs isPetter Reinholdtsen2011-12-23-0/+3
| | | | ignored.
* Add munin include dir to default munin config to match recentPetter Reinholdtsen2011-12-22-0/+11
| | | | munin versions.
* releasing version 0.0.73Petter Reinholdtsen2011-12-22-3/+3
|
* Add forgotten nagios plugin check_ldap_root to package.Petter Reinholdtsen2011-12-22-0/+30
|
* releasing version 0.0.72Petter Reinholdtsen2011-12-18-3/+2
|
* Add support for hostmap.d/ and comments.Petter Reinholdtsen2011-12-17-10/+26
|
* Typo.Petter Reinholdtsen2011-12-17-1/+1
|
* Add support for remapping hostnames for individual client entries,Petter Reinholdtsen2011-12-17-7/+59
| | | | | to make it possible to gather Munin and Nagios status for hosts behind VPN connections and with non-unique host names.
* releasing version 0.0.71Petter Reinholdtsen2011-11-29-2/+2
|
* Make munin plugin more robust, by not mapping 'illegal' charactersPetter Reinholdtsen2011-11-26-2/+5
| | | | in site names to _.
* Document that this version isn't released yet.Petter Reinholdtsen2011-11-26-1/+1
|
* Make sure 'site-summary -l' report handle hosts without a site set.Petter Reinholdtsen2011-11-26-6/+9
|
* releasing version 0.0.70Petter Reinholdtsen2011-11-15-2/+2
|
* Add more bogus DMI vendor and model strings to the ignore list forPetter Reinholdtsen2011-11-15-0/+6
| | | | the hardware settings.
* Adjust nagios-plugins/check_cups_queue to enforce the C localePetter Reinholdtsen2011-11-15-2/+6
| | | | | is used to get age calculation working independent of system locale.
* Adjust sitesummary-nodes code for generating Nagios configurationPetter Reinholdtsen2011-11-14-2/+6
| | | | to avoid perl warnings when no default route is set for a host.
* Improve description.Petter Reinholdtsen2011-11-14-3/+3
|
* Keep the LDAP TCP check to ensure we discover if the server is listening but ↵Petter Reinholdtsen2011-11-14-0/+1
| | | | not responding to searches.
* Improve LDAP server check, not only checking if the TCP port isPetter Reinholdtsen2011-11-14-2/+17
| | | | | listening, but also check if the server will reply to searches for the root DSE.
* Use warnings instead of -w to ensure warnings are enabled no matter how the ↵Petter Reinholdtsen2011-11-14-5/+8
| | | | script is called. Prepare for a new release.
* Revert LDAP server check, as the check_ldap module provided in ↵Petter Reinholdtsen2011-11-14-12/+1
| | | | nagios-plugins-basic is not able to do a base search to fetch the root entry.
* Typo.Petter Reinholdtsen2011-11-14-1/+1
|
* Adjust LDAP check.Petter Reinholdtsen2011-11-14-3/+9
|
* Improve descriptions.Petter Reinholdtsen2011-11-14-5/+5
|
* Change Standards-Version from 3.9.1 to 3.9.2. No changes needed.Petter Reinholdtsen2011-11-13-1/+2
|
* Add Catalan translation from Sergi Casbas (Closes: #609714).Petter Reinholdtsen2011-11-13-0/+80
|
* Add LDAP protocol check (simple search for root attributes) forPetter Reinholdtsen2011-11-13-1/+6
| | | | machines with slapd installed.
* Make CUPS check more robust. Require both cups and cups-clientPetter Reinholdtsen2011-11-13-2/+9
| | | | | packages installed to enable it.
* Unfortunatelly, this seems to be a random thing ..., still not solved.Andreas B. Mundt2011-06-16-3/+1
|
* Add '-w' and 'use strict;' to nagios-plugins/check_kernel_status.Andreas B. Mundt2011-06-16-9/+16
| | | | | 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/+13
| | | | | to help nagios' embedded perl interpreter to run the script after reboot.
* revert wrong fix of the check_kernel_status-error, see #630389Andreas B. Mundt2011-06-13-7/+1
|
* This should be correct path nowAndreas B. Mundt2011-06-13-1/+1
|
* Fix wrong path in Makefile.Andreas B. Mundt2011-06-13-1/+7
|
* fix stupid typoHolger Levsen2010-12-04-1/+1
|
* * Bump standards to 3.9.1, no changes needed.Holger Levsen2010-12-04-5/+8
| | | | | * Add myself to uploaders. * Add one missing explicit reference to GPL-2 in debian/copyright.
* prepare releaseHolger Levsen2010-12-04-2/+2
|
* sitesummary-upload: correct check for empty http_proxy variable. Holger Levsen2010-12-04-2/+5
|
* clearify changelog Ronny Aasen2010-11-22-1/+2
|
* * fixing my fixRonny Aasen2010-11-22-1/+10
|