zabbixagent
Services: Zabbix-2 Agent
Monitoring
0.5
Zabbix Agent has been created/modified.
Zabbix Agent has been deleted.
/usr/local/etc/rc.d/zabbix2_agentd.sh restart
zabbix_agentd
zabbix2_agentd.sh
zabbix_agentd
Zabbix Agent runs on a host being monitored. The agent provides host's performance and availability information for Zabbix Server.
Settings
/pkg_edit.php?xml=zabbix2-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 Active
serveractive
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).
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!
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
"zabbix2_agentd.sh",
"start" => "{$start}",
"restart" => "$stop\n" . "sleep 5\n" . "{$start}",
"stop" => "$stop"
)
);
conf_mount_ro();
]]>