Command-line Flashcards
What command can increase the log level of the Zabbix server?
The zabbix_server -R command increases the logging level:$ zabbix_server -R log_level_increase='alert manager'
Increase log level, affects all processes if target is not specified
What command can increase the log level of the Zabbix agent?
The zabbix_agentd[2] -R command increases the logging level:$ zabbix_agent[d/2] -R log_level_increase="listener"
Increase log level, affects all processes if target is not specified
What zabbix agent command lists all built-in items?
The $ zabbix_agent[d/2] -p
lists all built-in items.
zabbix_agentd [1] and zabbix_agent2 [2]
What command line utility can connect to a passive agent?
The zabbix_get can be used to connect to a passive agent.
What is the zabbix_get command line utility useful for?
The zabbix_get command line utility can connect to a passive agent to:
* troubleshoot agent availability or keys
* used with custom scripts to collect data
* used as a standalone utility
What is the Zabbix trapper?
The zabbix trapper is a process that accepts incoming data instead of querying for it.
What is the Zabbix sender?
The Zabbix sender is a standalone command-line utility to send in data to the zabbix trapper.