mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Build check_snmp unconditionally
This commit is contained in:
parent
ebc2415330
commit
e4c59440f0
1 changed files with 3 additions and 2 deletions
|
|
@ -30,12 +30,13 @@ libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http che
|
|||
check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \
|
||||
check_real check_smtp check_ssh check_tcp check_time check_ntp_time \
|
||||
check_ups check_users negate \
|
||||
urlize @EXTRAS@
|
||||
urlize @EXTRAS@ \
|
||||
check_snmp
|
||||
|
||||
check_tcp_programs = check_ftp check_imap check_nntp check_pop \
|
||||
check_udp check_clamd @check_tcp_ssl@
|
||||
|
||||
EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
|
||||
EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_hpjd \
|
||||
check_swap check_fping check_ldap check_game check_dig \
|
||||
check_nagios check_by_ssh check_dns check_nt check_ide_smart \
|
||||
check_procs check_mysql_query check_apt check_dbi check_curl \
|
||||
|
|
|
|||
Loading…
Reference in a new issue