From 899da8a96859ebd47e3d6b851877e0f7cf7ac7f2 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:41:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9F=20add=20notes=20to=20monitor=20and?= =?UTF-8?q?=20alert=20a=20validator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/running-a-node.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/nodes/running-a-node.md b/nodes/running-a-node.md index 88d1d51..a9501fa 100644 --- a/nodes/running-a-node.md +++ b/nodes/running-a-node.md @@ -122,15 +122,27 @@ * [avado](https://ava.do/) +
+ + +---- + +### monitoring + +
+ +* [guide to monitor a validator](https://github.com/remyroy/ethstaker/blob/main/monitoring.md) +* [guide to alerting a validator](https://github.com/remyroy/ethstaker/blob/main/alerting.md) +
--- -### useful resources +### other useful resources
* [validator key generator](https://wagyu.gg/) * [jwt decoder](https://jwt.io/) -* [eth staker](https://ethstaker.cc/) +* [eth staker community](https://ethstaker.cc/) * [cli for managing tasks](https://github.com/wealdtech/ethdo)