diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:14:41 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:14:41 +0100 |
commit | 8b25eaa0d13a3ef3db063ccdc1cf0021437d7cd7 (patch) | |
tree | ed677de769cbf830579e879dbc4d4f6e35b60e5c /plugins/Makefile.am | |
parent | 7a518f99a57a6ee169cedd062e4e2e1e7c3fc2d2 (diff) | |
parent | 74c3f4811ccc10911cdeff5cd793a8f3a7dd74e5 (diff) | |
download | monitoring-plugins-8b25eaa0d13a3ef3db063ccdc1cf0021437d7cd7.tar.gz |
Merge branch 'master' into refactor/check_ldap
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 9f7266ad..783cf467 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -51,6 +51,7 @@ EXTRA_DIST = t \ | |||
51 | $(np_test_scripts) \ | 51 | $(np_test_scripts) \ |
52 | check_swap.d \ | 52 | check_swap.d \ |
53 | check_ldap.d \ | 53 | check_ldap.d \ |
54 | check_hpjd.d \ | ||
54 | check_game.d \ | 55 | check_game.d \ |
55 | check_dbi.d \ | 56 | check_dbi.d \ |
56 | check_ssh.d \ | 57 | check_ssh.d \ |
@@ -59,7 +60,8 @@ EXTRA_DIST = t \ | |||
59 | check_by_ssh.d \ | 60 | check_by_ssh.d \ |
60 | check_smtp.d \ | 61 | check_smtp.d \ |
61 | check_dig.d \ | 62 | check_dig.d \ |
62 | check_cluster.d | 63 | check_cluster.d \ |
64 | check_fping.d | ||
63 | 65 | ||
64 | PLUGINHDRS = common.h | 66 | PLUGINHDRS = common.h |
65 | 67 | ||