aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/templates/monitoring/naemon.cfg.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 07:45:22 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 08:02:15 +0200
commit0363f38e186b8c942a6db2de4974befbc373f618 (patch)
tree4c3b08bface133b92748f33bfdb0c58065433a91 /modules/profile/templates/monitoring/naemon.cfg.erb
parentbff7d1b743bc2239d7ce7ced37dd03e4e846c03d (diff)
downloadPuppet-0363f38e186b8c942a6db2de4974befbc373f618.tar.gz
Puppet-0363f38e186b8c942a6db2de4974befbc373f618.tar.zst
Puppet-0363f38e186b8c942a6db2de4974befbc373f618.zip
Refactor a bit monitoring profile
Diffstat (limited to 'modules/profile/templates/monitoring/naemon.cfg.erb')
-rw-r--r--modules/profile/templates/monitoring/naemon.cfg.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/templates/monitoring/naemon.cfg.erb b/modules/profile/templates/monitoring/naemon.cfg.erb
index 78bada3..bacbe04 100644
--- a/modules/profile/templates/monitoring/naemon.cfg.erb
+++ b/modules/profile/templates/monitoring/naemon.cfg.erb
@@ -26,7 +26,7 @@ log_file=/var/log/naemon/naemon.log
26# if you wish (as shown below), or keep them all in a single config file. 26# if you wish (as shown below), or keep them all in a single config file.
27 27
28# You can specify individual object config files as shown below: 28# You can specify individual object config files as shown below:
29cfg_file=/etc/naemon/objects.cfg 29cfg_file=<%= @objects %>
30#cfg_file=/etc/naemon/objects/commands.cfg 30#cfg_file=/etc/naemon/objects/commands.cfg
31#cfg_file=/etc/naemon/objects/contacts.cfg 31#cfg_file=/etc/naemon/objects/contacts.cfg
32#cfg_file=/etc/naemon/objects/timeperiods.cfg 32#cfg_file=/etc/naemon/objects/timeperiods.cfg