X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprofile%2Fmanifests%2Fmonitoring%2Fcommands.pp;h=fddff66543c532ea875eebe13c09596db4d7c442;hb=970b4c2294166d1aadff8325109e8988d5588e6a;hp=7c5d8ed7a3e24be70e4a0cbe288b930731f6f6c8;hpb=de68b72374231be37df7c171596672a21a218958;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"];