Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion http/exposed-panels/prometheus-exposed-panel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: prometheus-exposed-panel

info:
name: Prometheus Panel - Detect
author: organiccrap
author: organiccrap,jfbes
severity: info
description: Prometheus panel was detected.
classification:
Expand All @@ -17,9 +17,12 @@ http:
- method: GET
path:
- '{{BaseURL}}/graph'
- "{{BaseURL}}/prometheus/graph"

stop-at-first-match: true
matchers:
- type: word
part: body
words:
- '<title>Prometheus Time Series Collection and Processing Server</title>'

Expand Down