Initialize repository.
This commit is contained in:
9
prometheus.yml
Normal file
9
prometheus.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
global:
|
||||
scrape_interval: 10s
|
||||
external_labels:
|
||||
monitor: 'cs-home-monitor'
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['prometheus.lan']a
|
||||
|
||||
Reference in New Issue
Block a user