added and linked add_contactgroups_rules

This commit is contained in:
Arne Teuke
2017-07-27 11:56:09 +01:00
parent e02276ecc7
commit 672f61d994
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ Configuration
* manage Nagios commands through Puppet exports
* manage Nagios template definitions through external Puppet rules via define
* manage Nagios main contacts through Puppet exports. Additional contacts can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main contactgroups through Puppet exports. Additional contact groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* configure NRPE on clients (optional)
* configure firewall (optional)
* configure selinux policies (optional)

View File

@@ -31,6 +31,7 @@ class cd_nagios::nagios::objects::config (
require cd_nagios::nagios::objects::contacts
require cd_nagios::nagios::objects::add_contact_rules
require cd_nagios::nagios::objects::contactgroups
require cd_nagios::nagios::objects::add_contactgroups_rules
}
}