Is there a linux kernel interface (/proc) that counts kernel error log messages?
0
votes
1
answer
83
views
The comand
dmesg --level=emerg,alert,crit,err
lists all error messages with a high severity.
I wondered for monitoring purposes whether the count of messages is somehow exposed in the /proc
filesystem. It would be great to give an indication of hardware issues.
Asked by maxammann
(103 rep)
Dec 10, 2024, 12:46 PM
Last activity: Dec 10, 2024, 02:14 PM
Last activity: Dec 10, 2024, 02:14 PM