OP#436 add main file control link to wiki
This commit is contained in:
@@ -88,3 +88,4 @@ navbar_search_for_aliases=<%= @ng_navbar_aliases %>
|
||||
|
||||
ack_no_sticky=<%= @ng_ack_no_sticky %>
|
||||
ack_no_send=<%= @ng_ack_no_send %>
|
||||
|
||||
|
||||
@@ -1,23 +1,11 @@
|
||||
##############################################################################
|
||||
#
|
||||
# NAGIOS.CFG - Sample Main Config File for Nagios 4.4.14
|
||||
#
|
||||
# Read the documentation for more information on this configuration
|
||||
# file. I've provided some comments here, but things may not be so
|
||||
# clear without further explanation.
|
||||
#
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
###############################################################################
|
||||
########## parameterized nagios.cfg created by Puppet ##########
|
||||
########## manual changes will be overwritten !!! ##########
|
||||
### original nagios.cfg file is available at https://3for.me/hn6ca ##########
|
||||
###############################################################################
|
||||
|
||||
# LOG FILE
|
||||
# This is the main log file where service and host events are logged
|
||||
# for historical purposes. This should be the first option specified
|
||||
# in the config file!!!
|
||||
|
||||
log_file=/var/log/nagios/nagios.log
|
||||
|
||||
|
||||
log_file=<%= @ng_log_file %>
|
||||
|
||||
# OBJECT CONFIGURATION FILE(S)
|
||||
# These are the object configuration files in which you define hosts,
|
||||
@@ -1375,4 +1363,4 @@ allow_empty_hostgroup_assignment=0
|
||||
# rampup_limit Minimum rampup_change
|
||||
# rampup_change # of jobs to add to jobs_limit when ramping up
|
||||
|
||||
#loadctl_options=jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
#loadctl_options=jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
|
||||
Reference in New Issue
Block a user