Options (5)
-c, --configbooleanStart the server with a custom configuration file
Example:
zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}}-f, --foregroundbooleanRun the server in foreground
Example:
zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-f|--foreground]}}-T, --test-configbooleanTest the configuration file and exit
Example:
zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-T|--test-config]}}-R, --runtime-controlbooleanReload configuration cache (runtime control)
Example:
zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-R|--runtime-control]}} config_cache_reload-h, --helpbooleanDisplay 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.confRun 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_reloadExecute the housekeeper (runtime control)
zabbix_server [-c|--config] path/to/zabbix_server.conf [-R|--runtime-control] housekeeper_executeIncrease or decrease log level for all processes (runtime control)
zabbix_server [-c|--config] path/to/zabbix_server.conf [-R|--runtime-control] log_level_increase|decreaseDisplay help
zabbix_server [-h|--help]made by @shridhargupta | data from tldr-pages