Add gateway job to prometheus
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
global:
|
global:
|
||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
evaluation_interval: 15s
|
evaluation_interval: 15s
|
||||||
|
|
||||||
rule_files:
|
rule_files:
|
||||||
@@ -9,4 +9,7 @@ rule_files:
|
|||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9090']
|
- targets: ["localhost:9090"]
|
||||||
|
- job_name: gateway
|
||||||
|
static_configs:
|
||||||
|
- targets: ["openwrt.malcolms.xyz:9100"]
|
||||||
|
|||||||
Reference in New Issue
Block a user