From a64c701f2809f697ee491b2562a1266eb3f5f5b5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 29 Sep 2020 14:08:22 +0530 Subject: [PATCH] Add files via upload --- sidekiq-dashboard.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sidekiq-dashboard.yaml diff --git a/sidekiq-dashboard.yaml b/sidekiq-dashboard.yaml new file mode 100644 index 0000000000..2697c836f5 --- /dev/null +++ b/sidekiq-dashboard.yaml @@ -0,0 +1,22 @@ +id: sidekiq-dashboard + +info: + name: sidekiq-dashboard + author: dhiyaneshDK + severity: medium + +requests: + - method: GET + path: + - "{{BaseURL}}/sidekiq" + + matchers-condition: and + matchers: + - type: word + words: + - Sidekiq + part: body + + - type: status + status: + - 200