added and linked add_contactgroups_rules
This commit is contained in:
@@ -48,6 +48,7 @@ Configuration
|
|||||||
* manage Nagios commands through Puppet exports
|
* manage Nagios commands through Puppet exports
|
||||||
* manage Nagios template definitions through external Puppet rules via define
|
* 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 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 NRPE on clients (optional)
|
||||||
* configure firewall (optional)
|
* configure firewall (optional)
|
||||||
* configure selinux policies (optional)
|
* configure selinux policies (optional)
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ class cd_nagios::nagios::objects::config (
|
|||||||
require cd_nagios::nagios::objects::contacts
|
require cd_nagios::nagios::objects::contacts
|
||||||
require cd_nagios::nagios::objects::add_contact_rules
|
require cd_nagios::nagios::objects::add_contact_rules
|
||||||
require cd_nagios::nagios::objects::contactgroups
|
require cd_nagios::nagios::objects::contactgroups
|
||||||
|
require cd_nagios::nagios::objects::add_contactgroups_rules
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user