Age | Commit message (Expand) | Author | Files | Lines |
2012-07-05 | check_pgsql: Updated copyright. | Sebastian Harl | 1 | -2/+2 |
2012-07-05 | check_pgsql: Added support for the -o command line option. | Sebastian Harl | 1 | -5/+22 |
2012-07-05 | check_pgsql: Removed -4/-6 flags from help output. | Sebastian Harl | 1 | -2/+0 |
2012-07-05 | check_pgsql: Allow UNIX socket directories as hostname as well. | Sebastian Harl | 1 | -1/+1 |
2012-07-05 | check_pgsql: Use PQconnectdb() rather than PQsetdbLogin(). | Sebastian Harl | 1 | -7/+48 |
2012-07-05 | check_pgsql: Fixed query perfdata output for empty warn/crit ranges. | Sebastian Harl | 1 | -1/+3 |
2012-07-05 | check_pgsql: Added support for executing queries. | Sebastian Harl | 1 | -11/+115 |
2012-07-04 | NEWS: Mention the new check_dbi plugin | Holger Weiss | 1 | -0/+3 |
2012-07-04 | Merge remote-tracking branch 'github/tokkee/sh/check_dbi' | Holger Weiss | 6 | -1/+941 |
2012-07-04 | Re-added missing variable declarations to check_smtp.c | Eric Stanley | 1 | -0/+2 |
2012-06-29 | check_smtp: Remove a comment regarding MAIL FROM | Holger Weiss | 1 | -15/+4 |
2012-06-29 | check_smtp: Fix help and usage output regarding -R | Holger Weiss | 1 | -2/+2 |
2012-06-29 | NEWS, THANKS: Mention Anders Kaseorg's changes | Holger Weiss | 2 | -0/+5 |
2012-06-29 | check_smtp: Fix strcat overflows | Anders Kaseorg | 1 | -4/+2 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 38 | -437/+466 |
2012-06-29 | check_smtp: Strip angle brackets from -f argument, if provided | Anders Kaseorg | 1 | -1/+2 |
2012-06-29 | check_smtp: Change MAIL FROM: command to comply with the SMTP standard | Anders Kaseorg | 1 | -1/+1 |
2012-06-28 | Remove the package.def file | Holger Weiss | 1 | -1/+0 |
2012-06-27 | Remove #990948 from the BUGS file | Holger Weiss | 1 | -2/+1 |
2012-06-27 | Prepare for the 1.4.16 releaserelease-1.4.16 | Holger Weiss | 6 | -5/+455 |
2012-06-27 | check_tcp: Print performance data even with -D | Holger Weiss | 1 | -1/+1 |
2012-06-27 | Update the BUGS file | Holger Weiss | 1 | -4/+2 |
2012-06-27 | check_snmp: use single quotes for perf data labels | Sven Nierlein | 2 | -4/+8 |
2012-06-26 | Fix performance data label containing spaces in check_snmp (Jochen Bern) | Sven Nierlein | 4 | -4/+48 |
2012-06-26 | Remove team members from the THANKS file | Holger Weiss | 1 | -3/+0 |
2012-06-26 | Add Sven Nierlein to the list of AUTHORS | Holger Weiss | 2 | -1/+1 |
2012-06-25 | added test case for certificate checs with both warning and critical values | William Leibzon | 1 | -0/+4 |
2012-06-25 | check_http: added test for warning thresholds | Sven Nierlein | 3 | -3/+11 |
2012-06-25 | updated changelog | Sven Nierlein | 2 | -0/+2 |
2012-06-25 | applied patch that adds both critical and warning thresholds to certificate e... | William Leibzon | 5 | -33/+89 |
2012-06-25 | check_ping: Add missing newline to die() calls | Holger Weiss | 1 | -11/+11 |
2012-06-25 | NEWS: Improve the wording a bit | Holger Weiss | 1 | -1/+1 |
2012-06-25 | Merge remote-tracking branch 'github/waja/master' | Holger Weiss | 2 | -2/+4 |
2012-06-24 | check_ping: Ignore ping(1)'s exit status | Holger Weiss | 2 | -3/+2 |
2012-06-23 | check_disk_smb: Add performance data | Holger Weiss | 3 | -12/+34 |
2012-06-22 | Fix check_by_ssh test for non-Bash login shells | Holger Weiss | 1 | -5/+5 |
2012-06-14 | check_dhcp: Don't misinterpret the "siaddr" field | Holger Weiss | 2 | -9/+5 |
2012-06-13 | check_dhcp: Fix handling of "pad" options | Holger Weiss | 2 | -3/+5 |
2012-06-11 | Improve parsing of ping6(1) output | Holger Weiss | 3 | -17/+21 |
2012-06-11 | Fix whitespace and capitalization issues | Holger Weiss | 1 | -80/+80 |
2012-06-11 | Don't use SSLv2 when compiling against GnuTLS | Holger Weiss | 1 | -2/+2 |
2012-06-08 | t/check_dbi.t: Don't use 'INSERT … VALUES (a,b), (c,d)' with SQLite3. | Sebastian Harl | 1 | -1/+2 |
2012-06-08 | Added a few test cases for the check_dbi plugin. | Sebastian Harl | 1 | -0/+102 |
2012-06-07 | check_users: Whitespace fixes, etc. | Holger Weiss | 1 | -24/+14 |
2012-06-07 | Update NEWS and THANKS w.r.t. check_users change | Holger Weiss | 2 | -0/+2 |
2012-06-07 | check_users: improve performance | M. Remy | 2 | -31/+9 |
2012-06-06 | check_dbi: Hint the user about cause when dbi init fails. | Sebastian Harl | 1 | -1/+1 |
2012-06-06 | check_dbi: Added simple regex example to help output. | Sebastian Harl | 1 | -0/+6 |
2012-06-06 | check_dbi: Added SERVER_VERSION metric. | Sebastian Harl | 1 | -4/+25 |
2012-06-06 | check_dbi: Added -r and -R options. | Sebastian Harl | 1 | -12/+89 |