Command-line Flashcards

1
Q

What command can increase the log level of the Zabbix server?

A

The zabbix_server -R command increases the logging level:
$ zabbix_server -R log_level_increase='alert manager'

Zabbix server process-types

Increase log level, affects all processes if target is not specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command can increase the log level of the Zabbix agent?

A

The zabbix_agentd[2] -R command increases the logging level:
$ zabbix_agent[d/2] -R log_level_increase="listener"

Agent process types

Increase log level, affects all processes if target is not specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What zabbix agent command lists all built-in items?

A

The $ zabbix_agent[d/2] -p lists all built-in items.

zabbix_agentd [1] and zabbix_agent2 [2]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command line utility can connect to a passive agent?

A

The zabbix_get can be used to connect to a passive agent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the zabbix_get command line utility useful for?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Zabbix trapper?

A

The zabbix trapper is a process that accepts incoming data instead of querying for it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Zabbix sender?

A

The Zabbix sender is a standalone command-line utility to send in data to the zabbix trapper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly