From 326ad2c80db21e08aba7433e81fb7288ef10a483 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 26 Sep 2020 15:18:52 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ceddd5f3..082be6a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A service health dashboard in Go that is meant to be used as a docker image with a custom configuration file. -I personally deploy it in my Kubernetes cluster and have it monitor the status of my +I personally deploy it in my Kubernetes cluster and let it monitor the status of my core applications: https://status.twinnation.org/ @@ -139,8 +139,8 @@ alerting: webhook-url: "https://hooks.slack.com/services/**********/**********/**********" services: - name: twinnation - interval: 30s url: "https://twinnation.org/health" + interval: 30s alerts: - type: slack enabled: true @@ -175,15 +175,15 @@ alerting: integration-key: "********************************" services: - name: twinnation - interval: 30s url: "https://twinnation.org/health" + interval: 30s alerts: - type: pagerduty enabled: true failure-threshold: 3 success-threshold: 5 - description: "healthcheck failed 3 times in a row" send-on-resolved: true + description: "healthcheck failed 3 times in a row" conditions: - "[STATUS] == 200" - "[BODY].status == UP" @@ -208,8 +208,8 @@ services: - type: twilio enabled: true failure-threshold: 5 - description: "healthcheck failed 5 times in a row" send-on-resolved: true + description: "healthcheck failed 5 times in a row" conditions: - "[STATUS] == 200" - "[BODY].status == UP" @@ -245,8 +245,8 @@ alerting: } services: - name: twinnation - interval: 30s url: "https://twinnation.org/health" + interval: 30s alerts: - type: custom enabled: true