recommit for updates in build 16

This commit is contained in:
2018-04-29 14:21:12 +02:00
parent 150501d3fa
commit cfe74523e2
4 changed files with 19 additions and 3 deletions

View File

@@ -349,7 +349,10 @@ required firewall port on clients (optional,default).</p>
<h3 id="label-Known+Problems">Known Problems</h3>
<ul><li>
<p>Collected resources import ordering problem: The module might try to import
collected facts before nagios is even installed. =&gt; ToDo</p>
collected facts before nagios is even installed.</p>
</li><li>
<p>SELINUX modules: it appears that sealerts are different accross systems. it
might be typically easier to work through sealerts manually.</p>
</li></ul>
<h3 id="label-Support">Support</h3>

View File

@@ -349,7 +349,10 @@ required firewall port on clients (optional,default).</p>
<h3 id="label-Known+Problems">Known Problems</h3>
<ul><li>
<p>Collected resources import ordering problem: The module might try to import
collected facts before nagios is even installed. =&gt; ToDo</p>
collected facts before nagios is even installed.</p>
</li><li>
<p>SELINUX modules: it appears that sealerts are different accross systems. it
might be typically easier to work through sealerts manually.</p>
</li></ul>
<h3 id="label-Support">Support</h3>

View File

@@ -351,7 +351,7 @@ class cd_nagios::server::service (
enable =&gt; true,
}
@@nagios_host { &quot;localhost_${::hostname}&quot;:
@@nagios_host { &#39;localhost&#39;:
ensure =&gt; $ng_ping_ensure,
alias =&gt; &#39;localhost&#39;,
address =&gt; &#39;127.0.0.1&#39;,