From d322cb66549e5686cfce0d9823dcbe83d2efdb1b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Dec 2024 16:05:57 +0000 Subject: Nagios show all results by default --- nagios/cgi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/cgi.cfg b/nagios/cgi.cfg index 0f09ee5..178d5d0 100644 --- a/nagios/cgi.cfg +++ b/nagios/cgi.cfg @@ -295,7 +295,7 @@ enable_page_tour=0 # within the UI after the initial page load. Setting this to 0 # will show all results. -result_limit=100 +result_limit=0 -- cgit v1.2.3