Issue #6: Add Starlink monitoring.
This commit is contained in:
parent
dd23962805
commit
6fe6257a56
|
@ -32,6 +32,15 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets: ['172.17.0.1:9924']
|
||||
|
||||
# This job config only works with my internet-pi configuration currently,
|
||||
# if you also have starlink enabled there. It will just error out by default
|
||||
# if you don't have Starlink. Someday I'll work on making this more
|
||||
# configurable...
|
||||
- job_name: 'starlink'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['172.17.0.1:9817']
|
||||
|
||||
- job_name: 'ping'
|
||||
metrics_path: /probe
|
||||
scrape_interval: 5s
|
||||
|
|
Loading…
Reference in New Issue