Skip to content

Commit 1650180

Browse files
committed
add ddays.app job
1 parent 31c1cb2 commit 1650180

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansible/monitoring/roles/prometheus/files/prometheus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ scrape_configs:
2626
static_configs:
2727
- targets:
2828
- 193.198.39.243:9145
29+
30+
- job_name: ddays-exporter
31+
metrics_path: /api/metrics
32+
scheme: https
33+
static_configs:
34+
- targets:
35+
- days.dump.hr:443

0 commit comments

Comments
 (0)