Compare commits
4 Commits
d1442ac715
...
e414192ac6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e414192ac6 | ||
|
|
625a4e007b | ||
| 4c90791059 | |||
|
|
9c3945e258 |
@@ -206,7 +206,12 @@
|
||||
102
|
||||
103
|
||||
104
|
||||
105</pre>
|
||||
105
|
||||
106
|
||||
107
|
||||
108
|
||||
109
|
||||
110</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
|
||||
@@ -303,6 +308,11 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
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$',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -101,5 +101,10 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
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$',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user