From d490e83645c57e445135a9f0965b127572d1c9f1 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 31 Jul 2016 00:15:42 -0700 Subject: [PATCH] puppet: Upgrade nagios cgi.cfg with modern defaults. --- puppet/zulip_ops/files/nagios3/cgi.cfg | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/puppet/zulip_ops/files/nagios3/cgi.cfg b/puppet/zulip_ops/files/nagios3/cgi.cfg index 188a610d30..6c05c7e252 100644 --- a/puppet/zulip_ops/files/nagios3/cgi.cfg +++ b/puppet/zulip_ops/files/nagios3/cgi.cfg @@ -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