diff --git a/doc/file.README.html b/doc/file.README.html index 0214bf5..413cdaa 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -122,7 +122,7 @@
contacts and contactgroups are separated and filled in via define
hostgroups are filled in via define, hosts are added dynamically
+hostgroups are filled in via define, hosts are added dynamically via target.pp.
configures all required directories for server and clients and sets proper permissions and selinux contexts
contacts and contactgroups are separated and filled in via define
hostgroups are filled in via define, hosts are added dynamically
+hostgroups are filled in via define, hosts are added dynamically via target.pp.
configures all required directories for server and clients and sets proper permissions and selinux contexts
The maximum number of check attempts before a host or service is considered down. Default is ‘10’.
+Whether to enable the check_swap command. Default is true.
-99 -100 101 102 103 @@ -1091,10 +1107,15 @@ inherited by all classes except defines. 257 258 259 -260+260 +261 +262 +263 +264 +265
# File 'manifests/params.pp', line 99
+ # File 'manifests/params.pp', line 101
class confdroid_nagios::params (
@@ -1164,6 +1185,9 @@ class confdroid_nagios::params (
String $ng_load_crit = '10.00,6.00,4.00',
String $ng_load_ensure = 'present',
+# single nagios checks
+ Boolean $ng_enable_swap_check = true,
+
) {
# Default facts
$fqdn = $facts['networking']['fqdn']