Compare commits
1 Commits
5ac4aa7077
...
aee866d74d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aee866d74d |
@@ -354,17 +354,7 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
|
|||||||
259
|
259
|
||||||
260
|
260
|
||||||
261
|
261
|
||||||
262
|
262</pre>
|
||||||
263
|
|
||||||
264
|
|
||||||
265
|
|
||||||
266
|
|
||||||
267
|
|
||||||
268
|
|
||||||
269
|
|
||||||
270
|
|
||||||
271
|
|
||||||
272</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>
|
||||||
@@ -622,16 +612,6 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_puppet_server':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_puppet_server',
|
|
||||||
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>
|
||||||
|
|||||||
@@ -258,15 +258,5 @@ class confdroid_nagios::nagios::objects::commands (
|
|||||||
mode => '0640',
|
mode => '0640',
|
||||||
target => $ng_target_command,
|
target => $ng_target_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@nagios_command { 'check_puppet_server':
|
|
||||||
ensure => present,
|
|
||||||
command_name => 'check_puppet_server',
|
|
||||||
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