updates target

This commit is contained in:
Arne Teuke
2018-04-29 14:21:07 +02:00
parent 2436e94da9
commit 9f260a29d3
2 changed files with 4 additions and 2 deletions

View File

@@ -151,7 +151,9 @@ So far this module works through the usage of NRPE, which by default is enabled.
### Manage Additional Resources
### 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
* OS: CentOS 6, 7

View File

@@ -41,7 +41,7 @@ class cd_nagios::server::service (
enable => true,
}
@@nagios_host { "localhost_${::hostname}":
@@nagios_host { 'localhost':
ensure => $ng_ping_ensure,
alias => 'localhost',
address => '127.0.0.1',