recommit for updates in build 7
This commit is contained in:
@@ -97,6 +97,8 @@
|
||||
|
||||
<span class='object_link'><a href="cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Ahostgroups.html" title="puppet_classes::cd_nagios::nagios::objects::hostgroups (puppet_class)">cd_nagios::nagios::objects::hostgroups</a></span><br/>
|
||||
|
||||
<span class='object_link'><a href="cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html" title="puppet_classes::cd_nagios::nagios::resources::resource (puppet_class)">cd_nagios::nagios::resources::resource</a></span><br/>
|
||||
|
||||
<span class='object_link'><a href="cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atimeperiods.html" title="puppet_classes::cd_nagios::nagios::objects::timeperiods (puppet_class)">cd_nagios::nagios::objects::timeperiods</a></span><br/>
|
||||
|
||||
<span class='object_link'><a href="cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Acontactgroups.html" title="puppet_classes::cd_nagios::nagios::objects::contactgroups (puppet_class)">cd_nagios::nagios::objects::contactgroups</a></span><br/>
|
||||
@@ -4915,6 +4917,42 @@ the check declaration from there, so the
|
||||
Nagios check is properly aligned
|
||||
to the Puppet module controlling the
|
||||
particular item.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_user_arg1</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the user argument for $user1$</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_user_arg2</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins/eventhandlers'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the user argument for $user2$</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -4936,8 +4974,6 @@ particular item.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
653
|
||||
654
|
||||
655
|
||||
656
|
||||
657
|
||||
@@ -5295,10 +5331,16 @@ particular item.</p>
|
||||
1009
|
||||
1010
|
||||
1011
|
||||
1012</pre>
|
||||
1012
|
||||
1013
|
||||
1014
|
||||
1015
|
||||
1016
|
||||
1017
|
||||
1018</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 653</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 655</span>
|
||||
|
||||
class cd_nagios::params (
|
||||
|
||||
@@ -5554,6 +5596,9 @@ $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
# single nagios checks
|
||||
$ng_enable_swap_check = true,
|
||||
|
||||
# resource.cfg
|
||||
$ng_user_arg1 = '/usr/lib64/nagios/plugins',
|
||||
$ng_user_arg2 = '/usr/lib64/nagios/plugins/eventhandlers',
|
||||
|
||||
) {
|
||||
|
||||
@@ -5614,6 +5659,7 @@ $ng_ssl_vhost_file = '/etc/httpd/conf.d/nagios_ssl.conf'
|
||||
$ng_ssl_vhost_erb = 'cd_nagios/httpd/nagios_ssl_vhost.erb'
|
||||
$ng_nagios_cfg_file = "${ng_main_dir}/nagios.cfg"
|
||||
$ng_nagios_cfg_erb = 'cd_nagios/nagios/nagios_cfg.erb'
|
||||
$ng_resource_erb = 'cd_nagios/nagios/resource_cfg.erb'
|
||||
|
||||
# certbot
|
||||
$ng_certbot_main_dir = '/etc/letsencrypt'
|
||||
|
||||
Reference in New Issue
Block a user