Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
34b8d12776 Recommit for updates in build 63 2026-09-07 15:40:53 +02:00
2 changed files with 1 additions and 61 deletions

View File

@@ -191,27 +191,7 @@
87 87
88 88
89 89
90 90</pre>
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>
@@ -293,26 +273,6 @@ class confdroid_nrpe::commands::definition_rules (
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;, 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;,
}
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

@@ -86,25 +86,5 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs', ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$', 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$',
}
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$',
}
} }
} }