multiversx / mx-chain-keys-monitor-go

MultiversX keys monitor tool written in Go
GNU General Public License v3.0
3 stars 2 forks source link

way to acknowledge alert? #26

Closed jboisdequin closed 3 months ago

jboisdequin commented 3 months ago

Hi, I've been using this tool in addition of our current Mx monitoring. We get alerts on a telegram channel.

We just add a node to our SP that comes from inactive (with previously rating 100) to aunction status. The script detects a Rating drop detected from 100 to 50, which is normal.

The issue is we get spammed from it every 5minutes for something we know and where we don't need to intervene. Is there a way to stop sending notifications after the first one?

iulianpascalau commented 3 months ago

Hello. Very good point. I will think about adding a new parameter: a "snooze" variable, like set to 3 indicating the number of consecutive alerts the app will be sending before it will mute them for a period of time, like 24h

iulianpascalau commented 3 months ago

Done. Hope the solution works for you.