]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/manifests/monitoring/commands.pp
Put longer time for ntp checks
[perso/Immae/Projets/Puppet.git] / modules / profile / manifests / monitoring / commands.pp
index 7c5d8ed7a3e24be70e4a0cbe288b930731f6f6c8..fddff66543c532ea875eebe13c09596db4d7c442 100644 (file)
@@ -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"];