mirror of https://github.com/zulip/zulip.git
puppet: Upgrade nagios cgi.cfg with modern defaults.
This commit is contained in:
parent
1159ad4857
commit
d490e83645
|
@ -287,6 +287,14 @@ ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
|
|||
|
||||
refresh_rate=90
|
||||
|
||||
# DEFAULT PAGE LIMIT
|
||||
# This option allows you to specify the default number of results
|
||||
# displayed on the status.cgi. This number can be adjusted from
|
||||
# within the UI after the initial page load. Setting this to 0
|
||||
# will show all results.
|
||||
|
||||
# Zulip config: Show all results on the same page
|
||||
result_limit=0
|
||||
|
||||
|
||||
# ESCAPE HTML TAGS
|
||||
|
@ -365,9 +373,3 @@ lock_author_names=1
|
|||
# This option should be the URL used to access your instance of Splunk
|
||||
|
||||
#splunk_url=http://127.0.0.1:8000/
|
||||
|
||||
|
||||
|
||||
|
||||
# Show all results on the same page
|
||||
result_limit=0
|
||||
|
|
Loading…
Reference in New Issue