SK0-005 · Question #403
The internal IT department policy for monitoring server health requires that evidence of server reboots be collected and reviewed on a regular basis. Which of the following should be monitored to…
The correct answer is D. Event logs. To collect evidence of server reboots and understand their cause, monitoring the server's event logs is the most effective method as they record system startup and shutdown events with timestamps and associated reasons.
Question
The internal IT department policy for monitoring server health requires that evidence of server reboots be collected and reviewed on a regular basis. Which of the following should be monitored to best provide this evidence?
Options
- AUptime
- BIOPS
- CCPU utilization
- DEvent logs
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C9% (2)
- D82% (18)
Why each option
To collect evidence of server reboots and understand their cause, monitoring the server's event logs is the most effective method as they record system startup and shutdown events with timestamps and associated reasons.
While uptime metrics will reset after a reboot, they only indicate that a reboot occurred, not historically when it happened or why it happened, which event logs provide.
IOPS (Input/Output Operations Per Second) measures storage performance and is unrelated to tracking server reboots.
CPU utilization measures processor activity and provides no direct evidence of server reboots.
Server operating systems, such as Windows or Linux, record critical system events, including startup, shutdown, and unexpected reboots, in their respective event logs (e.g., Windows Event Log, syslog on Linux). These logs provide detailed timestamps and often reasons for reboots, offering direct, auditable evidence and context for review, which is crucial for server health monitoring.
Concept tested: Server reboot monitoring via event logs
Source: https://learn.microsoft.com/en-us/windows/win32/eventlog/about-event-logging
Topics
Community Discussion
No community discussion yet for this question.