From 1517209e0e9fb2c399c8566394e8f9fc8e01fa47 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 27 Sep 2010 09:20:43 -0400 Subject: Add a Zabbix Agent patch from zalex_ua on the forum. See: http://forum.pfsense.org/index.php/topic,28620.0.html --- config/zabbix-agent/zabbix-agent.xml | 46 ++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 5 deletions(-) (limited to 'config/zabbix-agent/zabbix-agent.xml') diff --git a/config/zabbix-agent/zabbix-agent.xml b/config/zabbix-agent/zabbix-agent.xml index 24f014d2..9714e6ea 100644 --- a/config/zabbix-agent/zabbix-agent.xml +++ b/config/zabbix-agent/zabbix-agent.xml @@ -14,9 +14,10 @@ /pkg_edit.php?xml=zabbix-agent.xml&id=0 - zabbix-agent - zabbix-agentd.sh + zabbix_agentd + zabbix_agentd.sh zabbix_agentd + Zabbix Agent runs on a host being monitored. The agent provides host's performance and availability information for Zabbix Server. @@ -47,12 +48,21 @@ Hostname hostname - Unique hostname. Required for active checks. + Unique hostname. Required for active checks and must match hostname as configured on the Zabbix server (case sensitive). localhost input 60 true + + Listen IP + listenip + 0.0.0.0 + input + 60 + true + Listen IP for connections from the server (generally 0.0.0.0 for all interfaces) + Listen Port listenport @@ -60,7 +70,7 @@ input 60 true - Listen port for sending active check (generally 10050) + Listen port for connections from the server (generally 10050) Refresh Active Checks @@ -80,6 +90,18 @@ true Timeout (default 3). Do not spend more that Timeout seconds on getting requested value (1-255). The agent does not kill timeouted User Parameters processes! + + Disable active checks + disableactive + checkbox + The agent will work only in passive mode listening for server. (generally net set) + + + Disable passive checks + disablepassive + checkbox + The agent will not listen on any TCP port. Only active checks will be processed. (generally not set) + User Parameters userparams @@ -140,6 +162,11 @@