From 6fca4b60195e291c3f982dc54007c4bef485c62a Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sat, 24 Oct 2015 11:45:11 +0200 Subject: Remove broken zabbix 1.x packages Unusable (Bug #3779) and dead. --- config/zabbix-agent/zabbix-agent.xml | 263 ----------------------------------- 1 file changed, 263 deletions(-) delete mode 100644 config/zabbix-agent/zabbix-agent.xml (limited to 'config') diff --git a/config/zabbix-agent/zabbix-agent.xml b/config/zabbix-agent/zabbix-agent.xml deleted file mode 100644 index 885a54e3..00000000 --- a/config/zabbix-agent/zabbix-agent.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - zabbixagent - Services: Zabbix Agent - Monitoring - 1.1 - Zabbix Agent has been created/modified. - Zabbix Agent has been deleted. - /usr/local/etc/rc.d/zabbix_agentd.sh restart - - Zabbix Agent - Setup Zabbix Agent specific settings -
Services
- /pkg_edit.php?xml=zabbix-agent.xml&id=0 -
- - zabbix_agentd - zabbix_agentd.sh - zabbix_agentd - Zabbix Agent host monitor daemon - - - - Settings - /pkg_edit.php?xml=zabbix-agent.xml&id=0 - - - - - - Server - server - List of comma delimited IP addresses (or hostnames) of ZABBIX servers - 127.0.0.1 - input - 60 - true - - - Server Port - serverport - Server port for sending active check (generally 10051) - 10051 - input - 60 - true - - - Hostname - hostname - 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 - 10050 - input - 60 - true - Listen port for connections from the server (generally 10050) - - - Refresh Active Checks - refreshactchecks - 120 - input - 60 - false - The agent will refresh list of active checks once per 120 (default) seconds. - - - Timeout - timeout - 3 - input - 60 - 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 - base64 - - textarea - 5 - 50 - false - User-defined parameter to monitor. There can be several user-defined parameters. Value has form, example: UserParameter=users,who|wc -l <br><a href="https://www.zabbix.com/documentation/1.8/manual/tutorials/extending_agent" target="_new">See zabbix documentation for more information<a> - - - - "zabbix_agentd.sh", - "start" => "{$start}", - "restart" => "$stop\n" . "sleep 5\n" . "{$start}", - "stop" => "$stop" - ) - ); - - conf_mount_ro(); - ]]> - - - - - - - - - - - - - - -
-- cgit v1.2.3