Can the Syslog receiver in PRTG Network Monitor 20 send the received syslog message as part of the notification? Assume in this case the notification is a syslog message.
Article Comments
Hello there,
Yes, that's right. The %message placeholder is include the syslog message. For more details, please refer to the following manual: https://www.paessler.com/manuals/prtg/list_of_placeholders_for_notifications
Jul, 2021 - Permalink
I have tried using this placeholder but the %message did not populate using the original syslog message.
What I did was:
- Create a notification template to send syslog, named "Syslog". Enable "Send Syslog message", message to be sent is: %datetime, %device, %message.
- Create a syslog receiver sensor. Warning filter: severity[4-6].
- Under notification triggers, add state trigger. When sensor state is Warning for at least 0 seconds, perform "Syslog" notification template.
- Send a syslog message with severity 4 to the syslog receiver sensor.
- The syslog notification was sent out. But the value of the %message field sent was "0.02 #/s (Warnings) is above the warning limit of < 0.01 #/s in Warnings".
Jul, 2021 - Permalink
Does the %message placeholder for notifications append the received syslog message to the notification?
Jul, 2021 - Permalink