diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-10 11:56:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-10 11:56:35 +0100 |
commit | 8faf8b916253c62f42c208812f8da3118d4a87b2 (patch) | |
tree | 4dd61268975c2b413443cabc8a91038bee2b4784 /nagios/nagios.cfg | |
parent | Add 192.168 subnet for Capita laptop VPN (diff) | |
download | config-8faf8b916253c62f42c208812f8da3118d4a87b2.tar.bz2 config-8faf8b916253c62f42c208812f8da3118d4a87b2.tar.xz config-8faf8b916253c62f42c208812f8da3118d4a87b2.zip |
Disable Nagios update check, it's a bit crashy
Diffstat (limited to 'nagios/nagios.cfg')
-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 a994f70..9c5b8f7 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=1 +check_for_updates=0 |