Module: monitoring-plugins Branch: master Commit: 8a415c3c09540caeeeffb2f8e24623ad25d23165 Author: Lorenz Kästle <12514511+rincewinds...@users.noreply.github.com> Date: Sun Mar 9 12:45:15 2025 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8a415c3c
Add check_dns to distribution files --- plugins/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 28763dfc..6ee93c18 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -51,7 +51,8 @@ EXTRA_DIST = t \ $(np_test_scripts) \ check_swap.d \ check_dbi.d \ - check_ssh.d + check_ssh.d \ + check_dns.d PLUGINHDRS = common.h