diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 02:43:51 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 02:43:51 +0100 |
commit | cf48162487d6f042af084ee436acdd7a2db0cbfd (patch) | |
tree | 074d8422b0d8e9af9eb6c6284440ac2303304e58 /plugins/Makefile.am | |
parent | 4f4966220bbdf18cd1d525d0ef53faef708ce2bb (diff) | |
download | monitoring-plugins-cf48162487d6f042af084ee436acdd7a2db0cbfd.tar.gz |
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 41487131..25a286c1 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_fping.d | ||
61 | 62 | ||
62 | PLUGINHDRS = common.h | 63 | PLUGINHDRS = common.h |
63 | 64 | ||