diff --git a/doc/file.README.html b/doc/file.README.html index 346baea..be632c6 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -110,9 +110,11 @@
an additional directory /etc/nagios/conf.d is created to place the custom checks etc. without being overwritten by updates.
if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
configures all required directories for server and clients and sets proper permissions and selinux contexts
+configures the main nagios configuration file and sets values as (pre)configured per values in params, which can be overwritten.
+if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
an additional directory /etc/nagios/conf.d is created to place the custom checks etc. without being overwritten by updates.
if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
configures all required directories for server and clients and sets proper permissions and selinux contexts
+configures the main nagios configuration file and sets values as (pre)configured per values in params, which can be overwritten.
+if ng_include_nrpeis set to true, the confdroid_nrpe module is automatically applied on clients (confdroid_nrpe must be in the catalogue then)
Whether to enable the context help in the Nagios web interface. Default is ‘1’.
+The path to the Nagios log file. Default is ‘/var/log/nagios/nagios.log’.
-29 -30 31 32 33 @@ -396,10 +412,15 @@ inherited by all classes except defines. 136 137 138 -139+139 +140 +141 +142 +143 +144
# File 'manifests/params.pp', line 29
+ # File 'manifests/params.pp', line 31
class confdroid_nagios::params (
@@ -412,7 +433,10 @@ class confdroid_nagios::params (
String $ng_main_user = 'nagios',
String $ng_main_password = 'nagios',
-# cgi
+# nagios.cfg
+ String $ng_log_file = '/var/log/nagios/nagios.log',
+
+# cgi.cfg
String $ng_context_help = '1',
# httpd