OP#436 add main file control link to wiki
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
# htpasswd utility.
|
||||
# @param [String] ng_context_help Whether to enable the context help in the
|
||||
# Nagios web interface. Default is '1'.
|
||||
# @param [String] ng_log_file The path to the Nagios log file. Default is
|
||||
# '/var/log/nagios/nagios.log'.
|
||||
###############################################################################
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -37,7 +39,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
|
||||
|
||||
Reference in New Issue
Block a user