mcelog icon indicating copy to clipboard operation
mcelog copied to clipboard

Report to external services

Open baruch opened this issue 10 years ago • 1 comments

For a proper system integration it would be nice if the only method to know that something happened isn't by reading a log file and parsing a text file.

I'd envision a pipe that some other process can read in binary format with the structures defined in a provided header file. A text message is also fine if it is made in an easily parsed form in a consistent format that is kept as an ABI.

baruch avatar Dec 31 '14 13:12 baruch

The socket already exists but it doesn't seem to send events to the clients, only allows polling. An event interface would be very useful to avoid unnecessary activity on the socket just to poll for new states.

baruch avatar Dec 31 '14 14:12 baruch