Telegram what notifications I will get?
-
Hello.
I setup telegram to receive notifications, but I would like to know, what notifications I will receive?
With a email notification I receive once the system reboot, went I setup watchdog services.
But I'm not receiving none of this message with telegram.
This is my doubt about telegram coverage?
Pfsense 2.6.0.
-
Notifications will get dispatches over all available notification destinations.
See /etc/notices.inc :
..... /* Notify via remote methods only - not via GUI. */ function notify_all_remote($msg) { notify_via_smtp($msg); notify_via_telegram($msg); notify_via_pushover($msg); notify_via_slack($msg);
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.