diff options
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0920adce..20a62fb2 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -27,7 +27,7 @@ MATHLIBS = @MATHLIBS@ | |||
| 27 | #AM_CFLAGS = -Wall | 27 | #AM_CFLAGS = -Wall |
| 28 | 28 | ||
| 29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ | 29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ |
| 30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_ping \ | 30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \ |
| 31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ | 31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ |
| 32 | check_ups check_users negate \ | 32 | check_ups check_users negate \ |
| 33 | urlize @EXTRAS@ | 33 | urlize @EXTRAS@ |
| @@ -40,36 +40,47 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
| 40 | check_nagios check_by_ssh check_dns check_nt check_ide_smart \ | 40 | check_nagios check_by_ssh check_dns check_nt check_ide_smart \ |
| 41 | check_procs check_mysql_query check_apt check_dbi check_curl \ | 41 | check_procs check_mysql_query check_apt check_dbi check_curl \ |
| 42 | \ | 42 | \ |
| 43 | tests/test_check_swap | 43 | tests/test_check_swap \ |
| 44 | tests/test_check_disk | ||
| 44 | 45 | ||
| 45 | SUBDIRS = picohttpparser | 46 | SUBDIRS = picohttpparser |
| 46 | 47 | ||
| 47 | np_test_scripts = tests/test_check_swap.t | 48 | np_test_scripts = tests/test_check_swap.t \ |
| 49 | tests/test_check_disk.t | ||
| 48 | 50 | ||
| 49 | EXTRA_DIST = t \ | 51 | EXTRA_DIST = t \ |
| 50 | tests \ | 52 | tests \ |
| 51 | $(np_test_scripts) \ | 53 | $(np_test_scripts) \ |
| 54 | negate.d \ | ||
| 52 | check_swap.d \ | 55 | check_swap.d \ |
| 53 | check_ldap.d \ | 56 | check_ldap.d \ |
| 54 | check_hpjd.d \ | 57 | check_hpjd.d \ |
| 55 | check_game.d \ | 58 | check_game.d \ |
| 59 | check_radius.d \ | ||
| 60 | check_disk.d \ | ||
| 61 | check_time.d \ | ||
| 56 | check_nagios.d \ | 62 | check_nagios.d \ |
| 57 | check_dbi.d \ | 63 | check_dbi.d \ |
| 64 | check_tcp.d \ | ||
| 65 | check_real.d \ | ||
| 58 | check_ssh.d \ | 66 | check_ssh.d \ |
| 59 | check_nt.d \ | 67 | check_nt.d \ |
| 60 | check_dns.d \ | 68 | check_dns.d \ |
| 61 | check_mrtgtraf.d \ | 69 | check_mrtgtraf.d \ |
| 62 | check_mysql_query.d \ | 70 | check_mysql_query.d \ |
| 63 | check_mrtg.d \ | 71 | check_mrtg.d \ |
| 72 | check_ntp_peer.d \ | ||
| 64 | check_apt.d \ | 73 | check_apt.d \ |
| 65 | check_pgsql.d \ | 74 | check_pgsql.d \ |
| 66 | check_procs.d \ | 75 | check_procs.d \ |
| 76 | check_ping.d \ | ||
| 67 | check_by_ssh.d \ | 77 | check_by_ssh.d \ |
| 68 | check_smtp.d \ | 78 | check_smtp.d \ |
| 69 | check_mysql.d \ | 79 | check_mysql.d \ |
| 70 | check_ntp_time.d \ | 80 | check_ntp_time.d \ |
| 71 | check_dig.d \ | 81 | check_dig.d \ |
| 72 | check_cluster.d \ | 82 | check_cluster.d \ |
| 83 | check_ups.d \ | ||
| 73 | check_fping.d | 84 | check_fping.d |
| 74 | 85 | ||
| 75 | PLUGINHDRS = common.h | 86 | PLUGINHDRS = common.h |
| @@ -112,6 +123,7 @@ check_curl_LDADD = $(NETLIBS) $(LIBCURLLIBS) $(SSLOBJS) $(URIPARSERLIBS) picohtt | |||
| 112 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) | 123 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) |
| 113 | check_dig_LDADD = $(NETLIBS) | 124 | check_dig_LDADD = $(NETLIBS) |
| 114 | check_disk_LDADD = $(BASEOBJS) | 125 | check_disk_LDADD = $(BASEOBJS) |
| 126 | check_disk_SOURCES = check_disk.c check_disk.d/utils_disk.c | ||
| 115 | check_dns_LDADD = $(NETLIBS) | 127 | check_dns_LDADD = $(NETLIBS) |
| 116 | check_dummy_LDADD = $(BASEOBJS) | 128 | check_dummy_LDADD = $(BASEOBJS) |
| 117 | check_fping_LDADD = $(NETLIBS) | 129 | check_fping_LDADD = $(NETLIBS) |
| @@ -132,7 +144,6 @@ check_nagios_LDADD = $(BASEOBJS) | |||
| 132 | check_nt_LDADD = $(NETLIBS) | 144 | check_nt_LDADD = $(NETLIBS) |
| 133 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) | 145 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) |
| 134 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) | 146 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) |
| 135 | check_nwstat_LDADD = $(NETLIBS) | ||
| 136 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) | 147 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) |
| 137 | check_ping_LDADD = $(NETLIBS) | 148 | check_ping_LDADD = $(NETLIBS) |
| 138 | check_procs_LDADD = $(BASEOBJS) | 149 | check_procs_LDADD = $(BASEOBJS) |
| @@ -159,6 +170,8 @@ endif | |||
| 159 | 170 | ||
| 160 | tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap | 171 | tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap |
| 161 | tests_test_check_swap_SOURCES = tests/test_check_swap.c check_swap.d/swap.c | 172 | tests_test_check_swap_SOURCES = tests/test_check_swap.c check_swap.d/swap.c |
| 173 | tests_test_check_disk_LDADD = $(BASEOBJS) $(tap_ldflags) check_disk.d/utils_disk.c -ltap | ||
| 174 | tests_test_check_disk_SOURCES = tests/test_check_disk.c | ||
| 162 | 175 | ||
| 163 | ############################################################################## | 176 | ############################################################################## |
| 164 | # secondary dependencies | 177 | # secondary dependencies |
