From e0e591fed26616c654b17a866c1c133c39778626 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 8 Sep 2022 19:26:46 +0100 Subject: Use /tmp for Nagios temp files --- nagios/nagios.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/nagios.cfg b/nagios/nagios.cfg index cc4ae1c..a994f70 100644 --- a/nagios/nagios.cfg +++ b/nagios/nagios.cfg @@ -176,7 +176,7 @@ lock_file=/run/nagios.lock # is created, used, and deleted throughout the time that Nagios is # running. -temp_file=/var/nagios/nagios.tmp +temp_file=/tmp/nagios.tmp -- cgit v1.2.3