HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zabbix_server — Core daemon of Zabbix software. More information: <https://manned.org/zabbix_server>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
zabbixcommandsoftwaredaemonclicorezabbix_servermore

Problem

How to use the zabbix_server command: Core daemon of Zabbix software. More information: <https://manned.org/zabbix_server>.

Solution

zabbix_server — Core daemon of Zabbix software. More information: <https://manned.org/zabbix_server>.

Start the server with the default configuration file:
zabbix_server


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]}}

Code Snippets

Start the server with the default configuration file

zabbix_server

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

Context

tldr-pages: common/zabbix_server

Revisions (0)

No revisions yet.