Age | Commit message (Expand) | Author | Files | Lines |
2013-02-27 | Update plugins/check_procs.c | Joerg Linge | 1 | -0/+1 |
2013-02-10 | check_tcp: don't ignore trailing options | Sven Nierlein | 2 | -11/+18 |
2013-01-29 | check_snmp: Close potential for using uninitialized memory | Robin Sonefors | 2 | -4/+5 |
2013-01-29 | check_snmp: Dynamically grow all data structures | Robin Sonefors | 1 | -20/+59 |
2013-01-24 | Apply my patch from: | Daniël van Eeden | 1 | -3/+8 |
2013-01-23 | Merge pull request #20 from abradley/aptcritical | Sven Nierlein | 7 | -21/+276 |
2013-01-23 | updated check dig tests | Sven Nierlein | 1 | -7/+15 |
2013-01-23 | check_dig: query transport selection support | Ville Mattila | 1 | -3/+16 |
2013-01-23 | check_snmp: Don't thrash memory when using multiple label/unit argument | Robin Sonefors | 1 | -11/+11 |
2012-12-28 | Updated check_mysql.c to take client options file and group parameters | Jonathan Milby | 1 | -4/+35 |
2012-12-28 | check_fping: IPv6 support | Ville Mattila | 1 | -2/+29 |
2012-11-28 | check_ntp(_time): don't die on connect errors | Sven Nierlein | 2 | -2/+10 |
2012-11-28 | unified ipv4/6 usage and help text | Sven Nierlein | 6 | -10/+8 |
2012-11-14 | check_procs: Remove superfluous newline character | Holger Weiss | 1 | -1/+1 |
2012-11-14 | check_procs: Added performance data to plugin output. | Sebastian Harl | 1 | -0/+7 |
2012-11-14 | check_procs: Use the range/threshold support functions from libnagiosplug. | Sebastian Harl | 1 | -89/+17 |
2012-11-02 | plugins/check_snmp: Show snmp error when we fail to parse its output | Andreas Ericsson | 1 | -2/+2 |
2012-11-02 | Make check_snmp backwards compatible in how it parses thresholds | Andreas Ericsson | 1 | -0/+23 |
2012-10-12 | check_disk: option to ignore reserved space | chl | 1 | -4/+17 |
2012-10-09 | Allow for configuring OpenSSL | Holger Weiss | 1 | -0/+1 |
2012-10-03 | Tests for check_apt | Alex Bradley | 7 | -3/+257 |
2012-10-03 | Fix SourceForge bug 1904965 - check_apt: SECURITY_RE is not correct | Alex Bradley | 1 | -1/+1 |
2012-10-02 | Don't prepend "^Inst" or append a space to the "include", "exclude", or | Alex Bradley | 1 | -17/+18 |
2012-09-25 | Update plugins/check_disk.c | Gianluca Varisco | 1 | -1/+1 |
2012-08-10 | check_http: Update description of -C option | Holger Weiss | 1 | -1/+1 |
2012-08-10 | check_http: Add missing newline to --help output | Holger Weiss | 1 | -3/+3 |
2012-08-10 | fixing bug in certificate experiation patch checking for bad warning threshol... | William Leibzon | 3 | -3/+3 |
2012-08-10 | tests/check_http.t: Fix whitespace issues | Holger Weiss | 1 | -10/+8 |
2012-08-10 | tests/check_http.t: Update the number of SSL tests | Holger Weiss | 1 | -1/+1 |
2012-08-10 | tests/check_http.t: Fix test case | Holger Weiss | 1 | -1/+1 |
2012-08-06 | check_ntp_peer: Fix --help output for -m and -n | Holger Weiss | 1 | -1/+1 |
2012-08-06 | check_ntp_peer: Fix --help output for -W and -C | Holger Weiss | 1 | -2/+2 |
2012-07-18 | check_http: Fix whitespace issues | Holger Weiss | 1 | -10/+10 |
2012-07-18 | check_http: Fix compilation without SSL support | Holger Weiss | 1 | -3/+4 |
2012-07-05 | check_pgsql: Determine connection time in µs-resolution. | Sebastian Harl | 1 | -7/+15 |
2012-07-05 | check_pgsql: Leave 'min' value in query perfdata empty. | Sebastian Harl | 1 | -1/+1 |
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 | Merge remote-tracking branch 'github/tokkee/sh/check_dbi' | Holger Weiss | 3 | -1/+923 |
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 | check_smtp: Fix strcat overflows | Anders Kaseorg | 1 | -4/+2 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 37 | -366/+395 |
2012-06-29 | check_smtp: Strip angle brackets from -f argument, if provided | Anders Kaseorg | 1 | -1/+2 |