Commit graph

  • 33f4e6de71
    Merge 1a42bd8fe2 into 2d4f98f50b Lorenz Kästle 2026-03-19 11:35:35 +0000
  • 1a42bd8fe2 Fix path in plugin tests Lorenz Kästle 2026-03-19 12:35:29 +0100
  • e96c48bbba Re add check_ntp_peer tests Lorenz Kästle 2026-03-19 12:09:48 +0100
  • 758bb9dbe3 Fix compilation of check_snmp tests Lorenz Kästle 2026-03-19 12:09:35 +0100
  • 751bd3d0c4 fix test file names Lorenz Kästle 2026-03-19 11:49:07 +0100
  • 3f5ed8fd04 check_ntp_time: remove unused tests Lorenz Kästle 2026-03-19 11:39:21 +0100
  • 808598b57f Reintroduce unused tests Lorenz Kästle 2026-03-19 11:22:57 +0100
  • 86aca955f6
    Merge a0c59a434f into 2d4f98f50b Lorenz Kästle 2026-03-17 11:26:29 +0100
  • a0c59a434f switch check_disk perfdata back to used space Lorenz Kästle 2026-03-17 11:19:36 +0100
  • 89369414b0 Implement simple output shortcut for ranges Lorenz Kästle 2026-03-17 11:15:58 +0100
  • c43b4cdfc4
    Merge ea4af7e428 into 2d4f98f50b Gordon Bleux 2026-03-16 20:56:26 +0000
  • a71a1a9669
    Merge 2600b6f0eb into 2d4f98f50b Lorenz Kästle 2026-03-16 13:06:59 +0000
  • 28eef6b6dc
    Merge 5472403d6a into 2d4f98f50b Lorenz Kästle 2026-03-16 12:44:19 +0000
  • 5472403d6a Add option to override output for check in lib for check_by_ssh Lorenz Kästle 2026-02-08 21:42:38 +0100
  • fcfdd9342d
    Merge e2f01fe76e into 2d4f98f50b Lorenz Kästle 2026-03-16 13:36:47 +0100
  • e2f01fe76e Remove deprecated autoconf macro (autoupdate) Lorenz Kästle 2026-03-16 13:36:24 +0100
  • 2d4f98f50b
    Remove troublesome symbols from output (#2240) master coverity/master Lorenz Kästle 2026-03-16 12:28:25 +0100
  • 99283972fe hotfix for bsearch and wmemchr for glibc 2.43 check_snmp_fixes Andreas Baumann 2026-03-14 08:25:43 +0100
  • a9e23d05a6
    check_curl: check certificates and exit before checking for curl_easy_perform result (#2239) inqrphl 2026-03-13 17:06:59 +0100
  • cbcc8ac6b0 simply the comment for the change Ahmet Ozturk 2026-03-13 16:20:02 +0100
  • dfac51dd9d
    Merge branch 'monitoring-plugins:master' into fork/check-curl-check-certificates-first inqrphl 2026-03-13 16:02:56 +0100
  • b9cd60ec3a
    add proxy argument and improve dns cache usage (#2209) inqrphl 2026-03-13 15:54:23 +0100
  • d7b86eedee Remove troublesome symbols from output Lorenz Kästle 2026-03-06 15:49:43 +0100
  • 58eadd1470 fix typo Ahmet Ozturk 2026-03-02 16:12:58 +0100
  • de92f63ec1 Revert "check certificates first, before the return code of curl_easy_perform" Ahmet Ozturk 2026-03-02 15:09:11 +0100
  • 7c2fd30a1e check certificates first, before the return code of curl_easy_perform Ahmet Ozturk 2026-03-02 14:55:40 +0100
  • 2e6deaa564 check certificates first, before the return code of curl_easy_perform Ahmet Ozturk 2026-03-02 14:55:40 +0100
  • a793000948
    Fix check_procs -T option (#2235) Mathieu Gagné 2026-02-19 09:04:28 -0500
  • 11abba8347 fix the -ssl better, now does not segfault on empty --ssl argument as well. Ahmet Oeztuerk 2026-02-19 14:52:43 +0100
  • d95c31a013 Revert "prevent segfault on --ssl=VERSION argument by saving the string value." Ahmet Oeztuerk 2026-02-19 14:43:38 +0100
  • d039da1eac add a newline before dying in handle_curl_option_return_code Ahmet Oeztuerk 2026-02-19 14:29:31 +0100
  • 687fe995d5 prevent segfault on --ssl=VERSION argument by saving the string value. Ahmet Oeztuerk 2026-02-19 14:28:43 +0100
  • c44068c9de Fix check_procs -T option Mathieu Gagné 2026-02-18 11:36:32 -0500
  • 3cc7090cb7
    Merge branch 'master' into check-curl-add-proxy-argument-and-improvements inqrphl 2026-02-18 10:59:03 +0100
  • 49a74079bb move docker apache subdomain setup files to /tools/subdomain1 Ahmet Oeztuerk 2026-02-18 10:10:24 +0100
  • 492cde149c corrected some annotations Ahmet Oeztuerk 2026-02-17 16:09:24 +0100
  • 0cb20e8335 removed duplicate tests, corrected wrong comments Ahmet Oeztuerk 2026-02-17 16:05:30 +0100
  • d1520b6465 handle case where proxy is set as empty string Ahmet Oeztuerk 2026-02-17 15:54:12 +0100
  • 4d8c3c1e46 fix failing tests Ahmet Oeztuerk 2026-02-17 15:53:35 +0100
  • c37878508a move function comments to header Ahmet Oeztuerk 2026-02-17 14:57:53 +0100
  • 0193e4eeb3 revert NP_HOST_TLS_CERT to its default value Ahmet Oeztuerk 2026-02-17 14:51:05 +0100
  • 1f1e615217 typo in comment Ahmet Oeztuerk 2026-02-17 14:49:02 +0100
  • a7e904d92c specify localhost acl and allow it through the proxy. used in check_curl tests Ahmet Oeztuerk 2026-02-17 14:44:56 +0100
  • 7c07ff53d4 Adapt tests for the squid sever, disable checking return code for socks 4/5 proxies. Squid does not support it, and we do not install a capable proxy for these schemes. Ahmet Oeztuerk 2026-02-17 14:44:13 +0100
  • d8556bb8c0 rewrite ip_addr_inside_cidr, split ipv4 and ipv6 parsing path and copy them to a shared buffer later on for prefix check Ahmet Oeztuerk 2026-02-17 14:43:12 +0100
  • 9d66720817 remove squid certificate Ahmet Oeztuerk 2026-02-17 14:39:25 +0100
  • 2dd51c56c7 make apache2 listen on [::1] for ipv6 tests Ahmet Oeztuerk 2026-02-17 14:38:49 +0100
  • 0b72650fb3 fix subnet definition Ahmet Oeztuerk 2026-02-17 14:36:58 +0100
  • 22b947bca2 wip tests that work on the live debian image Ahmet Ozturk 2026-02-16 17:36:31 +0100
  • f3cfc402a6
    Merge 1b6e88c23b into 15b9a39b60 Stuart Henderson 2026-02-16 10:31:04 +0000
  • 17bbc4d94c
    Merge 7917ad9278 into 15b9a39b60 Stuart Henderson 2026-02-16 10:30:58 +0000
  • 15b9a39b60
    Make replacing of mismatching single quotes work (#2232) Dirk Mueller 2026-02-16 11:27:49 +0100
  • 07a249a5d7
    Fix typo in enum MP_PARSING_SUCCES(S) (#2233) Dirk Mueller 2026-02-16 11:22:39 +0100
  • 423d0c5267
    Fix a few typos (#2231) Dirk Mueller 2026-02-16 11:21:21 +0100
  • d84a9ecd5d
    Fix typo in enum MP_PARSING_SUCCES(S) Dirk Müller 2026-02-16 10:27:16 +0100
  • aa7bde2836
    Make replacing of mismatching single quotes work Dirk Müller 2026-02-16 10:23:30 +0100
  • 254e921e4c
    Fix a few typos Dirk Müller 2026-02-16 10:20:19 +0100
  • 303d3a8a7a wip tests that work on local perl http/https server Ahmet Oeztuerk 2026-02-13 18:24:49 +0100
  • 43409d4834 add subdomain checks for each item in the no_proxy, if the target host is a subdomain proxy wont resolve it Ahmet Oeztuerk 2026-02-13 16:53:07 +0100
  • 96b2c90cf6 add disclaimer about uppercase HTTP_PROXY Ahmet Oeztuerk 2026-02-13 16:50:21 +0100
  • c376b3ab4c use strdup where destination working_state.curlopt_proxy may be NULL Ahmet Oeztuerk 2026-02-13 16:49:52 +0100
  • 5180bfd096 check if host name is a subdomain of an noproxy item Ahmet Oeztuerk 2026-02-12 18:42:07 +0100
  • 73d6c8b660 switch argument from --no-proxy to --noproxy like curl cli Ahmet Oeztuerk 2026-01-07 16:56:45 +0100
  • e41b74c96b check curlopt_noproxy before accessing it Ahmet Oeztuerk 2026-01-07 16:47:11 +0100
  • 5e618a31a0 document proxy cli arguments Ahmet Oeztuerk 2026-01-07 16:30:33 +0100
  • cfeaf28338 improve proxy environment parsing Ahmet Oeztuerk 2026-01-07 15:16:42 +0100
  • 1c0134a994 fix typo with proxy scheme socks5a->socks5h Ahmet Oeztuerk 2025-12-19 17:36:52 +0100
  • 8e095bfc73 fix typo in the proxy argument Ahmet Oeztuerk 2025-12-19 17:33:27 +0100
  • ff9f5a5bc1 remove unused handle_curl_easyoption and format_curl_easyoption functions Ahmet Oeztuerk 2025-12-19 13:50:13 +0100
  • b9555bcab3 add proxy_resolves_hostname, determined by proxy scheme Ahmet Oeztuerk 2025-12-19 12:51:01 +0100
  • ed1d54d562 add curl version and ssl enabelement macro checks Ahmet Oeztuerk 2025-12-18 18:14:22 +0100
  • e7a55d1f0c codespell, clang-format and hints fixes Ahmet Oeztuerk 2025-12-16 17:50:17 +0100
  • d5a5a3de6f add proxy argument and improve dns cache usage Ahmet Oeztuerk 2025-12-16 16:06:43 +0100
  • 0f0865c910
    Make IPv6 unconditional (#2219) Lorenz Kästle 2026-02-06 12:59:58 +0100
  • cef40299a9
    OpenBSD: pledge(2) some network-facing checks (#2225) Alvar 2026-02-06 11:58:38 +0000
  • fe4c82ea6f
    Remove dep files which were checked in unintentionally (#2228) Lorenz Kästle 2026-01-23 11:07:06 +0100
  • bc2d94cf1d Remove dep files which were checked in unintentionally Lorenz Kästle 2026-01-23 10:59:27 +0100
  • cb9bef0254
    Merge 3e656e6408 into bccb38dc9d Andreas Baumann 2026-01-23 09:45:02 +0000
  • 3e656e6408 utils.h: undefine USE_OPENSSL to avoid clash with net-snmp redefitition Andreas Baumann 2026-01-23 10:15:47 +0100
  • d28be4a00c check_snmp_helpers.c: various possible fixes around const char */char * casts Andreas Baumann 2026-01-23 10:10:30 +0100
  • 38f601be58 removed -Wundef statement from net-snmp-config --cflags causing wanings in clang macros in GNUlib Andreas Baumann 2026-01-23 10:04:33 +0100
  • 52267354e7 check_real: fixed for non-constness of default_expect Andreas Baumann 2026-01-23 09:42:09 +0100
  • bfd123989b strange auto-updates in GNUlib Andreas Baumann 2026-01-23 09:40:09 +0100
  • 53c465cba6 removed -Werror=declaration-after-statement from net-snmp-config --cflags causing trouble in check_snmp.c Andreas Baumann 2026-01-23 09:38:54 +0100
  • c594a60da0 .Po dep files depend on the platform, do they have to be checked in? Andreas Baumann 2026-01-23 09:19:45 +0100
  • 9d14a90f35 check_snmp: fixed falltrhough case in ASN_FLOAT/ASN_DOUBLE Andreas Baumann 2026-01-23 08:59:52 +0100
  • 8d44bd8e69 added CHECK_EOF to work around warnings about EOF and -1 being the same Andreas Baumann 2026-01-23 08:57:19 +0100
  • 5ede691890 common.h: added guard to avoid warning when ENABLE_NLS is not defined Andreas Baumann 2026-01-22 12:59:19 +0100
  • aa6af3146a
    OpenBSD: pledge(2) some network-facing checks Alvar Penning 2026-01-15 22:49:35 +0100
  • bccb38dc9d
    check_icmp: Populate progname before np_extra_opts call (#2226) Alvar 2026-01-19 00:00:00 +0000
  • 3c7f01b864
    check_icmp: Populate progname before np_extra_opts call Alvar Penning 2026-01-17 22:41:19 +0100
  • f5f60f5717
    check_disk: compare inode thresholds against the correct value (#2223) Lorenz Kästle 2026-01-16 12:16:45 +0100
  • ac0b27a11f check_disk: Detect free inode number correctly in tests Lorenz Kästle 2026-01-16 11:47:26 +0100
  • b58e244cc7
    check_icmp: prevent segfault on OpenBSD (#2224) Lorenz Kästle 2026-01-16 02:42:01 +0100
  • f5e47c9f07 explain previous changes Lorenz Kästle 2026-01-16 02:27:01 +0100
  • 90b18ffc86 check_icmp: prevent segfault on OpenBSD Lorenz Kästle 2026-01-15 11:49:13 +0100
  • 6716001002
    Merge pull request #2222 from RincewindsHat/fix/summary_counts Lorenz Kästle 2026-01-15 09:54:27 +0100
  • e4d0871931 check_disk: compare inode thresholds against the correct value Lorenz Kästle 2026-01-14 17:37:27 +0100
  • 3e8cef3721 Compute numbers in output summary correctly Lorenz Kästle 2026-01-14 17:28:51 +0100
  • 7bf2b5f484 Make IPv6 unconditional Lorenz Kästle 2026-01-11 00:11:28 +0100