From b23f31b53d6c88c31e6142f9a21d3815a580114c Mon Sep 17 00:00:00 2001 From: james_wells Date: Wed, 2 Nov 2005 03:41:33 +0000 Subject: Applied ServerByName patch: misc/conf/zabbix_agentd.conf src/libs/zbxnet/security.c First pass at optimization of MySQL queries on reports page frontends/php/include/config.inc.php Fixed Groupid selection in triggers page (James) frontends/php/include/config.inc.php frontends/php/tr_status.php Fixed Update Profile in profiles page (James) frontends/php/include/profiles.inc.php Fixed Number Of Hosts in reports page (James) frontends/php/include/config.inc.php frontends/php/report1.php frontends/php/include/locales/de_de.inc.php frontends/php/include/locales/en_gb.inc.php frontends/php/include/locales/fr_fr.inc.php frontends/php/include/locales/it_it.inc.php frontends/php/include/locales/ja_jp.inc.php frontends/php/include/locales/lv_lv.inc.php frontends/php/include/locales/ru_ru.inc.php frontends/php/include/locales/sp_sp.inc.php git-svn-id: svn://svn.zabbix.com/trunk@2241 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_agentd.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'misc/conf/zabbix_agentd.conf') diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf index c65cb33b..f51ecce5 100644 --- a/misc/conf/zabbix_agentd.conf +++ b/misc/conf/zabbix_agentd.conf @@ -3,8 +3,10 @@ ############ GENERAL PARAMETERS ################# -# List of comma delimited IP addresses of ZABBIX servers. No spaces allowed. -# First IP is used for sending active checks. +# List of comma delimited IP addresses (or hostnames) of ZABBIX servers. +# No spaces allowed. First entry is used for sending active checks. +# Note that hostnames must resolve hostname->IP address and +# IP address->hostname. Server=127.0.0.1 -- cgit