From 63102a9ba9acce5697d4a0487df038b25ad8f28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 26 Jul 2018 12:26:36 +0200 Subject: Put longer time for ntp checks --- modules/profile/manifests/monitoring/commands.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/manifests/monitoring/commands.pp') diff --git a/modules/profile/manifests/monitoring/commands.pp b/modules/profile/manifests/monitoring/commands.pp index 7c5d8ed..fddff66 100644 --- a/modules/profile/manifests/monitoring/commands.pp +++ b/modules/profile/manifests/monitoring/commands.pp @@ -46,7 +46,7 @@ class profile::monitoring::commands inherits profile::monitoring { "check_local_swap": command_line => '$USER1$/check_swap -n ok -w $ARG1$ -c $ARG2$'; "check_ntp": - command_line => '$USER1$/check_ntp_time -H 0.arch.pool.ntp.org'; + command_line => '$USER1$/check_ntp_time -t 30 -q -H 0.arch.pool.ntp.org'; "check_md_raid": command_line => '$USER2$/check_md_raid', require => File["$plugins/check_md_raid"]; -- cgit v1.2.3