valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).

Home Page:https://crates.io/crates/vigil-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display which nodes got back up in notification

bduron opened this issue Β· comments

Hey @valeriansaliou and contributors πŸ‘‹

I was wondering if I missed a config option to get more details in my slack notification messages, namely :

  • Status changed to: healthy -> know which nodes got back up specifically
  • When a subset of the down nodes are up again, display which ones got back up (partially)
    • eg. Status is still: dead, Nodes: A, B, C, but nodes D, E, F got back up
  • When one node of a probe.service is down, know exactly which one instead of all the service nodes

Thank you so much for this great software!

Hey @bduron,

There's currently no way to do 1 and 2, as it's not implemented, so you didn't miss any configuration option.

On the last point, the replica_id is shown in the notification whenever an host gets down, see the red arrow:

vgl

Thank you @valeriansaliou that's much clearer!