diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 10:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 10:39:44 +0100 |
commit | df0d6ee5e0c870d50934eb095a88587547697953 (patch) | |
tree | 1b61f8d49490476b02334c84b65f7b1a4a064125 /plugins/Makefile.am | |
parent | 14671421030843ed15816162245a0ef348db3315 (diff) | |
parent | 2ce110bf57f5a412a48fd8baf4d5e498e0acc6c6 (diff) | |
download | monitoring-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.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 | ||