diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-28 15:22:04 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-28 15:22:04 +0200 |
commit | e4c59440f0383cda12f6d4a4b1d34c38dbe10089 (patch) | |
tree | c322696577a911f67000795cad4f91852855a497 /plugins | |
parent | ebc2415330df963358b1e49beab0279a70ff4c84 (diff) | |
download | monitoring-plugins-e4c59440f0383cda12f6d4a4b1d34c38dbe10089.tar.gz |
Build check_snmp unconditionally
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 5 |
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 | ||
35 | check_tcp_programs = check_ftp check_imap check_nntp check_pop \ | 36 | check_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 | ||
38 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | 39 | EXTRA_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 \ |