diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 11:12:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 11:12:27 +0100 |
commit | c2ff4da7866acc9196642bf32c2891f205f51a9b (patch) | |
tree | a87da006625b3db72140eaa95fabbfb6da8495a7 /plugins/Makefile.am | |
parent | 3a4182cb9b914976f36e984dfacf65ab7e73ce5f (diff) | |
parent | 9ea0bf23df484cdb223595e02211aa9145dffb34 (diff) | |
download | monitoring-plugins-c2ff4da7.tar.gz |
Merge pull request #2096 from RincewindsHat/refactor/check_ntp_time
Refactor/check ntp time
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 a6c0ba65..9ea6e85e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -66,6 +66,7 @@ EXTRA_DIST = t \ | |||
66 | check_by_ssh.d \ | 66 | check_by_ssh.d \ |
67 | check_smtp.d \ | 67 | check_smtp.d \ |
68 | check_mysql.d \ | 68 | check_mysql.d \ |
69 | check_ntp_time.d \ | ||
69 | check_dig.d \ | 70 | check_dig.d \ |
70 | check_cluster.d \ | 71 | check_cluster.d \ |
71 | check_fping.d | 72 | check_fping.d |