Recommit for updates in build 180
This commit is contained in:
@@ -3911,6 +3911,42 @@ inherited by all classes except defines.
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_servicegroup_name</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'linux-services'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The name of the default service group. Default is ‘linux-services’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_servicegroup_alias</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'Linux Services'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The alias of the default service group. Default is ‘Linux Services’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<span class='name'>ng_use_ssl_auth</span>
|
<span class='name'>ng_use_ssl_auth</span>
|
||||||
@@ -3935,10 +3971,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
427
|
|
||||||
428
|
|
||||||
429
|
|
||||||
430
|
|
||||||
431
|
431
|
||||||
432
|
432
|
||||||
433
|
433
|
||||||
@@ -4257,10 +4289,16 @@ inherited by all classes except defines.
|
|||||||
746
|
746
|
||||||
747
|
747
|
||||||
748
|
748
|
||||||
749</pre>
|
749
|
||||||
|
750
|
||||||
|
751
|
||||||
|
752
|
||||||
|
753
|
||||||
|
754
|
||||||
|
755</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 427</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 431</span>
|
||||||
|
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -4293,6 +4331,8 @@ class confdroid_nagios::params (
|
|||||||
# hostgroups
|
# hostgroups
|
||||||
String $ng_hostgroup_name = 'linux-servers',
|
String $ng_hostgroup_name = 'linux-servers',
|
||||||
String $ng_hostgroup_alias = 'Linux Servers',
|
String $ng_hostgroup_alias = 'Linux Servers',
|
||||||
|
String $ng_servicegroup_name = 'linux-services',
|
||||||
|
String $ng_servicegroup_alias = 'Linux Services',
|
||||||
|
|
||||||
# nagios.cfg
|
# nagios.cfg
|
||||||
String $ng_log_file = '/var/log/nagios/nagios.log',
|
String $ng_log_file = '/var/log/nagios/nagios.log',
|
||||||
|
|||||||
Reference in New Issue
Block a user