Recommit for updates in build 111
This commit is contained in:
@@ -937,6 +937,24 @@ inherited by all classes except defines.
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_user</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'nagios'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The user to run the Nagios service as. Default is ‘nagios’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_contactgroup_members</span>
|
||||
@@ -961,8 +979,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
101
|
||||
102
|
||||
103
|
||||
104
|
||||
105
|
||||
@@ -1130,10 +1146,14 @@ inherited by all classes except defines.
|
||||
267
|
||||
268
|
||||
269
|
||||
270</pre>
|
||||
270
|
||||
271
|
||||
272
|
||||
273
|
||||
274</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 103</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -1148,6 +1168,7 @@ class confdroid_nagios::params (
|
||||
String $ng_max_check_attempts = '10',
|
||||
String $ng_status_upd_interval = '10',
|
||||
String $ng_check_ext_commands = '1',
|
||||
String $ng_user = 'nagios',
|
||||
|
||||
# contact groups
|
||||
String $ng_contactgroup_name = 'admins',
|
||||
@@ -1211,6 +1232,7 @@ class confdroid_nagios::params (
|
||||
) {
|
||||
# Default facts
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
$hostname = $facts['networking']['hostname']
|
||||
$domain = $facts['networking']['domain']
|
||||
$os_name = $facts['os']['name']
|
||||
$os_release = $facts['os']['release']['major']
|
||||
|
||||
Reference in New Issue
Block a user