Recommit for updates in build 129

This commit is contained in:
Jenkins Server
2026-03-02 01:55:38 +01:00
parent 38f36cab37
commit fe76d3481c

View File

@@ -214,14 +214,7 @@
116
117
118
119
120
121
122
123
124
125
126</pre>
119</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/client/target.pp', line 6</span>
@@ -240,12 +233,11 @@ class confdroid_nagios::client::target (
contacts =&gt; $ng_contact_name,
max_check_attempts =&gt; $ng_max_check_attempts,
notification_period =&gt; &#39;24x7&#39;,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
check_command =&gt; &quot;check_ping!${ng_ping_warn}!${ng_ping_crit}&quot;,
notify =&gt; Service[$ng_service],
purge =&gt; $ng_purge_target,
}
@@nagios_service { &quot;root_partition_${fqdn}&quot;:
@@ -258,10 +250,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_root_partition&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
if $ng_enable_swap_check == true {
@@ -275,10 +266,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_swap_usage&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
}
@@ -292,10 +282,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_local_users&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
@@nagios_service { &quot;Total Processes_${fqdn}&quot;:
@@ -308,10 +297,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_total_processes&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
@@nagios_service { &quot;Zombie Processes_${fqdn}&quot;:
@@ -324,10 +312,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_zombie_processes&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
@@nagios_service { &quot;Current_Load_${fqdn}&quot;:
@@ -340,10 +327,9 @@ class confdroid_nagios::client::target (
service_description =&gt; &quot;${fqdn}_current_load&quot;,
servicegroups =&gt; &#39;linux-services&#39;,
target =&gt; $ng_target_service,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
purge =&gt; $ng_purge_target,
}
}
}</pre>