From 47412ceee959e3de63b360d9f32f22412cd9ec72 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 19 Aug 2015 10:07:38 +0200 Subject: zabbix-agent-lts - code style cleanup - Fix copyright header - Fix file permissions - Nuke unused/useless tags - Improve some descriptions. - Move User Parameters to advancedfield --- config/zabbix-agent-lts/zabbix-agent-lts.xml | 142 +++++++++++++++++---------- 1 file changed, 89 insertions(+), 53 deletions(-) (limited to 'config/zabbix-agent-lts') diff --git a/config/zabbix-agent-lts/zabbix-agent-lts.xml b/config/zabbix-agent-lts/zabbix-agent-lts.xml index c58ac04c..8883ff22 100644 --- a/config/zabbix-agent-lts/zabbix-agent-lts.xml +++ b/config/zabbix-agent-lts/zabbix-agent-lts.xml @@ -1,54 +1,57 @@ - + + + - + zabbixagentlts Services: Zabbix Agent LTS Monitoring - 0.8.5 + 0.8.6 /usr/local/pkg/zabbix-agent-lts.inc Zabbix Agent LTS has been created/modified. Zabbix Agent LTS has been deleted. https://packages.pfsense.org/packages/config/zabbix-agent-lts/zabbix-agent-lts.inc /usr/local/pkg/ - 0755 Zabbix Agent LTS @@ -60,7 +63,7 @@ zabbix_agentd_lts zabbix_agentd_lts.sh zabbix_agentd - Zabbix Agent LTS host monitor daemon + Zabbix Agent LTS Host Monitor Daemon @@ -69,6 +72,7 @@ + enabled Zabbix Agent LTS Settings @@ -77,27 +81,27 @@ Enable agentenabled - Enable Zabbix Agent LTS service + Enable Zabbix Agent LTS service. checkbox Server server - List of comma delimited IP addresses (or hostnames) of ZABBIX servers + List of comma delimited IP addresses (or hostnames) of ZABBIX servers. input 60 Server Active serveractive - List of comma delimited IP:port (or hostname:port) pairs of Zabbix servers for active checks + List of comma delimited IP:port (or hostname:port) pairs of Zabbix servers for active checks. input 60 Hostname hostname - Unique hostname. Required for active checks and must match hostname as configured on the Zabbix server (case sensitive). + Unique, case sensitive hostname. Required for active checks and must match hostname as configured on the Zabbix server. input 60 @@ -107,7 +111,7 @@ 0.0.0.0 input 60 - Listen IP for connections from the server (default 0.0.0.0 for all interfaces) + Listen IP for connections from the server. (Default: 0.0.0.0 - all interfaces) Listen Port @@ -115,7 +119,7 @@ 10050 input 5 - Listen port for connections from the server (default 10050) + Listen port for connections from the server. (Default: 10050) Refresh Active Checks @@ -123,7 +127,7 @@ 120 input 5 - The agent will refresh list of active checks once per 120 (default) seconds. + The agent will refresh list of active checks once per this number of seconds. (Default: 120) Timeout @@ -131,7 +135,13 @@ 3 input 5 - Timeout (default 3). Do not spend more that Timeout seconds on getting requested value (1-30). The agent does not kill timeouted User Parameters processes! + + + Note: The agent does not kill timeouted User Parameters processes!
+ (Default: 3. Valid range: 1-30) + ]]> +
Buffer Send @@ -139,7 +149,12 @@ 5 input 5 - Buffer Send (default 5). Do not keep data longer than N seconds in buffer (1-3600). + + + (Default: 5. Valid range: 1-3600) + ]]> + Buffer Size @@ -147,7 +162,12 @@ 100 input 5 - Buffer Size (default 100). Maximum number of values in a memory buffer (2-65535). The agent will send all collected data to Zabbix server or proxy if the buffer is full. + + + (Default: 100. Valid range: 2-65535) + ]]> + Start Agents @@ -155,7 +175,13 @@ 3 input 5 - Start Agents (default 3). Number of pre-forked instances of zabbix_agentd that process passive checks (0-100).If set to 0, disables passive checks and the agent will not listen on any TCP port. + + + Note: Setting to 0 disables passive checks and the agent will not listen on any TCP port.
+ (Default: 3. Valid range: 0-100) + ]]> +
User Parameters @@ -164,15 +190,25 @@ textarea 5 50 - User-defined parameter to monitor. There can be several user-defined parameters. Value has form, example: UserParameter=users,who|wc -l + + + Example: UserParameter=users,who|wc -l + ]]> + +
- sync_package_zabbix_agent_lts(); - - - - validate_input_zabbix_agent_lts($_POST, $input_errors); - - sync_package_zabbix_agent_lts(); - php_deinstall_zabbix_agent_lts(); + + sync_package_zabbix_agent_lts(); + + + validate_input_zabbix_agent_lts($_POST, $input_errors); + + + sync_package_zabbix_agent_lts(); + + + php_deinstall_zabbix_agent_lts(); + -- cgit v1.2.3