diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 7851692..8c975a0 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -397,6 +397,96 @@ inherited by all classes except defines. —
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.
+The path to the Nagios log file. Default is ‘/var/log/nagios/nagios.log’.
+The path to the Nagios object cache file. Default is ‘/var/spool/nagios/objects.cache’.
+The path to the Nagios precached object file. Default is ‘/var/spool/nagios/objects.precache’.
+The path to the Nagios resource file. Default is ‘/etc/nagios/private/resource.cfg’.
+The path to the Nagios status file. Default is ‘/var/log/nagios/status.dat’.
-49 -50 -51 -52 -53 -54 -55 -56 -57 -58 59 60 61 @@ -531,10 +611,26 @@ inherited by all classes except defines. 165 166 167 -168+168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184
# File 'manifests/params.pp', line 49
+ # File 'manifests/params.pp', line 59
class confdroid_nagios::params (
@@ -558,6 +654,12 @@ class confdroid_nagios::params (
String $ng_glob_host_evt_handler = '',
String $ng_glob_svc_evt_handler = '',
String $ng_check_workers = '',
+ String $ng_log_file = '/var/log/nagios/nagios.log',
+ String $ng_object_cache_file = '/var/spool/nagios/objects.cache',
+ 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',
+
# httpd
Boolean $ng_use_https = false,