summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-06 10:22:03 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-06 10:22:03 +0000
commit9077dbbc73d5689b541573eaa9ff9d498fdd8f86 (patch)
tree2ee8f8e64f70d26fd62e8fe649d6243a1993da75 /misc
parent122eb9166545ef3088aecccd0f782c2b7b905bb8 (diff)
downloadzabbix-9077dbbc73d5689b541573eaa9ff9d498fdd8f86.tar.gz
zabbix-9077dbbc73d5689b541573eaa9ff9d498fdd8f86.tar.xz
zabbix-9077dbbc73d5689b541573eaa9ff9d498fdd8f86.zip
- [ZBX-196] Incorrect comment for debug level in the zabbix_agentd.conf file
[svn merge -r5138:5141 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@5142 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc')
-rw-r--r--misc/conf/zabbix_agentd.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf
index 690a2bb9..74347b46 100644
--- a/misc/conf/zabbix_agentd.conf
+++ b/misc/conf/zabbix_agentd.conf
@@ -49,9 +49,8 @@ StartAgents=5
# 0 - debug is not created
# 1 - critical information
# 2 - error information
-# 3 - warnings
-# 4 - information (default)
-# 5 - for debugging (produces lots of information)
+# 3 - warnings (default)
+# 4 - for debugging (produces lots of information)
DebugLevel=3