diff options
author | mh <mh@immerda.ch> | 2008-04-25 16:14:08 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-25 16:14:08 +0000 |
commit | 323c07667e9fd6f1573388d1bfe32683d3107c0b (patch) | |
tree | 14e958c36e807ceb6e7119e99d6db976ae088e6b /files/Centos/puppet_cfgpaths.cfg | |
parent | 09771eeecb61394bcd78bccbbaaf5c8d1400fa4e (diff) |
release new nagios stuff, should be much more modular now and using native types by puppet
Diffstat (limited to 'files/Centos/puppet_cfgpaths.cfg')
-rw-r--r-- | files/Centos/puppet_cfgpaths.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/Centos/puppet_cfgpaths.cfg b/files/Centos/puppet_cfgpaths.cfg new file mode 100644 index 0000000..44294b4 --- /dev/null +++ b/files/Centos/puppet_cfgpaths.cfg @@ -0,0 +1,21 @@ +############################################################ +#### this file is managed by PUPPET #### +#### only modify it in puppet repo or you will #### +#### loose the changes ! #### +############################################################ +cfg_dir=/etc/nagios/legacy/ + +cfg_file=/etc/nagios/commands.cfg + +cfg_file=/etc/nagios/nagios_command.cfg +cfg_file=/etc/nagios/nagios_contact.cfg +cfg_file=/etc/nagios/nagios_contactgroup.cfg +cfg_file=/etc/nagios/nagios_host.cfg +cfg_file=/etc/nagios/nagios_hostextinfo.cfg +cfg_file=/etc/nagios/nagios_hostgroup.cfg +cfg_file=/etc/nagios/nagios_hostgroupescalation.cfg +cfg_file=/etc/nagios/nagios_service.cfg +cfg_file=/etc/nagios/nagios_servicedependency.cfg +cfg_file=/etc/nagios/nagios_serviceescalation.cfg +cfg_file=/etc/nagios/nagios_serviceextinfo.cfg +cfg_file=/etc/nagios/nagios_timeperdiod.cfg |