aboutsummaryrefslogtreecommitdiff
path: root/THANKS.in
AgeCommit message (Collapse)Author
2022-10-19release v2.3.2Gravatar Sven Nierlein
2022-10-07Updating THANKS.inGravatar Jan Wagner
2020-12-09Updating contributorsGravatar Jan Wagner
2018-07-25check_dns: allow returned addresses to be in any orderGravatar Rolf Eike Beer
2016-12-23check_dns: Tests and infoGravatar Nicolai
2016-11-28Update THANKS.in fileGravatar Holger Weiss
2016-11-28THANKS.in: Add new authorsGravatar Holger Weiss
Update the THANKS.in file with the new Git commit authors.
2016-11-11patch to support the concept of virtual portsGravatar Christopher Odenbach
2016-11-08update thanks fileGravatar Sven Nierlein
2016-11-08Revert "update thanks file"Gravatar Sven Nierlein
This reverts commit 4403c402cba0315c2cb9ebe40639a5fe312d643e.
2016-11-08update thanks fileGravatar Sven Nierlein
2016-11-07update news and thanks fileGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-07check_snmp.c - Added IPv6 supportGravatar abrist
The "-6" optarg now prepends the server_address with "udp6:" for the snmpget external command as per the net-snmp syntax at: http://www.net-snmp.org/wiki/index.php/FAQ:Applications_28 Thanks to DrydenK (Roberto Greiner) for the heads up.
2015-10-02update thanks fileGravatar Sven Nierlein
2014-12-02check_mailq: Add sudo supportGravatar Holger Weiss
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171.
2014-12-01THANKS.in: Add new authorsGravatar Jan Wagner
2014-10-15THANKS.in: Add new authorsGravatar Holger Weiss
Update the THANKS.in file with the new Git commit authors.
2014-10-06Merge branch 'maint'Gravatar Jan Wagner
Conflicts: NEWS THANKS.in
2014-09-29Adding Simon to Thanks fileGravatar Jan Wagner
2014-07-30Merge pull request #1164 from waja/github981Gravatar Jan Wagner
2014-07-30adding to THANKSGravatar Jan Wagner
2014-07-30Merge pull request #1182 from waja/github984Gravatar Jan Wagner
2014-07-30Adding Alexander Wittig to THANKS.inGravatar Jan Wagner
--- Closes #1218 Closes #1281
2014-07-29Adding Jason BenguerelGravatar Jan Wagner
2014-07-29Adding Patrick McAndrew to THANKS.inGravatar Jan Wagner
2014-07-28check_mysql: ignore authentication failureGravatar Jan Wagner
This patch allows checking if MySQL server is running without providing valid username and password. Similar to check_ssh plugin it returns MySQL server version string and protocol number. Example: check_mysql -n -H aaa.bbb.ccc.ddd MySQL OK - Version: 5.0.51a-24+lenny5 (protocol 10) This is useful for monitoring servers where one does not have administrator privileges or does not want to grant any privileges for the monitoring station. To enable this functionality new option --ignore-auth (-n) is added to check_mysql plugin. Thanks to Julius Kriukas Closes #1020 Closes #1178
2014-07-21sslutils: expire time in local timezone formatGravatar Jan Wagner
sshutils prints the expiry time of certificates in US format this patch uses the strftime %c, I don't know how portable that is Thanks to Neil Prockter. Closes #1188 Closes #1161 Closes #977 Closes #976 Closes #975 Closes #840 Closes #382
2014-07-20check_ifstatus: perfdata bugGravatar Jan Wagner
The perfdata output violates the current Nagios Plugin Development Guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN202 : "space separated list of label/value pairs"). Thus the Addon PNP did not read the perdata correctly. The patch replaces the commas with spaces in the perfdata output. Many thanks to Patric Wust. --- Closes #1169 and #721.
2014-07-20check_oracle: --tns bad string matchingGravatar Jan Wagner
check_oracle in the 1.4.15 release doesn't correctly parse the output gotten from at least Oracle 11 (with german locales). I guess it's probably more. Also it completely needlessly uses sed where basic bash string parsing actually does more than suffice (and does not run into possible problems with locales like sed ;)). -- Just turning attached patch of github issue #1015 into a push request. (Closes #1015 and #1191)
2014-07-10Update THANKS.in file with latest authorGravatar Holger Weiss
2014-07-06THANKS.in: Add new authorsGravatar Holger Weiss
Update the THANKS.in file with the new Git commit authors.
2014-06-22THANKS.in: Add new authorsGravatar Holger Weiss
Add the new Git commit authors to the THANKS.in file.
2014-04-04check_nt: add UPTIME to perfdata [sf#3434647]Gravatar Jan Wagner
2014-02-27NEWS: Adding check_mailq auto detectionGravatar Jan Wagner
2014-01-30check_dig: patch to make dig honor -t optionGravatar Jan Wagner
When a timeout value is specified with the -t option, dig will sometimes timeout before the timer is actually reached. The problem occurs because the check_dig plugin does not pass the specified timeout value to dig, leaving dig to timeout with it's default value which seems to be around 10-15seconds. To reproduce: time ./check_dig -H 127.0.0.2 -l www.google.com -t 30 It will not run for 30secs, which is the expected behaviour. The following will work, because the timeout is less than the default dig timeout, so the plugin cancels the dig command: time ./check_dig -H 127.0.0.2 -l www.google.com -t 2 This fix passes the timeout value to dig, and sets the number of retries which tends to vary from system to system by default. Closes #1168
2014-01-29check_mailq: adding nullmailer supportGravatar Jan Wagner
Adding nullmailer support to check_mailq submitted by Luca Corti Closes: #740 Closes: #1189
2014-01-27check_dig: fix wrong IPv6 arguments orderGravatar Thomas Guyot-Sionnest
2014-01-24check_ping: Fixing "time of day goes back"Gravatar Jan Wagner
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 fileGravatar Holger Weiss
Add all new Git commit authors to the THANKS.in file.
2013-08-20check_ide_smart: Add support for NetBSDGravatar Holger Weiss
Thanks to Emmanuel Dreyfus for providing the patch.
2013-08-15cleanup after check_http patch (fixes #50)Gravatar Sven Nierlein
- 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 fileGravatar Sven Nierlein
2013-08-06Fixed SF.net bug 2555775, threshold can be double for check_smtpGravatar Jan Wagner
Thanks to Roman Fiedler for reporting the issue and providing a fix
2013-07-08check_nt: Fixes NULL pointer dereferenceGravatar Jan Wagner
Thanks to Vaclav Ovsik for reporting the issue and providing a fix
2013-05-12NEWS, THANKS: Mention the latest changesGravatar Holger Weiss
2013-03-25NEWS, THANKS: Mention Richard Leitner's changesGravatar Holger Weiss
2013-03-25NEWS, THANKS: Mention check_oracle --connect flagGravatar Holger Weiss
2013-01-23added latest commits to NEWS fileGravatar Sven Nierlein
2013-01-23updated changelog and thanks file for previous patchGravatar Sven Nierlein
2012-06-29NEWS, THANKS: Mention Anders Kaseorg's changesGravatar Holger Weiss