From 140d7a7de72b6a69f9b08e7f09e794b2765c2804 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 16 Sep 2004 20:25:50 +0000 Subject: - added table audit (Alexei) - added audit.php (Alexei) - new default port numbers for agent and trapper, 10050 and 10051 (Alexei) - better internal coding standard for ZABBIX agent (Alexei) - added support for md5sum for files less than 64M (Alexei) - added include md5.c and md5.h (Alexei) - remove trends.php, trend.php (Alexei) - remove compare.php, chart3.php (Alexei) - show trigger dependencies in list of configuration of triggers (Alexei) - make Zabbix reset nextcheck for items when updating or adding a trigger (Alexei) - minimum value of PingerFrequency changed to 1 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1423 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_agentd.conf | 4 ++-- misc/conf/zabbix_trapperd.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf index af4c7661..aff57c07 100644 --- a/misc/conf/zabbix_agentd.conf +++ b/misc/conf/zabbix_agentd.conf @@ -7,9 +7,9 @@ Server=127.0.0.1 -# Listen port. Default is 10000 +# Listen port. Default is 10050 -ListenPort=10000 +#ListenPort=10050 # IP address to bind agent # If missing, bind to all available IPs diff --git a/misc/conf/zabbix_trapperd.conf b/misc/conf/zabbix_trapperd.conf index b2c0628e..82f84c07 100644 --- a/misc/conf/zabbix_trapperd.conf +++ b/misc/conf/zabbix_trapperd.conf @@ -13,7 +13,7 @@ StartTrappers=5 # Listen port. Default port number is 10001. This parameter # must be between 1024 and 32767 -ListenPort=10001 +#ListenPort=10051 # Specifies debug level # 0 - debug is not created -- cgit