diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 8c975a0..bef9b13 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -102,7 +102,7 @@ inherited by all classes except defines.
confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com)
+confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com) file. Default is ‘/var/spool/nagios/objects.precache’.
The path to the Nagios precached object file. Default is ‘/var/spool/nagios/objects.precache’.
+The path to the Nagios precached object
The path to the Nagios status file. Default is ‘/var/log/nagios/status.dat’.
+The interval for updating the Nagios status file. Default is ‘10’.
+Whether to enable external command checking in the Nagios configuration. Default is ‘1’, which means external command checking will be enabled. You can set this to ‘0’ to disable external command checking if needed.
+The path to the Nagios command file. Default is ‘/var/spool/nagios/cmd/nagios.cmd’.
+The path to the Nagios lock file. Default is ‘/var/run/nagios/nagios.pid’.
+The path to the Nagios temporary file. Default is ‘/var/spool/nagios/nagios.tmp’.
+The path to the Nagios temporary directory. Default is ‘/tmp’.
-59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 73 74 75 @@ -627,10 +721,29 @@ inherited by all classes except defines. 181 182 183 -184+184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203
# File 'manifests/params.pp', line 59
+ # File 'manifests/params.pp', line 73
class confdroid_nagios::params (
@@ -659,7 +772,12 @@ class confdroid_nagios::params (
String $ng_precached_obj_file = '/var/spool/nagios/objects.precache',
String $ng_resource_file = '/etc/nagios/private/resource.cfg',
String $ng_status_file = '/var/log/nagios/status.dat',
-
+ String $ng_status_upd_interval = '10',
+ String $ng_check_ext_commands = '1',
+ String $ng_command_file = '/var/spool/nagios/cmd/nagios.cmd',
+ String $ng_lock_file = '/var/run/nagios/nagios.pid',
+ String $ng_temp_file = '/var/spool/nagios/nagios.tmp',
+ String $ng_temp_path = '/tmp',
# httpd
Boolean $ng_use_https = false,