aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/commands.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-08 15:35:43 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-09 20:16:21 +0200
commit6962463657db999c33f1aabe60e0567be218918d (patch)
tree8d1d7c924fe68c56a4478165e50e5dc1bbc758aa /modules/profile/manifests/monitoring/commands.pp
parentd8f933bd00a5cc416da00cd26c9d13f7a1c02486 (diff)
downloadPuppet-6962463657db999c33f1aabe60e0567be218918d.tar.gz
Puppet-6962463657db999c33f1aabe60e0567be218918d.tar.zst
Puppet-6962463657db999c33f1aabe60e0567be218918d.zip
Prepare master monitoring
Diffstat (limited to 'modules/profile/manifests/monitoring/commands.pp')
-rw-r--r--modules/profile/manifests/monitoring/commands.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/manifests/monitoring/commands.pp b/modules/profile/manifests/monitoring/commands.pp
index 7e9683f..a25f7b3 100644
--- a/modules/profile/manifests/monitoring/commands.pp
+++ b/modules/profile/manifests/monitoring/commands.pp
@@ -31,6 +31,7 @@ class profile::monitoring::commands inherits profile::monitoring {
31 target => "/etc/naemon/objects.cfg", 31 target => "/etc/naemon/objects.cfg",
32 notify => Service["naemon"], 32 notify => Service["naemon"],
33 before => Service["naemon"], 33 before => Service["naemon"],
34 require => File["/etc/naemon"],
34 } 35 }
35 36
36 nagios_command { 37 nagios_command {