Issue #6: Add Starlink monitoring.

This commit is contained in:
Jeff Geerling 2021-04-26 17:30:33 -05:00
parent dd23962805
commit 6fe6257a56
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@ scrape_configs:
static_configs: static_configs:
- targets: ['172.17.0.1:9924'] - 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' - job_name: 'ping'
metrics_path: /probe metrics_path: /probe
scrape_interval: 5s scrape_interval: 5s