Compare commits
4 Commits
74f77d10bb
...
4e3eadce3c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e3eadce3c | ||
|
|
6a0b742242 | ||
| e44f98e361 | |||
|
|
95afab167e |
@@ -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_automatic':
|
||||
ne_check_name => 'check_automatic',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $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_automatic':
|
||||
ne_check_name => 'check_automatic',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user