diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 01:41:48 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 01:41:48 +0100 |
commit | 9ea0bf23df484cdb223595e02211aa9145dffb34 (patch) | |
tree | 52bf2c2015d940da5e6c672972b36417578d3d25 /plugins/Makefile.am | |
parent | b770cc0f42a78a5bb934b7cf757a04f132b1e2de (diff) | |
download | monitoring-plugins-9ea0bf23.tar.gz |
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 5d4449bf..bb117881 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -64,6 +64,7 @@ EXTRA_DIST = t \ | |||
64 | check_by_ssh.d \ | 64 | check_by_ssh.d \ |
65 | check_smtp.d \ | 65 | check_smtp.d \ |
66 | check_mysql.d \ | 66 | check_mysql.d \ |
67 | check_ntp_time.d \ | ||
67 | check_dig.d \ | 68 | check_dig.d \ |
68 | check_cluster.d \ | 69 | check_cluster.d \ |
69 | check_fping.d | 70 | check_fping.d |