I'd like to be able to get an email notification whenever syslogd logs something of, say err priority or higher. Assume this is a BSD compatible syslog daemon.
- Can this be accomplished?
- Should I use a named pipe to a shell script?
- What other possible solutions are there?