diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-10 21:37:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 21:37:46 +0100 |
commit | 205384194dc5334aa3d8d8162f1e17e10595fdb3 (patch) | |
tree | 8c630b47badc0a3b189457550475990003782d78 /plugins/Makefile.am | |
parent | f930f1745b350903efa42933c04f8a2362d66d74 (diff) | |
parent | 6cd097921f0c5016fcae60b38dfb88c412e4bb20 (diff) | |
download | monitoring-plugins-20538419.tar.gz |
Merge pull request #2079 from RincewindsHat/refactor/check_smtp
Refactor/check smtp
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 3d5ad1a9..d9269691 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -55,7 +55,8 @@ EXTRA_DIST = t \ | |||
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 | check_by_ssh.d \ |
59 | check_smtp.d | ||
59 | 60 | ||
60 | PLUGINHDRS = common.h | 61 | PLUGINHDRS = common.h |
61 | 62 | ||