diff --git a/exposed-panels/prometheus-alertmanager-exposed-panel.yaml b/exposed-panels/prometheus-alertmanager-exposed-panel.yaml index b7b07a7270..d7b94569b5 100644 --- a/exposed-panels/prometheus-alertmanager-exposed-panel.yaml +++ b/exposed-panels/prometheus-alertmanager-exposed-panel.yaml @@ -15,4 +15,4 @@ requests: matchers: - type: word words: - - 'Alertmanager' \ No newline at end of file + - 'Alertmanager' diff --git a/exposed-panels/prometheus-pushgateway-exposed-panel.yaml b/exposed-panels/prometheus-pushgateway-exposed-panel.yaml new file mode 100644 index 0000000000..31c8117172 --- /dev/null +++ b/exposed-panels/prometheus-pushgateway-exposed-panel.yaml @@ -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: + - 'Prometheus Pushgateway'