Prometheus: Add Kuma Target
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-18 00:05:19 +02:00
parent 3e4e0d749e
commit 635da6b9cd
2 changed files with 427 additions and 415 deletions

View File

@ -44,3 +44,11 @@ scrape_configs:
scheme: https
static_configs:
- targets: [drone.tobiasmanske.de]
- job_name: 'uptime-kuma-job'
scrape_interval: 30s
scheme: https
static_configs:
- targets: [status.tobiasmanske.de]
basic_auth:
username: "{{ prometheus.scrape.kuma.user }}"
password: "{{ prometheus.scrape.kuma.password }}"