monitoring-plugins/plugins
Sven Nierlein 1c84da06be
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Spellcheck / codespell (push) Has been cancelled
Tests / Running unit and integrationt tests (push) Has been cancelled
Tests / Running rpm build test on almalinux:9 (push) Has been cancelled
Tests / Running rpm build test on fedora:latest (push) Has been cancelled
Tests / Running rpm build test on rockylinux:8 (push) Has been cancelled
check for net-snmp-config when buildin check_snmp (fixes #2281) (#2286)
this will fix the build error on check_snmp when net-snmp-config is not available.

```
  CC       check_snmp-check_snmp.o
/bin/bash: line 1: net-snmp-config: command not found
In file included from check_snmp.d/check_snmp_helpers.h:3,
                 from check_snmp.c:42:
check_snmp.d/./config.h:16:10: fatal error: net-snmp/net-snmp-config.h: No such file or directory
   16 | #include <net-snmp/net-snmp-config.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:3353: check_snmp-check_snmp.o] Error 1
make[3]: Leaving directory '/opt/projects/git/monitoring-plugins/plugins'
```

Signed-off-by: Sven Nierlein <sven@consol.de>
2026-06-19 11:12:08 +02:00
..
check_apt.d
check_by_ssh.d check_by_ssh: Implement modern output functionality 2025-11-16 14:36:10 +01:00
check_cluster.d
check_curl.d check_curl fix: populate the dns cache when hostname gets resolved locally (#2280) 2026-06-17 23:26:04 +02:00
check_dbi.d
check_dig.d check_dig: add -E/--require-flags and -X/--forbid-flags (#2165) 2025-11-29 15:24:52 +01:00
check_disk.d
check_dns.d
check_fping.d
check_game.d
check_hpjd.d
check_ide_smart.d
check_ldap.d check_ldap: implement output format selection 2025-11-25 12:42:50 +01:00
check_load.d
check_mrtg.d check_mrtg: implement modern output 2025-11-26 14:35:21 +01:00
check_mrtgtraf.d check_mrtgtraf: modern output implementation 2025-11-27 07:35:29 +01:00
check_mysql.d Add output formatting option where they were forgotten 2025-11-26 13:57:12 +01:00
check_mysql_query.d check_mysql_query: add option to hide query in output (#2279) 2026-06-18 16:47:56 +02:00
check_nagios.d
check_ntp_peer.d
check_ntp_time.d Check ntp time delay (#2277) 2026-06-11 02:40:07 +02:00
check_pgsql.d
check_ping.d
check_procs.d
check_radius.d check_radius: Implement modern output 2025-12-05 13:15:55 +01:00
check_real.d Fix/compiler warnings (#2255) 2026-04-09 14:54:08 +02:00
check_smtp.d Fix/compiler warnings (#2255) 2026-04-09 14:54:08 +02:00
check_snmp.d Fix typo in enum MP_PARSING_SUCCES(S) (#2233) 2026-02-16 11:22:39 +01:00
check_ssh.d
check_swap.d
check_tcp.d
check_time.d
check_ups.d check_ups: implement modern output (#2272) 2026-06-08 07:35:45 +02:00
check_users.d
negate.d
picohttpparser
t check_http and check_curl: custom timeout return state (#2266) 2026-05-19 16:01:43 +02:00
tests check_curl: Clean up (#2252) 2026-04-08 17:21:44 +02:00
check_apt.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_by_ssh.c Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
check_cluster.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_curl.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_dbi.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_dig.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_disk.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_dns.c
check_dummy.c
check_fping.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_game.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_hpjd.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_http.c check_http and check_curl: custom timeout return state (#2266) 2026-05-19 16:01:43 +02:00
check_ide_smart.c Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
check_ldap.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_load.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_mrtg.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_mrtgtraf.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_mysql.c check_mysql: Fix MariaDB casing (#2283) 2026-06-18 23:46:29 +02:00
check_mysql_query.c check_mysql_query: add option to hide query in output (#2279) 2026-06-18 16:47:56 +02:00
check_nagios.c Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
check_ntp_peer.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_ntp_time.c Check ntp time delay (#2277) 2026-06-11 02:40:07 +02:00
check_pgsql.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_ping.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_procs.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_radius.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_real.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_smtp.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_snmp.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_ssh.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_swap.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_tcp.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_time.c added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254) 2026-04-08 18:26:03 +02:00
check_ups.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
check_users.c Ok summary (#2270) 2026-06-08 08:23:44 +02:00
common.h Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
Makefile.am check for net-snmp-config when buildin check_snmp (fixes #2281) (#2286) 2026-06-19 11:12:08 +02:00
negate.c
netutils.c Remove a few unnecessary trailing newlines from error messages (#2274) 2026-06-08 13:19:31 +02:00
netutils.h Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
popen.c
popen.h
runcmd.c
runcmd.h
sslutils.c Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
urlize.c
utils.c Run clang-format on everything once again (#2275) 2026-06-10 14:49:33 +02:00
utils.h check_real: implement modern output 2025-12-05 12:28:26 +01:00