aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2009-03-20Make alarm handler customisableGravatar Thomas Guyot-Sionnest
2009-03-20negate: Fix not printing the real timeout in ALRM handler when timeout is lef...Gravatar Thomas Guyot-Sionnest
2009-03-20tests/check_http.t: Add various timeout-related testsGravatar Thomas Guyot-Sionnest
2009-03-19Fixed check_http not timing-out on redirectsGravatar Thomas Guyot-Sionnest thomas@aei.ca
2009-03-19Revert "Add timezone support and fix checks around cert expiration" (keep the...Gravatar Thomas Guyot-Sionnest
2009-03-18Add suggested multi-oid test (John A. Barbuto)Gravatar Thomas Guyot-Sionnest
2009-03-18check_snmp: Fix potential buffer overflow - enforce MAX_OIDS limit (John A. B...Gravatar Thomas Guyot-Sionnest
2009-03-18Add timezone support and fix checks around cert expirationGravatar Thomas Guyot-Sionnest
2009-03-17Check for existence of pre-instaleld pst3 for Solaris tests in t/check_procs.tGravatar Thomas Guyot-Sionnest
2009-03-17Fix check_http sending HTTP/1.0 with v1.1 headers (#2638765)Gravatar Thomas Guyot-Sionnest
2009-03-16Fix check_snmp test on solarisGravatar Thomas Guyot-Sionnest
2009-03-16Update extended check_http tests for 0d78171...Gravatar Thomas Guyot-Sionnest
2009-03-16check_http fixes:Gravatar Thomas Guyot-Sionnest
2009-03-16check_snmp fixes:Gravatar Thomas Guyot-Sionnest
2009-03-14Ignore stderr messages unless return code is non-zero or there is no outputGravatar Ton Voon
2009-03-14Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch b...Gravatar Ton Voon
2009-03-06Create expired cert for testing purposes. Updated tests to checkGravatar Ton Voon
2009-03-05Merge branch 'master' of ssh://repo.or.cz/srv/git/nagiospluginsGravatar Ton Voon
2009-03-05Added inline tests for HTTPS using HTTP::Daemon::SSLGravatar Ton Voon
2009-02-24check_snmp long help missing retries entry (#2608223)Gravatar Thomas Guyot-Sionnest
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Gravatar Ton Voon
2009-02-19Fixed coredump from check_nt when drive not found (Olli Hauer - SF 2179754)Gravatar Ton Voon
2009-02-05check_http --onredirect=sticky follows using the same IP address (sf.net #255...Gravatar Thomas Guyot-Sionnest
2009-02-03Fix aberrant behaviours in check_http:Gravatar Thomas Guyot-Sionnest
2009-01-26Make extract_value more generic:Gravatar Thomas Guyot-Sionnest
2009-01-21Move check_ntp's extract_value to utils_base.c.Gravatar Thomas Guyot-Sionnest
2009-01-20Trick for check_users test without users logged-inGravatar Thomas Guyot-Sionnest
2009-01-15Sync with gnulibGravatar Thomas Guyot-Sionnest
2008-12-23Allow privproto to be passed through check_snmp to snmpget. Defaults to DESGravatar Ton Voon
2008-12-03check_mrtg: fix plugin returning UNKNOWN instead of OK (bug #2378068)Gravatar Thomas Guyot-Sionnest
2008-11-26Fixing build breakages (I totally forgot this rule was there...)Gravatar Thomas Guyot-Sionnest
2008-11-26Disable dynamic versionning for releases, and allow generating version out of...Gravatar Thomas Guyot-Sionnest
2008-11-25Workaround to support more make programsGravatar Thomas Guyot-Sionnest
2008-11-23Avoid the use of .PHONY (target s created twice and I have no idea if it's ri...Gravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-20Add comment to recent check_disk patchGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-19Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265)Gravatar Thomas Guyot-Sionnest
2008-11-19check_disk: rerpopulate the mount list after doing a stat() on paths specifie...Gravatar Thomas Guyot-Sionnest
2008-11-08Add missing long options for check_nt (for use with extra-opts)Gravatar Thomas Guyot-Sionnest
2008-11-08Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt...Gravatar Thomas Guyot-Sionnest
2008-11-08Fixed bug where extra headers and redirect caused segfault (Dieter Van de Wal...Gravatar Ton Voon
2008-11-08check_http now has options to specify the HTTP method (Jan - 2155152)Gravatar Ton Voon
2008-11-05Fix check_tcp longoptions handlingGravatar Thomas Guyot-Sionnest
2008-11-05Fix check_http test (altinity.com redirects now).Gravatar Thomas Guyot-Sionnest
2008-11-04check_ups now sends a LOGOUT string (debian bug #387001)Gravatar Thomas Guyot-Sionnest
2008-10-05check-users thresholds was >= rather than > as documented.Gravatar Thomas Guyot-Sionnest
2008-09-25Fix small test failureGravatar Ton Voon
2008-09-02TypoGravatar Thomas Guyot-Sionnest
2008-09-02Some HTTP server applications/configurations cause trouble if the port isGravatar Holger Weiss