X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fmonitoring%2Fcommands.pp;h=fddff66543c532ea875eebe13c09596db4d7c442;hb=63102a9ba9acce5697d4a0487df038b25ad8f28d;hp=7c5d8ed7a3e24be70e4a0cbe288b930731f6f6c8;hpb=96f8d0f037f8b8e93315e864bdaf661f45e3c472;p=perso%2FImmae%2FProjets%2FPuppet.git 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"];