From c7af44bcb03bcb3c68f90db18017cb6aa66b60ca Mon Sep 17 00:00:00 2001 From: TwiN Date: Thu, 28 Sep 2023 18:15:14 -0400 Subject: [PATCH] fix: Get rid of unnecessary new endpoint --- config.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config.yaml b/config.yaml index 7fa022ea..ee49818f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,17 +1,4 @@ endpoints: - - name: ssh - group: core - url: "ssh://example.org" - ssh: - username: "example" - password: "example" - body: | - { - "command": "uptime" - } - interval: 1m - conditions: - - "[STATUS] == 0" - name: front-end group: core url: "https://twin.sh/health"