As discussed by mail, a interresting setup to use with zabbix 1.0 is to configure release 1.0 to use the same ports number 1.1 will use: 10050 for suckerd/agent[d] and 10051 for trapper[d].
To do so, just modify:
. your zabbix_agen[d].conf and zabbix_traper[d].conf
. replace 10000 by 10050 in /hosts.php and config/config.inc.php
. replace 10000 by 10050 in each templates using the php frontend
. reload agents and daemons.
This setup will ensure you're using 'new' ports number which will soon be "normalized". It should help you migrate from 1.0 to 1.1 when 1.1 will be stable.
To do so, just modify:
. your zabbix_agen[d].conf and zabbix_traper[d].conf
. replace 10000 by 10050 in /hosts.php and config/config.inc.php
. replace 10000 by 10050 in each templates using the php frontend
. reload agents and daemons.
This setup will ensure you're using 'new' ports number which will soon be "normalized". It should help you migrate from 1.0 to 1.1 when 1.1 will be stable.