Compare commits
1 Commits
ebe7e99915
...
46e788d290
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46e788d290 |
@@ -324,17 +324,7 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
|
|||||||
229
|
229
|
||||||
230
|
230
|
||||||
231
|
231
|
||||||
232
|
232</pre>
|
||||||
233
|
|
||||||
234
|
|
||||||
235
|
|
||||||
236
|
|
||||||
237
|
|
||||||
238
|
|
||||||
239
|
|
||||||
240
|
|
||||||
241
|
|
||||||
242</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
|
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
|
||||||
@@ -562,16 +552,6 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_alloy':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_alloy',
|
|
||||||
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
|
|
||||||
owner => $ng_user,
|
|
||||||
group => $ng_user,
|
|
||||||
mode => '0640',
|
|
||||||
target => $ng_target_command,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -228,15 +228,5 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_alloy':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_alloy',
|
|
||||||
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
|
|
||||||
owner => $ng_user,
|
|
||||||
group => $ng_user,
|
|
||||||
mode => '0640',
|
|
||||||
target => $ng_target_command,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user