refactoring secrets into a private repo
parent
0b59db1230
commit
134634d39e
@ -1,2 +0,0 @@
|
|||||||
FROM prom/prometheus
|
|
||||||
ADD prometheus.yml /etc/prometheus
|
|
@ -1,11 +0,0 @@
|
|||||||
global:
|
|
||||||
scrape_interval: 1m
|
|
||||||
scrape_timeout: 1m
|
|
||||||
scrape_configs:
|
|
||||||
- job_name: "host-metrics"
|
|
||||||
static_configs:
|
|
||||||
- targets: ["ndumas.com:9100"]
|
|
||||||
- job_name: "drone"
|
|
||||||
bearer_token: "7d1722be5d1fc370919e872faa2ad245"
|
|
||||||
static_configs:
|
|
||||||
- targets: ["drone.ndumas.com"]
|
|
Loading…
Reference in New Issue