diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2004-12-02 08:45:13 +0000 |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2004-12-02 08:45:13 +0000 |
commit | 74503e07282d0890b6d90b20a793a3048125714f (patch) | |
tree | 431d7d76f2e7f23746fe6943e24b3d8bc9f429a4 | |
parent | c1d25fe1ee355f3394cab0bd340896df84e9d549 (diff) | |
download | monitoring-plugins-74503e07282d0890b6d90b20a793a3048125714f.tar.gz |
Add check_icmp plugin
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@976 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index cf352903..feccd005 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -13,7 +13,7 @@ LIBS = @LIBINTL@ @LIBS@ libexec_PROGRAMS = 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 \ @@ -113,6 +113,7 @@ check_users_DEPENDENCIES = check_users.c $(BASEOBJS) popen.o $(DEPLIBS) check_by_ssh_DEPENDENCIES = check_by_ssh.c $(NETOBJS) popen.o $(DEPLIBS) negate_DEPENDENCIES = negate.c $(BASEOBJS) popen.o $(DEPLIBS) urlize_DEPENDENCIES = urlize.c $(BASEOBJS) popen.o $(DEPLIBS) +check_icmp_DEPENDENCIES = check_icmp.c $(DEPLIBS) ############################################################################## # secondary dependencies |