commands.sh

zabbix_agentd

all

Daemon for monitoring server parameters.

More info →

Options (7)

-c, --configboolean

Start the agent with a custom configuration file

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}}
-f, --foregroundboolean

Run the agent in foreground (it stays attached to the current terminal session)

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-f|--foreground]}}
-T, --test-configboolean

Test the configuration file

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-T|--test-config]}}
-t, --testboolean

Test a specific item with verbose output

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-t|--test]}} {{item_key}} {{[-v|--verbose]}}
-v, --verboseboolean

Test a specific item with verbose output

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-t|--test]}} {{item_key}} {{[-v|--verbose]}}
-R, --runtime-controlboolean

Reload user parameters from the configuration file (runtime control)

Example: zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-R|--runtime-control]}} userparameter_reload
-h, --helpboolean

Display help

Example: zabbix_agentd {{[-h|--help]}}

Examples (8)

Start the agent with the default configuration file

Start the agent with a custom configuration file

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf

Run the agent in foreground (it stays attached to the current terminal session)

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf [-f|--foreground]

Test the configuration file

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf [-T|--test-config]

Test a specific item with verbose output

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf [-t|--test] item_key [-v|--verbose]

Reload user parameters from the configuration file (runtime control)

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf [-R|--runtime-control] userparameter_reload

Increase or decrease log level for all processes (runtime control)

zabbix_agentd [-c|--config] path/to/zabbix_agentd.conf [-R|--runtime-control] log_level_increase|decrease

Display help

zabbix_agentd [-h|--help]
made by @shridhargupta | data from tldr-pages