Recommit for updates in build 161
This commit is contained in:
@@ -3587,6 +3587,24 @@ inherited by all classes except defines.
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_statusmap_img</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The image to use for the status map in Nagios.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<span class='name'>ng_use_ssl_auth</span>
|
<span class='name'>ng_use_ssl_auth</span>
|
||||||
@@ -3611,7 +3629,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
391
|
|
||||||
392
|
392
|
||||||
393
|
393
|
||||||
394
|
394
|
||||||
@@ -3936,10 +3953,12 @@ inherited by all classes except defines.
|
|||||||
713
|
713
|
||||||
714
|
714
|
||||||
715
|
715
|
||||||
716</pre>
|
716
|
||||||
|
717
|
||||||
|
718</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 391</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 392</span>
|
||||||
|
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -4109,6 +4128,7 @@ class confdroid_nagios::params (
|
|||||||
String $ng_host_cmd_auth = '',
|
String $ng_host_cmd_auth = '',
|
||||||
String $ng_svc_cmd_auth = '',
|
String $ng_svc_cmd_auth = '',
|
||||||
String $ng_readonly_auth = '' ,
|
String $ng_readonly_auth = '' ,
|
||||||
|
String $ng_statusmap_img = '',
|
||||||
Boolean $ng_use_colormap = false,
|
Boolean $ng_use_colormap = false,
|
||||||
String $ng_colormap_red = '255',
|
String $ng_colormap_red = '255',
|
||||||
String $ng_colormap_green = '255',
|
String $ng_colormap_green = '255',
|
||||||
|
|||||||
Reference in New Issue
Block a user