mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 21:50:50 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/zabbix_server
Normal file
41
tldr/zabbix_server
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user