Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-20 | check_disk: fix ugly output with -e option and adapt tests accordingly | Kristian Schuster | 1 | -4/+4 | |
2023-02-20 | check_disk: fix tests by setting correct test number and escaping line end regex | Kristian Schuster | 1 | -4/+4 | |
2023-02-19 | Merge remote-tracking branch 'origin/master' into ↵ | Kristian Schuster | 2 | -12/+29 | |
feature_check_disk_add_ignore_missing_option | |||||
2023-02-19 | check_disk: add new tests for new ignore-missing feature | Kristian Schuster | 1 | -5/+15 | |
2022-11-29 | check_http: fix test plan | Aksel Sjögren | 1 | -1/+1 | |
Fix test plan when run with NP_INTERNET_ACCESS=no, where the correct number of steps must be skipped. Caused by a removed test in 65fc7064295ac70d1388fa4db4d4d2cddd531e24. Signed-off-by: Aksel Sjögren <asjogren@itrsgroup.com> | |||||
2022-11-07 | Check curl detect ipv6 (#1809) | Lorenz | 1 | -11/+28 | |
* If server_address is an IPv6 address surround it with brackets * If the message is too short, we should not have an underflow * Add simple conditional test case available if IPv6 is | |||||
2022-10-26 | check_disk: adjust test plan | Sven Nierlein | 1 | -1/+1 | |
2022-10-25 | check_disk: add tests for new option --ignore-missing | Kristian Schuster | 1 | -0/+15 | |
2022-09-19 | Display total and scaled load values if check_load scales the values by ↵ | Lorenz | 1 | -4/+11 | |
number of CPUs (#1778) * Renew copyright * Display more verbose output, if scaled load values are used * Actually use scaled value for determining status and print the fitting perfdata depending on input parameters * Add test cases for scaled mode | |||||
2022-07-20 | Remove check_http and check_curl test which are somehow always failing (#1777) | Lorenz | 2 | -13/+2 | |
* Remove failing checks for check_http * Remove failing checks for check_curl | |||||
2021-11-17 | Merge pull request #1688 from bazzisoft/master | RincewindsHat | 1 | -1/+1 | |
check_curl.c: bugfix: verify certificates option should not force SSL to be used | |||||
2021-10-26 | Fix some tests | RincewindsHat | 1 | -3/+4 | |
2021-10-25 | Update check_load.t | Harald Jenny | 1 | -2/+2 | |
adjust tests for new plugin output | |||||
2021-09-25 | Remove spaces from tests | RincewindsHat | 1 | -3/+3 | |
2021-09-02 | Improvements suggested by tobiaswiese | Jonny007-MKD | 1 | -1/+1 | |
2021-09-02 | check_dns: add --expect-nxdomain | Jonny007-MKD | 1 | -2/+10 | |
2021-05-24 | check_curl.c: bugfix: verify certificates option should not force SSL to be usedrefs/pull/1688/head | Barak Shohat | 1 | -1/+1 | |
2021-05-19 | Refactor check_fping | Jacob Hansen | 1 | -15/+14 | |
* Set correct amount of tests based on conditionals. * When running the test as non-root, we would previously check is the setuid bit is set. This doesn't seem to be needed, so just check if the binary is executable for the user running the test. * Use cmp_ok to check if tests succeeds rather than couting. Signed-off-by: Jacob Hansen <jhansen@op5.com> | |||||
2021-05-18 | check_curl.t: Adjust test to use -f curl | Jacob Hansen | 1 | -2/+1 | |
It appears that `-f follow` doesn't work correctly in `check_curl` at the moment. Test adjusted to use `-f curl` instead. Issue for the above created: https://github.com/monitoring-plugins/monitoring-plugins/issues/1685 Signed-off-by: Jacob Hansen <jhansen@op5.com> | |||||
2021-04-30 | Fix conditional tests for check_http, check_curl | Aksel Sjögren | 2 | -4/+4 | |
Set correct number of tests in skip- blocks to avoid the error "Bad plan. You planned 50 tests but ran 55" when run with/without /usr/bin/faketime and NP_INTERNET_ACCESS=yes/no. | |||||
2021-04-30 | migrate travis ci to github actions | Sven Nierlein | 1 | -54/+0 | |
2021-04-30 | fix fping test | Sven Nierlein | 1 | -6/+3 | |
in case of dns errors, fping returns an unknown and thats ok. | |||||
2021-04-07 | Merge pull request #1669 from bazzisoft/verify-cert | Sven Nierlein | 1 | -1/+4 | |
Add an option to check_curl to verify the peer certificate & host using the system CA's | |||||
2021-04-07 | Add an option to check_curl to verify the peer certificate & host using the ↵refs/pull/1669/head | Barak Shohat | 1 | -1/+4 | |
system CA's | |||||
2021-04-07 | Updated check_curl.c to display a specific human-readable error message ↵refs/pull/1668/head | Barak Shohat | 1 | -2/+2 | |
where possible | |||||
2020-05-18 | update test parameter according to check_http | Sven Nierlein | 1 | -26/+9 | |
2019-04-04 | Merge branch 'master' into feature_check_curl | Andreas Baumann | 14 | -205/+87 | |
2019-02-04 | travis-ci: Use RSA keys for SSH testsrefs/pull/1580/head | Jan Wagner | 1 | -1/+1 | |
2018-12-04 | tests: rework test parametersrefs/pull/1565/head | Sven Nierlein | 14 | -216/+72 | |
there were 2 variants of calling getTestParameter: - parameter, description, default value - parameter, env value, default value, description, scope While scope was never actually used and having 2 names for the same value led to having 2 different entries in the cache file for the same configuration. This commit removes the variants and simplifies tests parameters by only using the first 3 parameter variant. | |||||
2018-11-06 | test: Add proxy tests via proxyrefs/pull/1476/head | Markus Frosch | 2 | -1/+27 | |
On Travis with a local squid | |||||
2018-10-25 | check_curl: rewrite connect_to / host headers | Sven Nierlein | 1 | -1/+13 | |
since CURLOPT_CONNECT_TO is only available in later curl versions, we do it the other way round now and set the url from the address we want to connect to and then set the host header accordingly. | |||||
2018-10-22 | made check_curl tests copies of check_http tests because they will differ ↵ | Andreas Baumann | 1 | -1/+204 | |
slightly | |||||
2018-10-22 | check_curl: make check_curl use the same tests as check_http | Sven Nierlein | 2 | -233/+36 | |
2018-10-22 | add check_curl test | Sven Nierlein | 1 | -0/+200 | |
just a copy of check_http for now... Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | udp test: prefer nc over netcat syntaxrefs/pull/1469/head | Sven Nierlein | 1 | -3/+3 | |
sles 12 systems have netcat symlinked to nc and so expect nc syntax for netcat. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | check_disk test: increase assumed thresholds | Sven Nierlein | 1 | -4/+4 | |
The check_disk fails if the build system has more than 100GB of free disk space. Lets make this 100TB and we are safe for a couple more years. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | remove hardcoded verisign.com tests | Sven Nierlein | 3 | -35/+47 | |
and make it configurable Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | make snmp tests more reliable | Sven Nierlein | 1 | -3/+3 | |
snmp tests fail if the snmp daemon runs systemd, then the process with 1 has arguments. Convert the test into a regex which works for sysv and systemd. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-01-04 | Merge remote-tracking branch 'upstream/pr/1457' | Jan Wagner | 1 | -1/+17 | |
2016-12-31 | Add --only-critical switch to check_aptrefs/pull/1457/head | Christian Schmidt | 1 | -1/+17 | |
2016-12-23 | check_dns: Small test cleanuprefs/pull/1456/head | Nicolai | 2 | -4/+4 | |
2016-12-23 | check_dns: Fix travis tests | Nicolai | 1 | -0/+2 | |
(or try to fix it...) | |||||
2016-12-23 | check_dns: Tests and info | Nicolai | 1 | -2/+20 | |
2016-11-20 | Creating and mounting randisk to make use of check_disk tests | Jan Wagner | 1 | -1/+1 | |
2016-11-11 | check_http: add host header tests | Sven Nierlein | 1 | -1/+27 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | tests: enable snmp tests | Sven Nierlein | 1 | -2/+2 | |
Enabled snmp tests against snmpd on localhost. It was installed already in the travis file, we just need to enable the tests by setting the parameters in the answers file. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | check_snmp: fix number of tests skiped | Sven Nierlein | 1 | -1/+1 | |
2016-11-07 | check_snmp: add testcase for no datatype | Sven Nierlein | 1 | -1/+5 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | tests: adjust check_http to new output format | Sven Nierlein | 1 | -2/+2 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | check_users: add new test cases | Sven Nierlein | 1 | -1/+3 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> |