📑 I have found these related issues/pull requests
#508
Seems to be a global method for what I am looking for
#4744
I'm looking for a similar option for Discord
🔖 Feature description
Be able to toggle on and off silent messages for Discord notifications for status UP and DOWN separately. This way, status notifications would still be sent to the desired channel to keep a history of the service state, without pinging people when the service comes back online.
✔️ Solution
I've seen that the current version implements a single switch toggling discordSuppressNotifications to true or false, without any distinction based on the state of the service.
I'd like to replace it with two separate switches, one for DOWN and one for UP, comparing the value against heartbeatJSON["status"] to decide when to suppress the notification. Both would default to false (not silenced), matching the current default behavior.
Scope: Discord only
❓ Alternatives
No response
📝 Additional Context
No response
📑 I have found these related issues/pull requests
#508
Seems to be a global method for what I am looking for
#4744
I'm looking for a similar option for Discord
🔖 Feature description
Be able to toggle on and off silent messages for Discord notifications for status UP and DOWN separately. This way, status notifications would still be sent to the desired channel to keep a history of the service state, without pinging people when the service comes back online.
✔️ Solution
I've seen that the current version implements a single switch toggling
discordSuppressNotificationsto true or false, without any distinction based on the state of the service.I'd like to replace it with two separate switches, one for DOWN and one for UP, comparing the value against
heartbeatJSON["status"]to decide when to suppress the notification. Both would default tofalse(not silenced), matching the current default behavior.Scope: Discord only
❓ Alternatives
No response
📝 Additional Context
No response