diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-28 22:44:11 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-28 22:44:11 +0000 |
| commit | 03d772cc0d0023748e0b13a7bbaa301b86032eb4 (patch) | |
| tree | f517523159bba8d36985408553649ec924a7f93d /plugins/Makefile.am | |
| parent | 8d5fcec7a3b956bfa309cb2ddf7249fbe69e35e5 (diff) | |
| download | monitoring-plugins-03d772cc0d0023748e0b13a7bbaa301b86032eb4.tar.gz | |
check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removed
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1459 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 9dd71845..b84d0d7e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -20,7 +20,7 @@ libexec_PROGRAMS = check_apt check_disk check_dummy check_http check_load \ | |||
| 20 | urlize @EXTRAS@ | 20 | urlize @EXTRAS@ |
| 21 | 21 | ||
| 22 | check_tcp_programs = check_ftp check_imap check_nntp check_pop \ | 22 | check_tcp_programs = check_ftp check_imap check_nntp check_pop \ |
| 23 | check_udp2 check_clamd @check_tcp_ssl@ | 23 | check_udp check_clamd @check_tcp_ssl@ |
| 24 | 24 | ||
| 25 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | 25 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ |
| 26 | check_swap check_fping check_ldap check_game check_dig \ | 26 | check_swap check_fping check_ldap check_game check_dig \ |
