You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
347 B
YAML

global:
scrape_interval: 5s
external_labels:
monitor: 'node'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['192.168.1.000'] ## Edit with the IP Address of the localhost
- job_name: 'node-exporter'
static_configs:
- targets: ['192.168.1.000:9100'] ## Edit with the IP Address of the localhost