Actions
Feature #10356
closedSupport for additional Notification Support
Start date:
03/18/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Description
Refer to feature #10354 Telegram Notification Support in the main pfsense package.
In order for the service watchdog to utilize this feature, need to change 1 line from:
notify_via_smtp($error_message);
to
notify_all_remote($error_message);
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee changed from John Kap to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Azamat Khakimyanov about 4 years ago
- Status changed from Feedback to Resolved
Tested on 2.5.0-DEVELOPMENT (amd64)
built on Sun Nov 15 01:02:10 EST 2020
FreeBSD 12.2-STABLE
Telegram notifications work now. I saw Telegram test message in my Telegram app on smartphone.
This feature request can be marked resolved.
Note: I see that 'notify_all_remote($error_message);' was added into 'servicewatchdog.inc' file on 2.4.5_p1 too but there is no Telegram Notifications option (/System/Advanced/Notifications) on it.
Actions