Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
e8540cbfa2 Recommit for updates in build 56 2026-04-05 18:23:27 +02:00
4 changed files with 3 additions and 93 deletions

View File

@@ -181,37 +181,7 @@
77 77
78 78
79 79
80 80</pre>
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span> <pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -281,38 +251,8 @@ class confdroid_nrpe::commands::definition_rules (
confdroid_nrpe::commands::definitions { &#39;check_fail2ban&#39;: confdroid_nrpe::commands::definitions { &#39;check_fail2ban&#39;:
ne_check_name =&gt; &#39;check_fail2ban&#39;, ne_check_name =&gt; &#39;check_fail2ban&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;, ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_alloy&#39;:
ne_check_name =&gt; &#39;check_alloy&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_haproxy&#39;:
ne_check_name =&gt; &#39;check_haproxy&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_puppet&#39;:
ne_check_name =&gt; &#39;check_puppet&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_puppet_server&#39;:
ne_check_name =&gt; &#39;check_puppet_server&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -a $ARG2$&#39;, ne_cmd_argstring =&gt; &#39;-c $ARG1$ -a $ARG2$&#39;,
} }
confdroid_nrpe::commands::definitions { &#39;check_puppetdb&#39;:
ne_check_name =&gt; &#39;check_puppetdb&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -a $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_sshd&#39;:
ne_check_name =&gt; &#39;check_sshd&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
} }
}</pre> }</pre>
</td> </td>

View File

@@ -174,7 +174,7 @@ class confdroid_nrpe::main::dirs (
path =&gt; $ne_run_dir, path =&gt; $ne_run_dir,
owner =&gt; $ne_user, owner =&gt; $ne_user,
group =&gt; $ne_user, group =&gt; $ne_user,
mode =&gt; &#39;0755&#39;, mode =&gt; &#39;0775&#39;,
selrange =&gt; s0, selrange =&gt; s0,
selrole =&gt; object_r, selrole =&gt; object_r,
seltype =&gt; var_run_t, seltype =&gt; var_run_t,

View File

@@ -74,37 +74,7 @@ class confdroid_nrpe::commands::definition_rules (
confdroid_nrpe::commands::definitions { 'check_fail2ban': confdroid_nrpe::commands::definitions { 'check_fail2ban':
ne_check_name => 'check_fail2ban', ne_check_name => 'check_fail2ban',
ne_check_cmd => 'check_procs', ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_alloy':
ne_check_name => 'check_alloy',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_haproxy':
ne_check_name => 'check_haproxy',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_puppet':
ne_check_name => 'check_puppet',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_puppet_server':
ne_check_name => 'check_puppet_server',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
} }
confdroid_nrpe::commands::definitions { 'check_puppetdb':
ne_check_name => 'check_puppetdb',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_sshd':
ne_check_name => 'check_sshd',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
} }
} }

View File

@@ -27,7 +27,7 @@ class confdroid_nrpe::main::dirs (
path => $ne_run_dir, path => $ne_run_dir,
owner => $ne_user, owner => $ne_user,
group => $ne_user, group => $ne_user,
mode => '0755', mode => '0775',
selrange => s0, selrange => s0,
selrole => object_r, selrole => object_r,
seltype => var_run_t, seltype => var_run_t,