Pēteris Caune
645efa5ce4
Update Telegram notification template to include failure reason
...
cc: #1069
2024-12-16 15:20:45 +02:00
Pēteris Caune
6fb46aee32
Fix integrations to include oncalendar schedules in notifications
2024-04-24 16:08:55 +03:00
Pēteris Caune
83f161d657
Update transport classes to use Transport.last_ping() consistently
...
* Instead of check.n_pings (int) use last_ping().n
* Instead of check.last_ping (datetime) use last_ping().created
There is a time gap from creating a flip object to processing
it (sending out an alert). We want the notification to reflect
the check's state at the moment the flip was created. To do this,
we use the Transport.last_ping() helper method which retrieves
the last ping *that is not newer than the flip*.
This commit updates transport classes and templates to use
Transport.last_ping() consistently everywhere.
2024-04-15 15:09:17 +03:00
Pēteris Caune
bcecf058c2
Fix the Telegram integration to use Flip.new_status
2024-04-12 15:33:03 +03:00
Pēteris Caune
d7b683e9d1
Update more notification templates to handle Check.last_ping == None
2024-03-01 16:25:05 +02:00
Pēteris Caune
6110b10c3c
Update Telegram integration to use Ping.get_kind_display()
2023-10-23 11:43:07 +03:00
Pēteris Caune
0456b3d5c4
Add "Time Zone" field in Telegram notifications
2023-08-03 14:36:42 +03:00
Pēteris Caune
0d0087d898
Update Telegram notification template to include more data
2023-02-08 15:28:39 +02:00
Fabrizio Ferrai
9939e45c5a
Add body to Telegram notifications ( #783 )
...
Add body to Telegram notifications
---------
Co-authored-by: Pēteris Caune <cuu508@gmail.com>
2023-02-08 12:52:36 +02:00
Pēteris Caune
5943c8017a
Improve formatting in pushover_message.html
2021-12-10 11:15:59 +02:00
Pēteris Caune
336c55e601
Implement "linemode" tag, improve formatting in telegram_message.html
2021-12-09 17:45:52 +02:00
Pēteris Caune
d317b8e38e
Add a size limit for the "The following checks are also down" section
2021-12-08 16:58:01 +02:00
Pēteris Caune
307dfbb99e
Add "The following checks are also down: ..." in Telegram notifications
2021-12-08 16:06:08 +02:00
Laura Hausmann
448721e916
Add colored emojis to telegram messages
...
so you can see whether it's up or down at first glance
2021-03-04 12:21:28 +02:00
Pēteris Caune
cbb5e8cae5
Shorter, simpler telegram message.
2018-10-22 09:49:35 +03:00
Pēteris Caune
2481aa5a23
Telegram integration.
2017-05-11 12:57:28 +03:00