summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-10 15:02:46 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-10 15:56:34 +0100
commitbd3ec036c77fe88a63af365cfc0d8e525394489d (patch)
treea45a0247e226838d6a6e1c16437c93a3f9c1c6b4 /plugins/Makefile.am
parente8d580eb4bc9216518de8083d39fd857d91e0a46 (diff)
downloadmonitoring-plugins-bd3ec036c77fe88a63af365cfc0d8e525394489d.tar.gz
Refactor check_by_ssh
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 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
59PLUGINHDRS = common.h 60PLUGINHDRS = common.h
60 61