updates target
This commit is contained in:
@@ -151,7 +151,9 @@ So far this module works through the usage of NRPE, which by default is enabled.
|
|||||||
### Manage Additional Resources
|
### Manage Additional Resources
|
||||||
|
|
||||||
### Known Problems
|
### Known Problems
|
||||||
* Collected resources import ordering problem: The module might try to import collected facts before nagios is even installed. => ToDo
|
* Collected resources import ordering problem: The module might try to import collected facts before nagios is even installed.
|
||||||
|
* SELINUX modules: it appears that sealerts are different accross systems. it might be typically easier to work through sealerts manually.
|
||||||
|
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
* OS: CentOS 6, 7
|
* OS: CentOS 6, 7
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ class cd_nagios::server::service (
|
|||||||
enable => true,
|
enable => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_host { "localhost_${::hostname}":
|
@@nagios_host { 'localhost':
|
||||||
ensure => $ng_ping_ensure,
|
ensure => $ng_ping_ensure,
|
||||||
alias => 'localhost',
|
alias => 'localhost',
|
||||||
address => '127.0.0.1',
|
address => '127.0.0.1',
|
||||||
|
|||||||
Reference in New Issue
Block a user