summaryrefslogtreecommitdiffstats
path: root/misc/conf
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-19 09:43:54 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-19 09:43:54 +0000
commitee4b44e6016dee92acc86d610321856976da4249 (patch)
tree3ad664133273856a2738a6d01f41f7016e4f930d /misc/conf
parent9e066cc1f237e4d0b1af236774a8f14a76911d4d (diff)
downloadzabbix-ee4b44e6016dee92acc86d610321856976da4249.tar.gz
zabbix-ee4b44e6016dee92acc86d610321856976da4249.tar.xz
zabbix-ee4b44e6016dee92acc86d610321856976da4249.zip
- added parameter LogFile for zabbix_trapper (Alexei)
- added parameter LogFile for zabbix_trapperd (Alexei) - added parameter LogFile for zabbix_agentd (Alexei) - added parameter LogFile for zabbix_suckerd (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@335 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc/conf')
-rw-r--r--misc/conf/zabbix_agentd.conf5
-rw-r--r--misc/conf/zabbix_suckerd.conf5
-rw-r--r--misc/conf/zabbix_trapper.conf5
-rw-r--r--misc/conf/zabbix_trapperd.conf5
4 files changed, 20 insertions, 0 deletions
diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf
index 15b3c0b2..7df7f3ec 100644
--- a/misc/conf/zabbix_agentd.conf
+++ b/misc/conf/zabbix_agentd.conf
@@ -28,6 +28,11 @@ DebugLevel=2
PidFile=/var/tmp/zabbix_agentd.pid
+# Name of log file.
+# If not set, syslog will be used
+
+# LogFile=/tmp/zabbix_agentd.log
+
# Spend no more than Timeout seconds on processing
# Must be between 1 and 30
diff --git a/misc/conf/zabbix_suckerd.conf b/misc/conf/zabbix_suckerd.conf
index 6a6fbf20..b032c3fe 100644
--- a/misc/conf/zabbix_suckerd.conf
+++ b/misc/conf/zabbix_suckerd.conf
@@ -33,6 +33,11 @@ Timeout=5
PidFile=/var/tmp/zabbix_suckerd.pid
+# Name of log file
+# If not set, syslog is used
+
+#LogFile=/tmp/zabbix_suckerd.log
+
# Database name
DBName=zabbix
diff --git a/misc/conf/zabbix_trapper.conf b/misc/conf/zabbix_trapper.conf
index d20cbeba..46863c38 100644
--- a/misc/conf/zabbix_trapper.conf
+++ b/misc/conf/zabbix_trapper.conf
@@ -16,6 +16,11 @@ DebugLevel=2
Timeout=3
+# Name of log file
+# If not set, syslog will be used
+
+#LogFile=/tmp/zabbix_trapper.log
+
# Database name
DBName=zabbix
diff --git a/misc/conf/zabbix_trapperd.conf b/misc/conf/zabbix_trapperd.conf
index 86f71b74..7e9b2695 100644
--- a/misc/conf/zabbix_trapperd.conf
+++ b/misc/conf/zabbix_trapperd.conf
@@ -26,6 +26,11 @@ DebugLevel=2
PidFile=/tmp/zabbix_trapperd.pid
+# Name of log file
+# If not set, syslog will be used
+
+#LogFile=/tmp/zabbix_trapper.log
+
# Spend no more than Timeout seconds on processing
# Must be between 1 and 30