From e7df4bd8b04068d6f6d43f5b990d6c3d0ba9a7a7 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Wed, 23 Mar 2022 11:28:17 -0500 Subject: [PATCH] [Heartbeat] Remove accidentally committed monitors.d directory from root (#30964) This was accidentally included in a previous commit and should not be in the project root. (cherry picked from commit 0c1b760eea1bd0c77bd029f3e10a320aae87ce88) --- monitors.d/plaintodos.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 monitors.d/plaintodos.yml diff --git a/monitors.d/plaintodos.yml b/monitors.d/plaintodos.yml deleted file mode 100644 index 5927ab74a0e..00000000000 --- a/monitors.d/plaintodos.yml +++ /dev/null @@ -1,12 +0,0 @@ -- name: Todos - id: todos - type: browser - enabled: true - schedule: "@every 3m" - tags: todos-app - params: - url: "https://elastic.github.io/synthetics-demo/" - source: - zip_url: - url: "https://github.com/elastic/synthetics-demo/archive/refs/heads/main.zip" - folder: "todos/synthetics-tests"