diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups_rules.html b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups_rules.html index 8f5d384..5e3eeda 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups_rules.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups_rules.html @@ -155,14 +155,14 @@ class confdroid_nagios::nagios::objects::add_contactgroups_rules ( concat { $ng_tgt_contactgroup_add: ensure => present, path => $ng_tgt_contactgroup_add, - owner => $ng_user, - group => $ng_user, + owner => 'nagios', + group => 'nagios', mode => '0640', selrange => s0, selrole => object_r, seltype => nagios_etc_t, seluser => system_u, - notify => Service[$ng_service], + notify => Service[$ng_nagios_service], } # manage file header diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 3c61e99..bbf6cfa 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -314,6 +314,11 @@ inherited by all classes except defines. (defaults to: '100.0,20%') + — +
The warning threshold for the check_ping command. Default is ‘100.0,20%’.
+The critical threshold for the check_ping command. Default is ‘500.0,60%’.
+The ensure value for the check_ping command. Default is ‘present’.
+The warning threshold for the check_disk command. Default is ‘20%’.
+The critical threshold for the check_disk command. Default is ‘10%’.
+The ensure value for the check_disk command. Default is ‘present’.
+The warning threshold for the check_swap command. Default is ‘20’.
+The critical threshold for the check_swap command. Default is ‘10’.
+The ensure value for the check_swap command. Default is ‘present’.
+The warning threshold for the check_users command. Default is ‘20’.
+The critical threshold for the check_users command. Default is ‘50’.
+The ensure value for the check_users command. Default is ‘present’.
+The warning threshold for the check_procs command with total processes. Default is ‘330’.
+The critical threshold for the check_procs command with total processes. Default is ‘400’.
+The parameters for the check_procs command with total processes. Default is ‘RDST’.
+The ensure value for the check_procs command with total processes. Default is ‘present’.
+The warning threshold for the check_procs command with zombie processes. Default is ‘10’.
+The critical threshold for the check_procs command with zombie processes. Default is ‘30’.
+The parameters for the check_procs command with zombie processes. Default is ‘Z’.
+The ensure value for the check_procs command with zombie processes. Default is ‘present’.
+The warning threshold for the check_load command. Default is ‘5.00,4.00,3.00’.
+The critical threshold for the check_load command. Default is ‘10.00,6.00,4.00’.
+The ensure value for the check_load command. Default is ‘present’.
+-31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 77 78 79 @@ -759,10 +839,55 @@ inherited by all classes except defines. 174 175 176 -177+177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222
# File 'manifests/params.pp', line 31
+ # File 'manifests/params.pp', line 77
class confdroid_nagios::params (
@@ -816,7 +941,6 @@ class confdroid_nagios::params (
String $ng_load_crit = '10.00,6.00,4.00',
String $ng_load_ensure = 'present',
-
) {
# Default facts
$fqdn = $facts['networking']['fqdn']