recommit for updates in build 50
This commit is contained in:
@@ -140,7 +140,7 @@ class cd_nrpe {
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:45 2017 by
|
||||
Generated on Sun Jul 30 16:03:55 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -127,6 +127,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
<pre class="example code"><code>cd_nrpe::commands::definitions { 'check_users':
|
||||
ne_check_cmd => 'check_users',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
ne_cmd_comment => 'check the amount of user logged in locally',
|
||||
}</code></pre>
|
||||
|
||||
</div>
|
||||
@@ -139,7 +140,6 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
28
|
||||
29
|
||||
30
|
||||
31
|
||||
@@ -195,10 +195,12 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
81
|
||||
82
|
||||
83
|
||||
84</pre>
|
||||
84
|
||||
85
|
||||
86</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 28</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 29</span>
|
||||
|
||||
class cd_nrpe::commands::definition_rules (
|
||||
|
||||
@@ -211,8 +213,8 @@ class cd_nrpe::commands::definition_rules (
|
||||
concat { $ne_cmd_file:
|
||||
ensure => present,
|
||||
path => $ne_cmd_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
owner => $ne_user,
|
||||
group => $ne_user,
|
||||
mode => '0640',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
@@ -234,6 +236,7 @@ class cd_nrpe::commands::definition_rules (
|
||||
cd_nrpe::commands::definitions { 'check_users':
|
||||
ne_check_cmd => 'check_users',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
ne_cmd_comment => 'check the amount of user logged in locally',
|
||||
}
|
||||
|
||||
cd_nrpe::commands::definitions { 'check_load':
|
||||
@@ -264,7 +267,7 @@ class cd_nrpe::commands::definition_rules (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:47 2017 by
|
||||
Generated on Sun Jul 30 16:03:57 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -165,7 +165,7 @@ class cd_nrpe::firewall::iptables (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:47 2017 by
|
||||
Generated on Sun Jul 30 16:03:57 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -154,7 +154,7 @@ class cd_nrpe::main::config (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -205,7 +205,7 @@ class cd_nrpe::main::dirs (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -166,7 +166,22 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
58
|
||||
59
|
||||
60
|
||||
61</pre>
|
||||
61
|
||||
62
|
||||
63
|
||||
64
|
||||
65
|
||||
66
|
||||
67
|
||||
68
|
||||
69
|
||||
70
|
||||
71
|
||||
72
|
||||
73
|
||||
74
|
||||
75
|
||||
76</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
||||
@@ -209,6 +224,21 @@ class cd_nrpe::main::files (
|
||||
notify => Service[$ne_service],
|
||||
}
|
||||
|
||||
if $ne_allow_sudo == true {
|
||||
|
||||
file { $ne_sudo_file:
|
||||
ensure => file,
|
||||
path => $ne_sudo_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0440',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => etc_t,
|
||||
seluser => system_u,
|
||||
content => template($ne_sudo_rule_erb),
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -217,7 +247,7 @@ class cd_nrpe::main::files (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -160,7 +160,7 @@ class cd_nrpe::main::install (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -183,7 +183,7 @@ class cd_nrpe::main::service (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -193,7 +193,7 @@ class cd_nrpe::main::user (
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
@@ -494,7 +494,7 @@ changed in a later version of NRPE.</p>
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>path and name of the ssl certificate
|
||||
authority ( ca) file / chain. must be
|
||||
authority (ca) file / chain. must be
|
||||
full path.</p>
|
||||
</div>
|
||||
|
||||
@@ -966,7 +966,10 @@ checks, to allow dynamic check
|
||||
178
|
||||
179
|
||||
180
|
||||
181</pre>
|
||||
181
|
||||
182
|
||||
183
|
||||
184</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
|
||||
@@ -977,7 +980,7 @@ $pkg_ensure = 'latest',
|
||||
|
||||
$ne_manage_cmds = true,
|
||||
|
||||
# user settings
|
||||
# NRPE user settings
|
||||
$ne_user = 'nrpe',
|
||||
$ne_user_comment = 'NRPE service user',
|
||||
$ne_user_uid = '1005',
|
||||
@@ -985,6 +988,7 @@ $ne_user_home = '/var/run/nrpe',
|
||||
$ne_user_groups = undef,
|
||||
$ne_user_shell = '/sbin/nologin',
|
||||
|
||||
|
||||
# nrpe.cfg
|
||||
$ne_log_facility = 'daemon',
|
||||
$ne_log_file = '',
|
||||
@@ -1046,6 +1050,8 @@ $ne_nrpe_conf_erb = 'cd_nrpe/nrpe_conf.erb'
|
||||
$ne_cmd_file = "${ne_main_conf_d_dir}/commands.cfg"
|
||||
$ne_cmd_head_erb = 'cd_nrpe/cmd_head.erb'
|
||||
$ne_cmd_rule_erb = 'cd_nrpe/cmd_rule.erb'
|
||||
$ne_sudo_file = '/etc/sudoers.d/nagios_sudo'
|
||||
$ne_sudo_rule_erb = 'cd_nrpe/sudo_rule.erb'
|
||||
|
||||
# includes must be last
|
||||
|
||||
@@ -1059,7 +1065,7 @@ $ne_cmd_rule_erb = 'cd_nrpe/cmd_rule.erb'
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 30 14:07:46 2017 by
|
||||
Generated on Sun Jul 30 16:03:56 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user