99 lines
2.5 KiB
YAML
99 lines
2.5 KiB
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: "prometheus"
|
|
static_configs:
|
|
- targets: ["prometheus:9090"]
|
|
|
|
- job_name: "homelab-node"
|
|
static_configs:
|
|
- targets: ["100.67.40.126:9100"]
|
|
|
|
- job_name: "raspberry-pis"
|
|
static_configs:
|
|
- targets: ["100.77.151.40:9100"] # pi-5
|
|
- targets: ["100.123.246.75:9100"] # pi-5-kevin
|
|
|
|
- job_name: "setillo-node"
|
|
static_configs:
|
|
- targets: ["100.125.0.20:9100"]
|
|
|
|
- job_name: "setillo-snmp"
|
|
metrics_path: /snmp
|
|
params:
|
|
module: [synology]
|
|
auth: [snmpv3]
|
|
target: ["127.0.0.1"]
|
|
static_configs:
|
|
- targets: ["100.125.0.20:9116"]
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
replacement: "127.0.0.1"
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
replacement: "100.125.0.20"
|
|
- target_label: __address__
|
|
replacement: "100.125.0.20:9116"
|
|
|
|
- job_name: "calypso-node"
|
|
static_configs:
|
|
- targets: ["100.103.48.78:9100"]
|
|
|
|
- job_name: "calypso-snmp"
|
|
metrics_path: /snmp
|
|
params:
|
|
module: [synology]
|
|
auth: [snmpv3]
|
|
target: ["127.0.0.1"]
|
|
static_configs:
|
|
- targets: ["100.103.48.78:9116"]
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
replacement: "127.0.0.1"
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
replacement: "100.103.48.78"
|
|
- target_label: __address__
|
|
replacement: "100.103.48.78:9116"
|
|
|
|
- job_name: "atlantis-node"
|
|
static_configs:
|
|
- targets: ["100.83.230.112:9100"]
|
|
|
|
- job_name: "atlantis-snmp"
|
|
metrics_path: /snmp
|
|
params:
|
|
module: [synology]
|
|
auth: [snmpv3]
|
|
target: ["127.0.0.1"]
|
|
static_configs:
|
|
- targets: ["100.83.230.112:9116"]
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
replacement: "127.0.0.1"
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
replacement: "100.83.230.112"
|
|
- target_label: __address__
|
|
replacement: "100.83.230.112:9116"
|
|
|
|
- job_name: "concord-nuc-node"
|
|
static_configs:
|
|
- targets: ["100.72.55.21:9100"]
|
|
|
|
- job_name: "truenas-node"
|
|
static_configs:
|
|
- targets: ["100.75.252.64:9100"]
|
|
|
|
- job_name: "vmi2076105-node"
|
|
static_configs:
|
|
- targets: ["100.99.156.20:9100"]
|
|
|
|
- job_name: "proxmox-node"
|
|
static_configs:
|
|
- targets: ["100.87.12.28:9100"]
|