summaryrefslogtreecommitdiffstats
path: root/THANKS.in
AgeCommit message (Collapse)AuthorFilesLines
2014-01-28check_dig: fix wrong IPv6 arguments orderThomas Guyot-Sionnest1-0/+1
2014-01-24check_ping: Fixing "time of day goes back"Jan Wagner1-0/+1
by Geoff Oakham <goakham at oanda.com> Patch of check_ping that allows it to gracefully handle when ping outputs to stderr "Warning: time of day goes back (-XXXXus), taking countermeasures." Closes: #809 and #1195
2013-09-30Update THANKS fileHolger Weiss1-0/+16
Add all new Git commit authors to the THANKS.in file.
2013-08-19check_ide_smart: Add support for NetBSDHolger Weiss1-0/+1
Thanks to Emmanuel Dreyfus for providing the patch.
2013-08-15cleanup after check_http patch (fixes #50)Sven Nierlein1-0/+1
- cleanup whitespace - added test cases - print time_ssl only if ssl is in use - updated news and thanks file
2013-08-15updated news and thanks fileSven Nierlein1-0/+2
2013-08-06Fixed SF.net bug 2555775, threshold can be double for check_smtpJan Wagner1-0/+1
Thanks to Roman Fiedler for reporting the issue and providing a fix
2013-07-08check_nt: Fixes NULL pointer dereferenceJan Wagner1-0/+1
Thanks to Vaclav Ovsik for reporting the issue and providing a fix
2013-05-12NEWS, THANKS: Mention the latest changesHolger Weiss1-0/+1
2013-03-25NEWS, THANKS: Mention Richard Leitner's changesHolger Weiss1-0/+1
2013-03-25NEWS, THANKS: Mention check_oracle --connect flagHolger Weiss1-0/+1
2013-01-23added latest commits to NEWS fileSven Nierlein1-0/+1
2013-01-23updated changelog and thanks file for previous patchSven Nierlein1-0/+1
2012-06-29NEWS, THANKS: Mention Anders Kaseorg's changesHolger Weiss1-0/+1
2012-06-26Fix performance data label containing spaces in check_snmp (Jochen Bern)Sven Nierlein1-0/+1
Add --perf-oids option for check_snmp to retain optional 1.4.14 compatibility
2012-06-26Remove team members from the THANKS fileHolger Weiss1-3/+0
The (current and past) team members are listed in the AUTHORS file.
2012-06-26Add Sven Nierlein to the list of AUTHORSHolger Weiss1-1/+0
2012-06-25updated changelogSven Nierlein1-0/+1
2012-06-24check_ping: Ignore ping(1)'s exit statusHolger Weiss1-0/+1
Don't return a WARNING state if the number of lost packets is greater than zero but below the specified warning threshold. This happened because the check_ping plugin used the exit status of the ping(1) utility. (#3535140 - Tobias Brox)
2012-06-23check_disk_smb: Add performance dataHolger Weiss1-0/+1
(Debian #654259 - Charles-Henri Larose)
2012-06-13check_dhcp: Don't misinterpret the "siaddr" fieldHolger Weiss1-0/+1
RFC 2131 (2.) says: "DHCP clarifies the interpretation of the 'siaddr' field as the address of the server to use in the next step of the client's bootstrap process." So, we shouldn't interpret this field as the DHCP server's own address. (#3503921 - Jason Ellison)
2012-06-11Improve parsing of ping6(1) outputHolger Weiss1-0/+1
The ping6(1) implementation provided by Debian's iputils-ping package may produce output such as the following: | 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2009ms There's a corresponding pattern in check_ping.c:458: | "%*d packets transmitted, %*d received, +%*d errors, %d%% packet loss" Without this fix, the pattern in check_ping.c:456 matched first (as sscanf(3) interprets "+3" as a match for "%d"): | "%*d packets transmitted, %*d received, %d%% loss, time" (#1894850 - Debian bug report #514588 - Matej Vela)
2012-06-07Update NEWS and THANKS w.r.t. check_users changeHolger Weiss1-0/+1
2012-05-29Mention the check_range function in NEWS, etc.Holger Weiss1-0/+1
2012-05-28Add support for specifying SSL protocol versionHolger Weiss1-0/+1
The check_http -S/--ssl option now takes an optional argument which specifies the desired SSL/TLS protocol version (#3285367 - Jason Lunn).
2011-04-29check_host: Allocate a large-enough buffer for the host table.Sebastian Harl1-0/+1
When specifying a host-name on the command line, each of its IPs is added to the host table (and each one is pinged). So, the buffer has to be large enough to hold all of the respective host objects. (argc - 1) only fits hosts with a single IP. Thanks to Max Kosmach <max@tcen.ru> for reporting this in Debian bug #623702.
2011-03-26Add perfdata to check_ssh (#3244097 - Marco Beck)Thomas Guyot-Sionnest1-0/+1
2011-02-04check_http: check for and print the certificate cnThomas Guyot-Sionnest1-0/+1
This patch adds a check for the certificate cn (hostname) to normal certificate checks. It returns CRITICAL if th cn is missing, otherwise it prints it in the normal output. Patch by Stéphane Urbanovski
2010-10-15check_nt: make UPTIME accept warning/critical levelsThomas Guyot-Sionnest1-0/+1
Patch originally by Ryan Kelly
2010-07-07Allow check_ifstatus to accept version=2cTon Voon1-0/+1
2010-04-14Fix check_radius returning OK on unexpected resultsThomas Guyot-Sionnest1-0/+1
REJECT_RC is defined on some radiusclient versions and differenciates between auth errors and bad responses. This patch will affect only the behaviour of those clients exporting REJECT_RC. In addition, unexpected return codes are now handled properly and return UNKNOWN.
2010-04-11Fix Debian bug #478906: Failure when run via ePNHolger Weiss1-0/+1
| When perl plugin scripts are run with the embedded perl interpreter in | nagios3, the "shift" perl command doesn't shift @ARGV, but @_ (which | happens to contain the same thing as @ARGV at the time the script was | started). | | [...] | | A fix is to replace all the instances of "shift" with "shift @ARGV". [ http://bugs.debian.org/478906 ] (Fixed by Stephane Chazelas, forwarded by Jan Wagner.)
2010-04-11Fix Debian bug #463322: Use deprecated libldap APIHolger Weiss1-0/+1
| Our automated build log filter[1] detected a problem that is likely to | cause your package to segfault on architectures where the size of a | pointer is greater than the size of an integer, such as ia64 and | amd64. | | This is often due to a missing function prototype definition. For | more information, see [2]. | | Function `ldap_init' implicitly converted to pointer at | check_ldap.c:124 | | [1] http://people.debian.org/~dannf/check-implicit-pointer-functions | [2] http://wiki.debian.org/ImplicitPointerConversions | | The libldap API has been updated and many functions used by the ldap | plugin are now deprecated. This package should either update to the | new API or define LDAP_DEPRECATED to continue using the deprecated | interfaces. | | This patch implements the lazy solution. [ http://bugs.debian.org/463322 ] (Contributed by Dann Frazier, forwarded by Jan Wagner.)
2010-04-11Fix Debian bug #425129: SMB guest mode won't workHolger Weiss1-0/+1
| The check_disk_smb plugin purports to support guest users, but it | doesn't work out, because it doesn't specify the -N command line | option to smbclient when no password is specified, making smbclient | stop and ask. [ http://bugs.debian.org/425129 ] (Fixed by Josip Rodin, forwarded by Jan Wagner.)
2010-03-27Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105)Thomas Guyot-Sionnest1-0/+1
2010-02-26Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455)Ton Voon1-0/+1
2009-09-22Oops - wrong author/bug in last commit!Thomas Guyot-Sionnest1-1/+1
2009-09-22Add proxy-authorization option to check_http (Peter Doherty - #2863772, ↵Thomas Guyot-Sionnest1-0/+2
Bryan Irvine - #2863925)
2009-07-14pst3 compile with Sun Studio CompilerTon Voon1-0/+1
2009-06-01Fix the memory allocation for the thresholds dataHolger Weiss1-0/+1
Allocate the appropriate amount of memory for storing the thresholds data. Before, we allocated the amount of memory required for storing a _pointer_ to the thresholds data. This crashed (at least) check_mysql when using its "-S" option on FreeBSD/amd64 (as reported and analyzed by Nikita Kalabukhov - 2797757). Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
2009-05-26Fix check_by_ssh interpretation of quotes in -C parameter (#1985246, #2268675)Thomas Guyot-Sionnest1-0/+1
2009-05-20check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe ↵Thomas Guyot-Sionnest1-0/+1
Presbrey)
2009-05-20Fix awk subst.in/subst script path error (#2722832 - Martin Foster)Thomas Guyot-Sionnest1-0/+1
2009-05-20Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby)Thomas Guyot-Sionnest1-0/+1
2009-05-07Fixed typo in check_diskTon Voon1-0/+1
2009-03-24check_mysql: Fix segfault with old slaves (#2696823 - Oskar Ahner)Thomas Guyot-Sionnest1-0/+1
2009-03-14Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch ↵Ton Voon1-0/+1
by John Barbuto)
2009-02-24check_snmp long help missing retries entry (#2608223)Thomas Guyot-Sionnest1-0/+1
Fix for check_snmp long help, reported by Richard Edward Horner
2009-02-19Fixed coredump from check_nt when drive not found (Olli Hauer - SF 2179754)Ton Voon1-0/+1
2008-12-03check_mrtg: fix plugin returning UNKNOWN instead of OK (bug #2378068)Thomas Guyot-Sionnest1-0/+1