diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-10-03 15:35:53 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-10-03 15:35:53 +0100 |
commit | 9904304c698a901e54cdee6b36f09c1a08346209 (patch) | |
tree | a7530757c582614fbd55eb32c8bbd982e60eab49 | |
parent | Add fail2ban check (diff) | |
download | config-9904304c698a901e54cdee6b36f09c1a08346209.tar.bz2 config-9904304c698a901e54cdee6b36f09c1a08346209.tar.xz config-9904304c698a901e54cdee6b36f09c1a08346209.zip |
Revert "Disable Nagios update check, it's a bit crashy"
This reverts commit 8faf8b916253c62f42c208812f8da3118d4a87b2.
-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 9c5b8f7..a994f70 100644 --- a/nagios/nagios.cfg +++ b/nagios/nagios.cfg @@ -709,7 +709,7 @@ interval_length=60 # by Nagios Enterprises from the update check is processed in accordance # with our privacy policy - see https://api.nagios.org for details. -check_for_updates=0 +check_for_updates=1 |