From 2f1fe656d154bcd9cc76b68241de817899110ade Mon Sep 17 00:00:00 2001 From: dmaiocchi Date: Thu, 24 Sep 2020 19:08:11 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 667ba33..081d1a9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ # Rationale -The alert handler serve as central component for building reactive self-healing systems. +The alert handler serve as central component for building reactive self-healing systems, based on Prometheus. -It is main functionality is to handle Prometheus alerts automatically, which are fired by Prometheus. +It is meant to be a single binary, which will be distribued and installed to all nodes of clusters. +The routing itself is delegated to alertmanager of prometheus. +It is main functionality is to `selfheal` and handle Prometheus alerts automatically, which are fired by Prometheus. # Devel