aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/commands.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-26 12:30:57 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-26 12:30:57 +0200
commit6d5130f4614d79ff83b2af30bf448fc1312f04e3 (patch)
tree28152f9c85b360fba56d16af48eb8756c9ca554b /modules/profile/manifests/monitoring/commands.pp
parent2fb13974804a0ef311f53fd31c0515181d37b37f (diff)
parent63102a9ba9acce5697d4a0487df038b25ad8f28d (diff)
downloadPuppet-6d5130f4614d79ff83b2af30bf448fc1312f04e3.tar.gz
Puppet-6d5130f4614d79ff83b2af30bf448fc1312f04e3.tar.zst
Puppet-6d5130f4614d79ff83b2af30bf448fc1312f04e3.zip
Merge branch 'dev'
Diffstat (limited to 'modules/profile/manifests/monitoring/commands.pp')
-rw-r--r--modules/profile/manifests/monitoring/commands.pp2
1 files changed, 1 insertions, 1 deletions
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 {
46 "check_local_swap": 46 "check_local_swap":
47 command_line => '$USER1$/check_swap -n ok -w $ARG1$ -c $ARG2$'; 47 command_line => '$USER1$/check_swap -n ok -w $ARG1$ -c $ARG2$';
48 "check_ntp": 48 "check_ntp":
49 command_line => '$USER1$/check_ntp_time -H 0.arch.pool.ntp.org'; 49 command_line => '$USER1$/check_ntp_time -t 30 -q -H 0.arch.pool.ntp.org';
50 "check_md_raid": 50 "check_md_raid":
51 command_line => '$USER2$/check_md_raid', 51 command_line => '$USER2$/check_md_raid',
52 require => File["$plugins/check_md_raid"]; 52 require => File["$plugins/check_md_raid"];