Questions With Correct Answers (Verified
Answers) Plus Rationales 2026 Q&A | Instant
Download Pdf
1. What is the primary purpose of log monitoring in Zabbix?
A. To store backups of system files
B. To collect and analyze system and application log data for
events and anomalies
C. To replace operating system logs
D. To compress log files automatically
Answer: B
Rationale: Log monitoring in Zabbix is used to continuously collect,
parse, and analyze log data from systems and applications in order to
detect errors, security issues, or unusual behavior. It does not replace
logs or manage backups.
, 2. Which Zabbix item type is commonly used for log monitoring?
A. Simple check
B. External check
C. Zabbix agent (log or logrt)
D. Calculated item
Answer: C
Rationale: The Zabbix agent item types log and logrt are specifically
designed for monitoring log files in real time or rotated logs.
3. What does the logrt item type in Zabbix monitor?
A. Only real-time network traffic
B. Rotated log files
C. Database transactions
D. System memory usage
Answer: B
Rationale: logrt is used for monitoring log files that are rotated,
ensuring continuity in log tracking even after log rotation.
4. Which parameter defines the file path in a Zabbix log item?
A. key
, B. path
C. filename
D. logfile
Answer: A
Rationale: The item key in Zabbix log monitoring defines both the file
path and optional filtering parameters.
5. What is required for Zabbix to read log files on a Linux host?
A. Root SSH access only
B. Zabbix agent must have read permissions on the log file
C. SNMP must be enabled
D. Apache must be installed
Answer: B
Rationale: The Zabbix agent must have sufficient file permissions to
read the log files being monitored.
6. Which function is commonly used to filter log entries in Zabbix?
A. avg()
B. count()
, C. regexp
D. sum()
Answer: C
Rationale: Regular expressions (regexp) are used to filter specific
patterns in log entries.
7. What does the “log[]” key do in Zabbix?
A. Monitors CPU logs
B. Reads log files and retrieves new entries
C. Compresses logs
D. Deletes old logs
Answer: B
Rationale: The log[] item key is used to monitor a log file and retrieve
new lines as they are added.
8. Which Zabbix feature triggers alerts based on log patterns?
A. Dashboards
B. Actions
C. Maps
D. Hosts