diff options
author | varac <varacanero@zeromail.org> | 2014-02-25 12:36:36 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-27 18:12:15 +0100 |
commit | a81ce0750dbd5b000739e28279639e382ce347a2 (patch) | |
tree | 6d4b36b043d09673ee8135a0c195ed01d2469620 | |
parent | 5372bba5dd503cb4fe9620bc342992c94863c8e6 (diff) |
don't use syslog for nagios log, cause it will clutter logwatch with false-positive warnings
-rw-r--r-- | puppet/modules/site_nagios/files/configs/Debian/nagios.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg index 61d9f2da..9bd3da28 100644 --- a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg +++ b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg @@ -251,7 +251,7 @@ log_archive_path=/var/log/nagios3/archives # If you want messages logged to the syslog facility, as well as the # Nagios log file set this option to 1. If not, set it to 0. -use_syslog=1 +use_syslog=0 |