commands.sh

zabbix_server

all

Core daemon of Zabbix software.

More info →

Options (5)

-c, --configboolean

Start the server with a custom configuration file

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

Run the server in foreground

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

Test the configuration file and exit

Example: zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-T|--test-config]}}
-R, --runtime-controlboolean

Reload configuration cache (runtime control)

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

Display help

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

Examples (8)

Start the server with the default configuration file

Start the server with a custom configuration file

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

Run the server in foreground

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

Test the configuration file and exit

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

Reload configuration cache (runtime control)

zabbix_server [-c|--config] path/to/zabbix_server.conf [-R|--runtime-control] config_cache_reload

Execute the housekeeper (runtime control)

zabbix_server [-c|--config] path/to/zabbix_server.conf [-R|--runtime-control] housekeeper_execute

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

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

Display help

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