Age | Commit message (Expand) | Author | Files | Lines |
2013-01-23 | check_dig: query transport selection support | Ville Mattila | 1 | -3/+16 |
2013-01-23 | updated changelog and thanks file for previous patch | Sven Nierlein | 2 | -0/+5 |
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 | 2 | -2/+40 |
2012-12-03 | Table 4 example 5 updated | palli | 1 | -1/+1 |
2012-12-03 | Description for table4 example7 | palli | 1 | -2/+2 |
2012-12-03 | Bugfix, fixed a broken command-line example | Pall Sigurdsson | 1 | -2/+2 |
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 | NEWS: Mention the check_procs performance data | Holger Weiss | 1 | -0/+1 |
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-07 | Fix sfwebcron probe file | Thomas Guyot-Sionnest | 3 | -8/+9 |
2012-11-04 | Update NEWS for bd78299 - check_snmp reverse ranges fix | dermoth | 1 | -0/+1 |
2012-11-03 | Update tools | dermoth | 2 | -80/+12 |
2012-11-03 | Add scripts that update man pages in drupal | dermoth | 2 | -0/+45 |
2012-11-02 | plugins/check_snmp: Show snmp error when we fail to parse its output | Andreas Ericsson | 1 | -2/+2 |
2012-11-02 | lib/utils_base.c: Stop dumping core on bad args to check_snmp | Andreas Ericsson | 1 | -8/+8 |
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 | NEWS: Mention the OPENSSL_config(3) support | Holger Weiss | 1 | -0/+1 |
2012-10-09 | Added additional documentation to the check_range function | Marc Huffnagle | 1 | -1/+10 |
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 | Merge pull request #19 from gvarisco/patch-1 | Sven Nierlein | 1 | -1/+1 |
2012-09-25 | Update plugins/check_disk.c | Gianluca Varisco | 1 | -1/+1 |
2012-09-25 | Merge pull request #18 from abradley/recoverypct | Sven Nierlein | 1 | -1/+1 |
2012-09-21 | This patch fixes the regular expression for the array recovery | Alex Bradley | 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 | NEWS: Mention fixed compilation without SSL | Holger Weiss | 1 | -0/+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 |