Describe the bug
The monitorJSON variable doesn't seem to be populated when using the Telegram notifier:
The template:
<b>🔔 Peekaping Notification</b>
<b>Message:</b>
<i>{{ msg }}</i>
<b>Raw Data:</b>
<code>{{ monitorJSON }}</code>
The notification content:
🔔 Peekaping Notification
Message:
Get "https://xxx.abc.de": tls: failed to verify certificate: x509: certificate is valid for ingress.local, not ...
Raw Data:
Without this data these notifications are pretty much useless, since recovery looks like this by default:
Database
Expected behavior
Some data in the variable, and preferably some examples on how to use it.
Screenshots

Describe the bug
The
monitorJSONvariable doesn't seem to be populated when using the Telegram notifier:The template:
The notification content:
Without this data these notifications are pretty much useless, since recovery looks like this by default:
Database
Expected behavior
Some data in the variable, and preferably some examples on how to use it.
Screenshots