added servicegroup control

This commit is contained in:
Arne Teuke
2017-07-27 14:22:11 +01:00
parent 25a31ffc1b
commit ab8b3878e7
11 changed files with 208 additions and 19 deletions

View File

@@ -52,6 +52,7 @@ Configuration
* 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.
* manage Nagios main hostgroups through Puppet exports. Additional host groups can be created through external Puppet rules via define, to avoid having to alter the module code.
* manage Nagios main servicegroups through Puppet exports. Additional service 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)