Recommit for updates in build 32
This commit is contained in:
@@ -379,6 +379,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The global service event handler to be used in the Nagios configuration. Default is an empty string, which means no global service event handler will be configured. You can specify a command like ‘notify-service-by-email’ to set a global service event handler that sends email notifications for service events, for example.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_check_workers</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The number of check worker processes to be configured in the Nagios configuration. Default is an empty string, which means no specific number of check worker processes will be configured. You can specify a number like ‘5’ to set the number of check worker processes to 5, for example.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -394,11 +412,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
44
|
||||
45
|
||||
46
|
||||
47
|
||||
48
|
||||
49
|
||||
50
|
||||
51
|
||||
@@ -512,10 +525,16 @@ inherited by all classes except defines.
|
||||
159
|
||||
160
|
||||
161
|
||||
162</pre>
|
||||
162
|
||||
163
|
||||
164
|
||||
165
|
||||
166
|
||||
167
|
||||
168</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 49</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -538,6 +557,7 @@ class confdroid_nagios::params (
|
||||
String $ng_event_broker_module = '',
|
||||
String $ng_glob_host_evt_handler = '',
|
||||
String $ng_glob_svc_evt_handler = '',
|
||||
String $ng_check_workers = '',
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
Reference in New Issue
Block a user