diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-08 19:26:46 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-08 19:33:11 +0100 |
commit | e0e591fed26616c654b17a866c1c133c39778626 (patch) | |
tree | b1766e53bd58021561cb9398207fedd236eb946e | |
parent | Configure nagiosgraph command (diff) | |
download | config-e0e591fed26616c654b17a866c1c133c39778626.tar.bz2 config-e0e591fed26616c654b17a866c1c133c39778626.tar.xz config-e0e591fed26616c654b17a866c1c133c39778626.zip |
Use /tmp for Nagios temp files
-rw-r--r-- | nagios/nagios.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |