anclrii / Storj-Exporter

Prometheus exporter for monitoring Storj storage nodes
GNU General Public License v3.0
58 stars 19 forks source link

Add a Prometheus AlertManager example #46

Open anclrii opened 3 years ago

anclrii commented 3 years ago

Might also not be a terrible idea to look into including Prometheus AlertManager into this setup so that people can get email notifications on certain events such as long time since last ping or audit failure levels reaching a certain level. Saves them having to be keeping an eye on the dashboard all the time or if they are away for a while and possibly catching a problem before it becomes a major issue such as node disqualification. If there is enough interest and once we have everything mapped into the exporter as possible and any other pressing additions or improvements, I can start looking into that. I will likely end up implementing it myself anyway but depending on interest can re-prioritize as needed.

Originally posted by @Cmdrd in https://github.com/anclrii/Storj-Exporter/issues/11#issuecomment-578614339