diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-16 14:14:53 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-16 14:14:53 +0000 |
commit | 073e0fa95c6dd06a0a12634fb9e785d3aa2d2fc1 (patch) | |
tree | fc9d62cc6e48d1ea360c945714426567576e9159 /plugins/Makefile.am | |
parent | e47b74ede50b0f4feabda65f5c33fee6da13c136 (diff) | |
download | monitoring-plugins-073e0fa95c6dd06a0a12634fb9e785d3aa2d2fc1.tar.gz |
Support for AIX ps command and cleanup of configure's ps checks
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@731 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-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 683cd51b..ac421e5f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -12,7 +12,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_procs check_real check_smtp check_ssh check_tcp check_time \ + check_real check_smtp check_ssh check_tcp check_time \ check_udp check_ups check_users negate urlize \ @EXTRAS@ @@ -21,7 +21,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_nagios check_by_ssh check_dns check_nt check_ide-smart 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 |