zabbix_agent2
Next-generation Zabbix monitoring agent
TLDR
Start agent in foreground
$ zabbix_agent2 -f
Start with config file$ zabbix_agent2 -c [/etc/zabbix/zabbix_agent2.conf]
Test configuration$ zabbix_agent2 -t [system.cpu.load]
Print all items$ zabbix_agent2 -p
Run remote command$ zabbix_agent2 -R [log_level_increase]
SYNOPSIS
zabbix_agent2 [options]
DESCRIPTION
zabbix_agent2 is the next-generation Zabbix monitoring agent written in Go. Collects system metrics and sends them to Zabbix server. Supports plugins and concurrent checks.
PARAMETERS
-c file
Configuration file path.-f
Run in foreground.-t item
Test specific item key.-p
Print supported items.-R command
Runtime control command.-V
Show version.
SEE ALSO
zabbix_agentd(1), zabbix_sender(1)
