add prometheus config

main
Nick Rondeau 3 years ago
parent f8e643c720
commit f9fe6869be

@ -0,0 +1,12 @@
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
Loading…
Cancel
Save