diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index dacd36e8..9e4924c3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -49,27 +49,33 @@ np_test_scripts = tests/test_check_swap.t | |||
49 | EXTRA_DIST = t \ | 49 | EXTRA_DIST = t \ |
50 | tests \ | 50 | tests \ |
51 | $(np_test_scripts) \ | 51 | $(np_test_scripts) \ |
52 | negate.d \ | ||
52 | check_swap.d \ | 53 | check_swap.d \ |
53 | check_ldap.d \ | 54 | check_ldap.d \ |
54 | check_hpjd.d \ | 55 | check_hpjd.d \ |
55 | check_game.d \ | 56 | check_game.d \ |
56 | check_radius.d \ | 57 | check_radius.d \ |
58 | check_time.d \ | ||
57 | check_nagios.d \ | 59 | check_nagios.d \ |
58 | check_dbi.d \ | 60 | check_dbi.d \ |
61 | check_real.d \ | ||
59 | check_ssh.d \ | 62 | check_ssh.d \ |
60 | check_nt.d \ | 63 | check_nt.d \ |
61 | check_dns.d \ | 64 | check_dns.d \ |
62 | check_mrtgtraf.d \ | 65 | check_mrtgtraf.d \ |
63 | check_mysql_query.d \ | 66 | check_mysql_query.d \ |
64 | check_mrtg.d \ | 67 | check_mrtg.d \ |
68 | check_ntp_peer.d \ | ||
65 | check_apt.d \ | 69 | check_apt.d \ |
66 | check_pgsql.d \ | 70 | check_pgsql.d \ |
71 | check_ping.d \ | ||
67 | check_by_ssh.d \ | 72 | check_by_ssh.d \ |
68 | check_smtp.d \ | 73 | check_smtp.d \ |
69 | check_mysql.d \ | 74 | check_mysql.d \ |
70 | check_ntp_time.d \ | 75 | check_ntp_time.d \ |
71 | check_dig.d \ | 76 | check_dig.d \ |
72 | check_cluster.d \ | 77 | check_cluster.d \ |
78 | check_ups.d \ | ||
73 | check_fping.d | 79 | check_fping.d |
74 | 80 | ||
75 | PLUGINHDRS = common.h | 81 | PLUGINHDRS = common.h |