diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 15:51:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 15:51:43 +0100 |
commit | fd7b685f0fe43d39963f522bf40272543706729a (patch) | |
tree | fdb7bc9f6654f36f6395199d47f17bb540f35901 /plugins/Makefile.am | |
parent | 9f71e510af8aa1c6244e9e334910193ae1468486 (diff) | |
parent | 2765379e3b2b18f6ca108ea96617fe8582078650 (diff) | |
download | monitoring-plugins-fd7b685f.tar.gz |
Merge pull request #2095 from RincewindsHat/refactor/check_ntp_peer
Refactor/check ntp peer
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 6c582a15..7a2255df 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -61,6 +61,7 @@ EXTRA_DIST = t \ | |||
61 | check_mrtgtraf.d \ | 61 | check_mrtgtraf.d \ |
62 | check_mysql_query.d \ | 62 | check_mysql_query.d \ |
63 | check_mrtg.d \ | 63 | check_mrtg.d \ |
64 | check_ntp_peer.d \ | ||
64 | check_apt.d \ | 65 | check_apt.d \ |
65 | check_pgsql.d \ | 66 | check_pgsql.d \ |
66 | check_by_ssh.d \ | 67 | check_by_ssh.d \ |