LinuxCommandLibrary

zabbix_agent2

Next-generation Zabbix monitoring agent

TLDR

Start agent in foreground

$ zabbix_agent2 -f
copy
Start with config file
$ zabbix_agent2 -c [/etc/zabbix/zabbix_agent2.conf]
copy
Test configuration
$ zabbix_agent2 -t [system.cpu.load]
copy
Print all items
$ zabbix_agent2 -p
copy
Run remote command
$ zabbix_agent2 -R [log_level_increase]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community