summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-28 15:22:04 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-28 15:22:04 +0200
commite4c59440f0383cda12f6d4a4b1d34c38dbe10089 (patch)
treec322696577a911f67000795cad4f91852855a497
parentebc2415330df963358b1e49beab0279a70ff4c84 (diff)
downloadmonitoring-plugins-e4c59440f0383cda12f6d4a4b1d34c38dbe10089.tar.gz
Build check_snmp unconditionally
-rw-r--r--plugins/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 38668348..f2f1777f 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -30,12 +30,13 @@ libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http che
30 check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \ 30 check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \
31 check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ 31 check_real check_smtp check_ssh check_tcp check_time check_ntp_time \
32 check_ups check_users negate \ 32 check_ups check_users negate \
33 urlize @EXTRAS@ 33 urlize @EXTRAS@ \
34 check_snmp
34 35
35check_tcp_programs = check_ftp check_imap check_nntp check_pop \ 36check_tcp_programs = check_ftp check_imap check_nntp check_pop \
36 check_udp check_clamd @check_tcp_ssl@ 37 check_udp check_clamd @check_tcp_ssl@
37 38
38EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ 39EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_hpjd \
39 check_swap check_fping check_ldap check_game check_dig \ 40 check_swap check_fping check_ldap check_game check_dig \
40 check_nagios check_by_ssh check_dns check_nt check_ide_smart \ 41 check_nagios check_by_ssh check_dns check_nt check_ide_smart \
41 check_procs check_mysql_query check_apt check_dbi check_curl \ 42 check_procs check_mysql_query check_apt check_dbi check_curl \