Recommit for updates in build 83

This commit is contained in:
Jenkins Server
2026-03-01 14:22:56 +01:00
parent 1f5c606517
commit 64b6940bab
5 changed files with 22 additions and 4 deletions

View File

@@ -152,6 +152,15 @@ Re-type new password:
<h2 id="label-Dependencies">Dependencies</h2>
<p>All dependencies must be included in the catalogue.</p>
<ul><li>
<p><code>puppetlabs-firewall</code></p>
</li><li>
<p><code>puppetlabs-stdlib</code></p>
</li><li>
<p><code>puppetlabs-concat</code></p>
</li><li>
<p><code>puppetlabs-nagios_core</code></p>
</li></ul>
<h2 id="label-Deployment">Deployment</h2>
<ul><li>

View File

@@ -152,6 +152,15 @@ Re-type new password:
<h2 id="label-Dependencies">Dependencies</h2>
<p>All dependencies must be included in the catalogue.</p>
<ul><li>
<p><code>puppetlabs-firewall</code></p>
</li><li>
<p><code>puppetlabs-stdlib</code></p>
</li><li>
<p><code>puppetlabs-concat</code></p>
</li><li>
<p><code>puppetlabs-nagios_core</code></p>
</li></ul>
<h2 id="label-Deployment">Deployment</h2>
<ul><li>

View File

@@ -327,7 +327,7 @@ class confdroid_nagios::nagios::objects::commands (
ensure =&gt; present,
command_name =&gt; &#39;notify-host-by-email&#39;,
command_line =&gt; &#39;/usr/bin/printf &quot;%b&quot; &quot;***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTADDRESS$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n&quot; | /bin/mail -s &quot;** $NOTIFICATIONTYPE$ Host Alert: $HOSTADDRESS$ is $HOSTSTATE$ **&quot; $CONTACTEMAIL$&#39;,
owner =&gt; &#39;nagios&#39;,
owner =&gt; &#39;nagions&#39;,
group =&gt; &#39;nagios&#39;,
mode =&gt; &#39;0640&#39;,
target =&gt; $ng_target_command,

View File

@@ -148,7 +148,7 @@ class confdroid_nagios::server::access_rules (
selrole =&gt; object_r,
seltype =&gt; nagios_etc_t,
seluser =&gt; system_u,
notify =&gt; Exec[&#39;restart_httpd&#39;],
notify =&gt; Exec[&#39;ng_restart_httpd&#39;],
}
# manage file header

View File

@@ -139,7 +139,7 @@ class confdroid_nagios::server::service (
require confdroid_nagios::nagios::resources::resource
require confdroid_nagios::nagios::objects::commands
exec { &#39;restart_httpd&#39;:
exec { &#39;ng_restart_httpd&#39;:
command =&gt; &#39;systemctl restart httpd&#39;,
path =&gt; [&#39;/bin&#39;, &#39;/usr/bin&#39;, &#39;/sbin&#39;, &#39;/usr/sbin&#39;],
refreshonly =&gt; true,
@@ -151,7 +151,7 @@ class confdroid_nagios::server::service (
enable =&gt; true,
hasrestart =&gt; true,
hasstatus =&gt; true,
require =&gt; Exec[&#39;restart_httpd&#39;],
require =&gt; Exec[&#39;ng_restart_httpd&#39;],
}
}
}</pre>