Skip to content

Commit

Permalink
Update README.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonoorsCryptoman committed Jul 24, 2023
1 parent 1aadd51 commit 3d03438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a tool for validators running tendermint nodes. It sends notifications w
- [Configuration File Settings](config.md)
- [Setting up PagerDuty](pagerduty.md)
- [Setting up Discord](discord.md)
- TODO: [Setting up Telegram](telegram.md)
- [Setting up Telegram](telegram.md)
- [Prometheus Exports](prometheus.md)
- [Remotely Configuring Tenderduty](remote.md)
- [Running on Akash](akash.md)
Expand Down Expand Up @@ -79,4 +79,4 @@ Notifications:
* There really isn't anything special about the notifications it sends. For Discord and Telegram it will only send an alert on a new alarm and when the alarm clears. Pagerduty has a little more nuance.
* Pagerduty:
* Pro-tip: the alarms sent to pagerduty all use a unique "key". Pagerduty will automatically de-deduplicate alerts based on this key. If you want redundant monitoring you can run multiple instances of tenderduty alerting to pagerduty and will not get duplicate alerts.
* Additional flapping detection is applied to pagerduty (not to discord or telegram). If a node is going up and down every few minutes it will only send an alert once in a five minute period.
* Additional flapping detection is applied to pagerduty (not to discord or telegram). If a node is going up and down every few minutes it will only send an alert once in a five minute period.

0 comments on commit 3d03438

Please sign in to comment.