init prometheus监控配置文件
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets:
|
||||
- "10.150.117.190:9093"
|
||||
rule_files:
|
||||
- "/etc/prometheus/rules/*.yml"
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "cnszipa01"
|
||||
static_configs:
|
||||
- targets: ["10.152.10.118:9100"]
|
||||
- job_name: "cnxaipa01"
|
||||
static_configs:
|
||||
- targets: ["10.153.10.30:9100"]
|
||||
- job_name: "cnxanis01"
|
||||
static_configs:
|
||||
- targets: ["10.153.10.200:9100"]
|
||||
- job_name: "cnshipanfs01"
|
||||
static_configs:
|
||||
- targets: ["10.150.10.83:9100"]
|
||||
- job_name: "nsschina2"
|
||||
static_configs:
|
||||
- targets: ["10.150.111.240:9100"]
|
||||
- job_name: 'veeam-builtin'
|
||||
static_configs:
|
||||
- targets: ['10.150.117.224:9182']
|
||||
scrape_interval: 60s
|
||||
- job_name: 'pushgateway'
|
||||
static_configs:
|
||||
- targets: ['10.150.117.190:9091']
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets: ["10.150.117.190:9100"]
|
||||
- job_name: "nsschina"
|
||||
static_configs:
|
||||
- targets: ["10.150.10.180:9100"]
|
||||
- job_name: "cnshipa01"
|
||||
static_configs:
|
||||
- targets: ["10.150.10.81:9100"]
|
||||
Reference in New Issue
Block a user