summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
3 daysRefactor check_gameLorenz Kästle2-102/+139
3 daysFix types in perfdata functionsLorenz Kästle2-164/+220
4 dayscheck_dbi: clang_formatLorenz Kästle1-51/+89
13 daysMerge pull request #2072 from RincewindsHat/remove_tinderbox_stuffLorenz Kästle2-292/+1
Remove tinderbox related stuff
13 daysRemove tinderbox related stuffLorenz Kästle2-292/+1
Tinderbox ist quite dead (and has been for a while now). Removing the related files.
2025-02-24Merge pull request #2069 from RincewindsHat/check_by_ssh_missing_optionsLorenz Kästle1-36/+63
Check by ssh missing options
2025-02-24check_mysql tests: Also exchange slave for replicaLorenz Kästle2-18/+18
2025-02-24check_by_ssh: clang-formatLorenz Kästle1-35/+63
2025-02-24check_by_ssh: Remove warning/critical from helpLorenz Kästle1-1/+0
2025-02-24Add libmysqlclient-dev to dependenciesLorenz Kästle1-0/+1
2025-02-24Add MySQL server version dectection and adaptive replica queryLorenz Kästle1-2/+50
2025-02-24Add check-replica option for check_mysql, deprecate check_slaveLorenz Kästle1-37/+55
This commit adds an option "check-replica" to check_mysql which replaces "check-slave" (which still works). The changes are introduced to follow the naming scheme of MySQL/MariaDB, since this was changed there in version 8 (MySQL) or 10.5.1 (MariaDB).
2025-02-21Merge pull request #2064 from RincewindsHat/feature/new_output_infraLorenz Kästle28-195/+5600
Feature/new output infra
2025-02-21Remove check_swap tests with one-line formatLorenz Kästle1-37/+2
2025-02-20Rename icingaweb2 format to multi-lineLorenz Kästle3-7/+7
2025-02-20Place output-format help string with the other common onesLorenz Kästle2-2/+5
2025-02-20Remove output formats one-line and summary-onlyLorenz Kästle3-46/+1
2025-02-20Rename variable check_slave to check_replicaLorenz Kästle1-4/+4
2025-02-20clang-formatLorenz Kästle1-321/+282
2025-02-20Merge pull request #2066 from RincewindsHat/remove_roadmapLorenz Kästle1-117/+0
Remove ROADMAP
2025-02-20Remove ROADMAPLorenz Kästle1-117/+0
The roadmap file in this repository has not been used for decades. This commit removes it to avoid confusion.
2025-02-20Merge pull request #2065 from RincewindsHat/opttest_toolLorenz Kästle4-53/+76
Opttest tool
2025-02-19Add a comment to opttest to explain the purposeLorenz Kästle1-0/+4
2025-02-19Fix wrong exit codesLorenz Kästle2-3/+2
2025-02-19Fix opttest scriptLorenz Kästle1-6/+25
2025-02-19Remove cJSON related part of autoconf, it's just not optional right nowLorenz Kästle1-13/+0
2025-02-19Remove errornously commited fileLorenz Kästle2-0/+1
2025-02-19Implement JSON serialising of perfdataLorenz Kästle1-1/+102
2025-02-19Install libjson-perl in test runnerLorenz Kästle1-1/+2
2025-02-19Use asprintf in lib directly instead of xasprintfLorenz Kästle2-34/+34
2025-02-19Ignore generated stuff for vendored stuff in libLorenz Kästle3-170/+1
2025-02-19Maybe fix compilation errorsLorenz Kästle1-1/+0
2025-02-19Add new files to EXTRA_DISTLorenz Kästle1-1/+14
2025-02-19opttest.pl: Move to toolsLorenz Kästle1-0/+0
2025-02-19opttest.pl Fix Perl complaintsLorenz Kästle1-2/+3
2025-02-19Merge branch 'master' into feature/new_output_infraLorenz Kästle4-71/+39
2025-02-19Add tests for check_swap with JSON outputLorenz Kästle1-1/+49
2025-02-19Fix previous check_swap testsLorenz Kästle1-10/+12
2025-02-19Fix one-line formattingLorenz Kästle1-2/+11
2025-02-19Exit with 0 in JSON-format if everything else worksLorenz Kästle1-0/+4
2025-02-18Implement new output functionality for check_swapLorenz Kästle3-34/+104
2025-02-18Implement new output functionalityLorenz Kästle26-135/+5551
2025-02-17Merge pull request #2062 from orlitzky/snmpgetnextLorenz Kästle1-11/+18
Require snmpgetnext to build check_snmp
2025-02-15configure.ac: require snmpgetnext for check_snmpMichael Orlitzky1-8/+17
PATH_TO_SNMPGETNEXT is used unconditionally in plugins/check_snmp.c, and the build will fail if it is left undefined (that is, if we are building check_snmp but snmpgetnext was neither found on the user's PATH or supplied manually). To avoid this build failure, we now test for snmpgetnext inside the case for snmpget, and skip check_snmp unless BOTH are found.
2025-02-15configure.ac: use AS_IF in net-snmp testsMichael Orlitzky1-7/+5
Not strictly required here, but the AS_IF macro is generally safer because it handles (often unintentional) AC_REQUIRE calls.
2025-02-15configure.ac: update net-snmp homepageMichael Orlitzky1-1/+1
2025-01-07Merge pull request #2056 from monitoring-plugins/fix_check_http_state_regexLorenz Kästle1-1/+1
check_http: fix documentation for --state-regex
2025-01-07Merge branch 'master' into fix_check_http_state_regexLorenz Kästle12-608/+926
2025-01-01Merge pull request #2058 from weiss/update-autoconfLorenz Kästle2-70/+37
Update configure.ac to Autoconf 2.71 syntax
2024-12-31configure.ac: Lower required Autoconf versionHolger Weiss1-1/+1
Revert the bump to requiring Autoconf 2.71, as some of our CI images don't offer that version yet. Keep the remaining changes though, as they should be compatible with Autoconf 2.64.