diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 22:49:38 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 22:49:38 +0100 |
commit | 2ce110bf57f5a412a48fd8baf4d5e498e0acc6c6 (patch) | |
tree | 1b61f8d49490476b02334c84b65f7b1a4a064125 /plugins/Makefile.am | |
parent | 1a97496a83562b1d354609226b05857717c5ab5a (diff) | |
download | monitoring-plugins-2ce110bf57f5a412a48fd8baf4d5e498e0acc6c6.tar.gz |
refactor check_cluster
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 41487131..be650089 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -57,7 +57,8 @@ EXTRA_DIST = t \ | |||
57 | check_apt.d \ | 57 | check_apt.d \ |
58 | check_by_ssh.d \ | 58 | check_by_ssh.d \ |
59 | check_smtp.d \ | 59 | check_smtp.d \ |
60 | check_dig.d | 60 | check_dig.d \ |
61 | check_cluster.d | ||
61 | 62 | ||
62 | PLUGINHDRS = common.h | 63 | PLUGINHDRS = common.h |
63 | 64 | ||