summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-08-10check_http: Update description of -C optionHolger Weiss1-1/+1
2012-08-10check_http: Add missing newline to --help outputHolger Weiss1-3/+3
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...William Leibzon3-3/+3
2012-08-10tests/check_http.t: Fix whitespace issuesHolger Weiss1-10/+8
2012-08-10tests/check_http.t: Update the number of SSL testsHolger Weiss1-1/+1
2012-08-10tests/check_http.t: Fix test caseHolger Weiss1-1/+1
2012-08-06check_ntp_peer: Fix --help output for -m and -nHolger Weiss1-1/+1
2012-08-06check_ntp_peer: Fix --help output for -W and -CHolger Weiss1-2/+2
2012-07-18check_http: Fix whitespace issuesHolger Weiss1-10/+10
2012-07-18check_http: Fix compilation without SSL supportHolger Weiss1-3/+4
2012-07-05check_pgsql: Determine connection time in µs-resolution.refs/pull/16/headSebastian Harl1-7/+15
2012-07-05check_pgsql: Leave 'min' value in query perfdata empty.Sebastian Harl1-1/+1
2012-07-05check_pgsql: Updated copyright.Sebastian Harl1-2/+2
2012-07-05check_pgsql: Added support for the -o command line option.Sebastian Harl1-5/+22
2012-07-05check_pgsql: Removed -4/-6 flags from help output.Sebastian Harl1-2/+0
2012-07-05check_pgsql: Allow UNIX socket directories as hostname as well.Sebastian Harl1-1/+1
2012-07-05check_pgsql: Use PQconnectdb() rather than PQsetdbLogin().Sebastian Harl1-7/+48
2012-07-05check_pgsql: Fixed query perfdata output for empty warn/crit ranges.Sebastian Harl1-1/+3
2012-07-05check_pgsql: Added support for executing queries.Sebastian Harl1-11/+115
2012-07-04Merge remote-tracking branch 'github/tokkee/sh/check_dbi'Holger Weiss3-1/+923
2012-07-04Re-added missing variable declarations to check_smtp.cEric Stanley1-0/+2
2012-06-29check_smtp: Remove a comment regarding MAIL FROMHolger Weiss1-15/+4
2012-06-29check_smtp: Fix help and usage output regarding -RHolger Weiss1-2/+2
2012-06-29check_smtp: Fix strcat overflowsAnders Kaseorg1-4/+2
2012-06-29Die when asprintf failsAnders Kaseorg37-366/+395
2012-06-29check_smtp: Strip angle brackets from -f argument, if providedAnders Kaseorg1-1/+2
2012-06-29check_smtp: Change MAIL FROM: command to comply with the SMTP standardAnders Kaseorg1-1/+1
2012-06-27check_tcp: Print performance data even with -DHolger Weiss1-1/+1
2012-06-26check_snmp: use single quotes for perf data labelsSven Nierlein2-4/+8
2012-06-26Fix performance data label containing spaces in check_snmp (Jochen Bern)Sven Nierlein2-4/+45
2012-06-25added test case for certificate checs with both warning and critical valuesWilliam Leibzon1-0/+4
2012-06-25check_http: added test for warning thresholdsSven Nierlein3-3/+11
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...William Leibzon5-33/+89
2012-06-24check_ping: Add missing newline to die() callsHolger Weiss1-11/+11
2012-06-24Merge remote-tracking branch 'github/waja/master'Holger Weiss1-0/+2
2012-06-24check_ping: Ignore ping(1)'s exit statusHolger Weiss1-3/+1
2012-06-22Fix check_by_ssh test for non-Bash login shellsHolger Weiss1-5/+5
2012-06-11Improve parsing of ping6(1) outputHolger Weiss1-17/+19
2012-06-11Fix whitespace and capitalization issuesHolger Weiss1-80/+80
2012-06-11Don't use SSLv2 when compiling against GnuTLSHolger Weiss1-2/+2
2012-06-08t/check_dbi.t: Don't use 'INSERT … VALUES (a,b), (c,d)' with SQLite3.refs/pull/8/headSebastian Harl1-1/+2
2012-06-08Added a few test cases for the check_dbi plugin.Sebastian Harl1-0/+102
2012-06-07check_users: Whitespace fixes, etc.Holger Weiss1-24/+14
2012-06-07check_users: improve performanceM. Remy2-31/+9
2012-06-06check_dbi: Hint the user about cause when dbi init fails.Sebastian Harl1-1/+1
2012-06-06check_dbi: Added simple regex example to help output.Sebastian Harl1-0/+6
2012-06-06check_dbi: Added SERVER_VERSION metric.Sebastian Harl1-4/+25
2012-06-06check_dbi: Added -r and -R options.Sebastian Harl1-12/+89
2012-06-06check_dbi: Added -e option.Sebastian Harl1-19/+76
2012-06-06check_dbi: Added some examples to the help output.Sebastian Harl1-1/+16