19 lines
424 B
YAML
19 lines
424 B
YAML
|
|
scrape_configs:
|
||
|
|
- job_name: "ptp-linux"
|
||
|
|
scrape_interval: 10s
|
||
|
|
static_configs:
|
||
|
|
- targets:
|
||
|
|
- GrandMaster:9559
|
||
|
|
- BoundaryClock:9559
|
||
|
|
- server-a:9559
|
||
|
|
- server-b:9559
|
||
|
|
|
||
|
|
# nexus_ptp_exporter.py runs on a Linux monitoring host and polls NYATER via SSH.
|
||
|
|
- job_name: "ptp-nexus"
|
||
|
|
scrape_interval: 15s
|
||
|
|
static_configs:
|
||
|
|
- targets:
|
||
|
|
- prometheus-host:9560
|
||
|
|
|
||
|
|
|