Age | Commit message (Expand) | Author | Files | Lines |
2013-08-18 | check_http: s/--header_string/--header-string/ | Holger Weiss | 1 | -1/+1 |
2013-08-18 | check_snmp: Allocate space for the new -Le option | Holger Weiss | 1 | -2/+2 |
2013-08-18 | Add -Le option to snmpcmd to avoid error message of 'No Log Handling Enabled...' | Mark Keisler | 1 | -13/+14 |
2013-08-18 | check_mysql: Connections should have been defined as a counter | Tim Laszlo | 1 | -3/+3 |
2013-08-18 | Counter increments were incorrect; remove the leading space from perfdata | Tim Laszlo | 1 | -4/+7 |
2013-08-18 | check_mysql: add perfromance metrics for all checks | Tim Laszlo | 1 | -10/+61 |
2013-08-18 | check_mysql: when checking slave thread add performance data for seconds behi... | Tim Laszlo | 1 | -3/+17 |
2013-08-18 | Fix the "check_http -d" tests | Holger Weiss | 1 | -4/+4 |
2013-08-18 | added ability to check regex against http headers. booyah! | linkslice | 2 | -2/+33 |
2013-08-18 | check_procs: clarify debug message | Sebastian Schmidt | 1 | -1/+1 |
2013-08-18 | check_procs: Assume we have stat() | Sebastian Schmidt | 1 | -10/+2 |
2013-08-18 | check_procs: Get rid of HAVE_PROC_PID_EXE | Sebastian Schmidt | 1 | -1/+1 |
2013-08-18 | check_procs: Ignore ENOENT when checking for myself | Sebastian Schmidt | 1 | -1/+4 |
2013-08-18 | check_procs: fix typo | Sebastian Schmidt | 1 | -1/+1 |
2013-08-18 | check_procs: filter out self by /proc/pid/exe | Sebastian Schmidt | 1 | -3/+49 |
2013-08-18 | check_mysql: Cosmetic changes to SSL support | Holger Weiss | 1 | -23/+23 |
2013-08-18 | Added ssl support to check_myslq | Juan Carlos Fernandez | 1 | -2/+48 |
2013-08-18 | Fixed SF.net bug #3552839, check_procs: added -k option to ignore kernel threads | Richard Leitner | 1 | -2/+29 |
2013-08-18 | check_fping: Use fping6(8) only if available | Holger Weiss | 1 | -1/+1 |
2013-08-18 | Merge remote-tracking branch 'github/villemattila/check_fping_ipv6' | Holger Weiss | 1 | -2/+28 |
2013-08-17 | check_fping: Remove unused printf(3) arguments | Holger Weiss | 1 | -2/+2 |
2013-08-17 | Added -S und -I parameter to match fping -S and -I parameters. | Steve Weinreich | 1 | -1/+22 |
2013-08-17 | check_pgsql: Add missing printf(3) argument | Holger Weiss | 1 | -1/+1 |
2013-08-17 | check_pgsql: Remove -4/-6 flags from help output | Holger Weiss | 1 | -1/+1 |
2013-08-17 | Merge remote-tracking branch 'github/tokkee/sh/check_pgsql' | Holger Weiss | 1 | -32/+202 |
2013-08-17 | plugins/t/check_procs.t: Expect performance data | Holger Weiss | 1 | -3/+3 |
2013-08-17 | plugins/t/check_apt.t: Expect performance data | Holger Weiss | 1 | -2/+2 |
2013-08-15 | cleanup after check_http patch (fixes #50) | Sven Nierlein | 2 | -36/+43 |
2013-08-15 | log more perfdata in check_http | Sebastian Nohn | 1 | -9/+83 |
2013-08-15 | Merge pull request #54 from g0hl1n/check_apt_-_run_update_upgrade_return_fix | Sven Nierlein | 1 | -2/+2 |
2013-08-15 | corrected http test | Sven Nierlein | 1 | -8/+3 |
2013-08-15 | Merge pull request #52 from g0hl1n/sf_3571331_check_http_-_removed_semicolon_... | Sven Nierlein | 1 | -3/+1 |
2013-08-06 | Fixed SF.net bug 2555775, threshold can be double for check_smtp | Jan Wagner | 1 | -14/+12 |
2013-07-08 | check_nt: Fixes NULL pointer dereference | Jan Wagner | 1 | -3/+13 |
2013-06-30 | check_ntp_peer: Verify type of response packets | Holger Weiss | 1 | -13/+19 |
2013-06-25 | Fixed SF.net bug 1614553, Debian bug #708343, Adding performace data | Jan Wagner | 1 | -2/+4 |
2013-05-30 | check_apt now correctly exits when apt-get return != 0 | Richard Leitner | 1 | -2/+2 |
2013-05-29 | Fixed SF.net bug #3571331, check_http converts semicolon to newline in -k | Richard Leitner | 1 | -3/+1 |
2013-05-17 | added support for client authentication via SSL | Lionel Cons | 3 | -5/+54 |
2013-05-12 | build: fix building with parallel make. | Diego Elio Pettenò | 1 | -71/+24 |
2013-05-12 | plugins: rename runcmd's signal handler. | Diego Elio Pettenò | 4 | -4/+4 |
2013-03-25 | Fixed SF.net bug 3560976, added --include-type/-N option | Richard Leitner | 1 | -3/+15 |
2013-03-25 | Fixed SF.net bug 3602586, added timeout option for check_nagios | Richard Leitner | 1 | -3/+13 |
2013-03-25 | Fixed SF.net bug 3539317, typo in --help of check_apt | Richard Leitner | 1 | -1/+1 |
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 |