Compare commits
1 Commits
aee866d74d
...
1a98fcd265
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a98fcd265 |
@@ -344,17 +344,7 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
|
|||||||
249
|
249
|
||||||
250
|
250
|
||||||
251
|
251
|
||||||
252
|
252</pre>
|
||||||
253
|
|
||||||
254
|
|
||||||
255
|
|
||||||
256
|
|
||||||
257
|
|
||||||
258
|
|
||||||
259
|
|
||||||
260
|
|
||||||
261
|
|
||||||
262</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>
|
||||||
@@ -602,16 +592,6 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_puppet':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_puppet',
|
|
||||||
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>
|
||||||
|
|||||||
@@ -248,15 +248,5 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_puppet':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_puppet',
|
|
||||||
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