N10-005 · Question #331
Which of the following syslog severity codes indicates an emergency and that the system is unusable?
The correct answer is A. 0. Syslog defines eight severity levels numbered 0 through 7, where lower numbers indicate more severe conditions. Severity 0 (Emergency) means the system is completely unusable and requires immediate attention-this is the most critical level. Severity 1 is Alert (immediate action…
Question
Which of the following syslog severity codes indicates an emergency and that the system is unusable?
Options
- A0
- B1
- C6
- D7
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- D4% (1)
Explanation
Syslog defines eight severity levels numbered 0 through 7, where lower numbers indicate more severe conditions. Severity 0 (Emergency) means the system is completely unusable and requires immediate attention-this is the most critical level. Severity 1 is Alert (immediate action needed). Severity 6 is Informational (normal operational messages). Severity 7 is Debug (detailed diagnostic information-the least severe). The full scale is: 0=Emergency, 1=Alert, 2=Critical, 3=Error, 4=Warning, 5=Notice, 6=Informational, 7=Debug. A useful mnemonic is 'Every Angry Coder Errors Whenever Needed Is Debugging.'
Topics
Community Discussion
No community discussion yet for this question.