Telegramm notify
-
hi, i have installed on my pfsense the possibility to send message by telegram api, all work and the notify arrive on my chat.
I can configure another system message? hi cpu, hi memory ecc? where i can configure a monitoring? -
How exactly have you installed this?
What have you configured to arrive so far?
Steve
-
@stephenw10 said in Telegramm notify:
How exactly have you installed this?
What have you configured to arrive so far?
SteveSystem - Advance - Notification - Telegram
I have created my bot with the istruction https://core.telegram.org/bots#creating-a-new-bot
Notification it's ok if, my pppoe go down send me message, or if the acme cert fail. -
@foolish86 said in Telegramm notify:
I can configure another system message?
Noop.
Some system events can be selected as 'to be notified' in the GUI. You can't add your own, using the GUI.If you are willing to write some script lines, then the posibilities are endless.
Example :
<?php notify_via_smtp("This is a message"); ?>
Many examples exists on this forum.
The Status > Monitoring page has no 'notify' capabilities.
@foolish86 said in Telegramm notify:
my pppoe go down send me message
Interesting.
The connection goes down .... how does the notification goes out ?
The message comes through when the connection comes back up, right ? -
@foolish86 said in Telegramm notify:
my pppoe go down send me message
Interesting.
The connection goes down .... how does the notification goes out ?
The message comes through when the connection comes back up, right ?Exactly, when conneftion go up send a message with new public ip
for example, in opnsense there is monitor, here i can create some action, cpu limit or memory limit, the firewall send me a mail, in pfsense can i personalize this notification?
-
@foolish86 said in Telegramm notify:
for example, in opnsense there is monitor, here i can create some action, cpu limit or memory limit, the firewall send me a mail, in pfsense can i personalize this notification?
@gertjan said in Telegramm notify:
Some system events can be selected as 'to be notified' in the GUI. You can't add your own, using the GUI.
Memory monitoring ? Throughput ?
This is my pfSense.I'm using a "scripts" - and the FreeBSD Munin package - solution.
This package is present in the pfSense package repository. You have to set it up by editing some config files.
Other solutions exist. -
Ah, I see new feature in 2.5.
Yeah nothing to configure there to add notifications. I would expect that to be triggered by anything that generates an alert in pfSense like the other notification types.Streve
-
@stephenw10 i use 2.5 RC stable.
just wait and activate features? -
Open a feature request if you want more notification options. Or add notes to one that's already open, there's is probably something similar there.
https://redmine.pfsense.org/Steve