diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 16:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 16:41:13 +0100 |
commit | f930f1745b350903efa42933c04f8a2362d66d74 (patch) | |
tree | a45a0247e226838d6a6e1c16437c93a3f9c1c6b4 /plugins/Makefile.am | |
parent | e8d580eb4bc9216518de8083d39fd857d91e0a46 (diff) | |
parent | bd3ec036c77fe88a63af365cfc0d8e525394489d (diff) | |
download | monitoring-plugins-f930f1745b350903efa42933c04f8a2362d66d74.tar.gz |
Merge pull request #2081 from RincewindsHat/refactor/check_by_ssh
Refactor check_by_ssh
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 2ffb5fd0..3d5ad1a9 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -54,7 +54,8 @@ EXTRA_DIST = t \ | |||
54 | check_dbi.d \ | 54 | check_dbi.d \ |
55 | check_ssh.d \ | 55 | check_ssh.d \ |
56 | check_dns.d \ | 56 | check_dns.d \ |
57 | check_apt.d | 57 | check_apt.d \ |
58 | check_by_ssh.d | ||
58 | 59 | ||
59 | PLUGINHDRS = common.h | 60 | PLUGINHDRS = common.h |
60 | 61 | ||