diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:12:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 12:12:54 +0100 |
commit | 74c3f4811ccc10911cdeff5cd793a8f3a7dd74e5 (patch) | |
tree | c81e165e03a601c6976a11e25ef7797b791ab438 /plugins/Makefile.am | |
parent | abd6295439dac66ca4d5dd280d4a6528cdfe973d (diff) | |
parent | b8460603aaa0d707015733ee0d7d40b1949d40b9 (diff) | |
download | monitoring-plugins-74c3f481.tar.gz |
Merge pull request #2084 from RincewindsHat/refactor/check_fping
Refactor/check fping
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 1b40b91c..9d310a15 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -59,7 +59,8 @@ EXTRA_DIST = t \ | |||
59 | check_by_ssh.d \ | 59 | check_by_ssh.d \ |
60 | check_smtp.d \ | 60 | check_smtp.d \ |
61 | check_dig.d \ | 61 | check_dig.d \ |
62 | check_cluster.d | 62 | check_cluster.d \ |
63 | check_fping.d | ||
63 | 64 | ||
64 | PLUGINHDRS = common.h | 65 | PLUGINHDRS = common.h |
65 | 66 | ||