mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 18:44:32 +00:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zabbix_agent2
|
|
|
|
> Daemon for monitoring server parameters.
|
|
> More information: <https://manned.org/zabbix_agent2>.
|
|
|
|
- Start the agent with the default configuration file:
|
|
|
|
`zabbix_agent2`
|
|
|
|
- Start the agent with a custom configuration file:
|
|
|
|
`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}}`
|
|
|
|
- Test the configuration file and exit:
|
|
|
|
`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-T|--test-config]}}`
|
|
|
|
- Test a specific item with verbose output:
|
|
|
|
`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-t|--test]}} {{item_key}} {{[-v|--verbose]}}`
|
|
|
|
- Reload user parameters from the configuration file (runtime control):
|
|
|
|
`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-R|--runtime-control]}} userparameter_reload`
|
|
|
|
- Increase or decrease log level (runtime control):
|
|
|
|
`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-R|--runtime-control]}} loglevel {{increase|decrease}}`
|
|
|
|
- Display help:
|
|
|
|
`zabbix_agent2 {{[-h|--help]}}`
|