I am leveraging NPM as a syslog server for my APC devices. I can view the logs correctly in syslog view and now want to create rules to send email alerts.
Does anybody know the syntax to capture the "severity" on the subject line of the email?
I've tried ${severity}, but it only returns the numerical value.
I would like the email subject to show, emergency, alert, critical, etc. and NOT the severity numerical value.
0 = Emergency
1 = Alert
2 = Critical
3 = Error
4 = Warning
5 = Notice
6 = Informational
7 = Debug
Thank you in advance.
/Ken