diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-02-01 12:30:38 +0000 |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-02-01 12:30:38 +0000 |
commit | 3567e888787d532ef9c18ad6f4e9aa97d9149198 (patch) | |
tree | e8ee4df8588a673525d79aa90a9bca72fa2188d2 /plugins | |
parent | 4b7507210167661f3ab05a60ec7f899c744e2846 (diff) | |
download | monitoring-plugins-3567e888787d532ef9c18ad6f4e9aa97d9149198.tar.gz |
check_icmp added to libexec_PROGRAMS
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1123 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 01eea704..ccba9c9b 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -13,7 +13,7 @@ LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@ libexec_PROGRAMS = check_dhcp check_disk check_dummy check_http check_load \ check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ check_real check_smtp check_ssh check_tcp check_time \ - check_udp check_ups check_users negate urlize \ + check_udp check_ups check_users negate urlize check_icmp\ @EXTRAS@ check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \ @@ -22,7 +22,7 @@ check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp 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_icmp + check_procs EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h |