From f7c2905aa4f0f3a313be571651b65be461c4d061 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Thu, 17 Sep 2020 23:15:59 -0400 Subject: [PATCH] Minor update --- docs/pagerduty-integration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pagerduty-integration-guide.md b/docs/pagerduty-integration-guide.md index 57e5fab9..ec6037c9 100644 --- a/docs/pagerduty-integration-guide.md +++ b/docs/pagerduty-integration-guide.md @@ -110,8 +110,8 @@ services: ``` The sample above will do the following: -- Send a request to the **https://twinnation.org/health** (`services[].url`) specified every **30s** (`services[].interval`) -- Evaluate the conditions that mark this service as "healthy" +- Send a request to the `https://twinnation.org/health` (`services[].url`) specified every **30s** (`services[].interval`) +- Evaluate the conditions to determine whether the service is "healthy" or not - **If all conditions are not met 3 (`services[].alerts[].failure-threshold`) times in a row**: Gatus will create a new incident - **If, after an incident has been triggered, all conditions are met 5 (`services[].alerts[].success-threshold`) times in a row _AND_ `services[].alerts[].send-on-resolved` is set to `true`**: Gatus will resolve the triggered incident