mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 08:56:18 +00:00
cleaning
This commit is contained in:
16
Grafana-Monitoring/Part-2/prometheus.yml
Normal file
16
Grafana-Monitoring/Part-2/prometheus.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# my global config
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 30s
|
||||
body_size_limit: 15MB
|
||||
sample_limit: 1500
|
||||
target_limit: 30
|
||||
label_limit: 30
|
||||
label_name_length_limit: 200
|
||||
label_value_length_limit: 200
|
||||
# scrape_timeout is set to the global default (10s).
|
||||
|
||||
scrape_configs:
|
||||
- job_name: crowdsec_myMachine
|
||||
static_configs:
|
||||
- targets: ["192.168.7.114:6060"] # change this to your crowdsec IP. Be sure to enable port 6060 first
|
Reference in New Issue
Block a user