summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-11 10:39:44 +0100
committerGitHub <noreply@github.com>2025-03-11 10:39:44 +0100
commitdf0d6ee5e0c870d50934eb095a88587547697953 (patch)
tree1b61f8d49490476b02334c84b65f7b1a4a064125 /plugins/Makefile.am
parent14671421030843ed15816162245a0ef348db3315 (diff)
parent2ce110bf57f5a412a48fd8baf4d5e498e0acc6c6 (diff)
downloadmonitoring-plugins-df0d6ee5e0c870d50934eb095a88587547697953.tar.gz
Merge pull request #2083 from RincewindsHat/refactor/check_cluster
Refactor/check cluster
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
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
62PLUGINHDRS = common.h 63PLUGINHDRS = common.h
63 64