feat(exposed-panel): Add Prometheus Pushgateway exposed panel template
parent
a74a70edad
commit
68b02887af
|
@ -0,0 +1,18 @@
|
||||||
|
id: prometheus-pushgateway-exposed-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Prometheus Pushgateway exposed panel
|
||||||
|
author: codexlynx
|
||||||
|
severity: low
|
||||||
|
description: Exposed Prometheus Pushgateway panel
|
||||||
|
tags: panel,prometheus,pushgateway
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<title>Prometheus Pushgateway</title>'
|
Loading…
Reference in New Issue