diff options
author | varac <varacanero@zeromail.org> | 2013-02-01 11:14:35 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-01 11:14:35 +0100 |
commit | e8edd253d1a27d7ed95c690282bc8cf579baa158 (patch) | |
tree | 59b21e3b94f50a4b51e7010db8c6e396e6e9fe7e | |
parent | 5a825f7f6045cea00d94bcebf339c8e2dff5b067 (diff) |
disable nagios debug mode (Feature #1551)
-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 d8062a2f..753d1610 100644 --- a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg +++ b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg @@ -1240,7 +1240,7 @@ enable_environment_macros=1 # 1024 = Comments # 2048 = Macros -debug_level=-1 +debug_level=0 |