make prometheus less big
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
@@ -47,6 +47,10 @@ scrape_configs:
|
|||||||
# replacement: 'cyberbully:9100'
|
# replacement: 'cyberbully:9100'
|
||||||
# - target_label: host
|
# - target_label: host
|
||||||
# replacement: cyberbully
|
# replacement: cyberbully
|
||||||
|
metric_relabel_configs:
|
||||||
|
- source_labels: [__name__, state]
|
||||||
|
regex: 'node_systemd_unit_state;(activating|deactivating|inactive)'
|
||||||
|
action: drop
|
||||||
|
|
||||||
- job_name: 'node-exporters-vms'
|
- job_name: 'node-exporters-vms'
|
||||||
scheme: http
|
scheme: http
|
||||||
@@ -80,6 +84,10 @@ scrape_configs:
|
|||||||
- 'homeassistant13:9100'
|
- 'homeassistant13:9100'
|
||||||
|
|
||||||
#- 'k3s-awx:9100'
|
#- 'k3s-awx:9100'
|
||||||
|
metric_relabel_configs:
|
||||||
|
- source_labels: [__name__, state]
|
||||||
|
regex: 'node_systemd_unit_state;(activating|deactivating|inactive)'
|
||||||
|
action: drop
|
||||||
|
|
||||||
# # - job_name: 'node-exporters-lxc'
|
# # - job_name: 'node-exporters-lxc'
|
||||||
# # scheme: http
|
# # scheme: http
|
||||||
@@ -101,16 +109,16 @@ scrape_configs:
|
|||||||
# #- 'gpu-slut:9290'
|
# #- 'gpu-slut:9290'
|
||||||
|
|
||||||
# пиписа-экспортер
|
# пиписа-экспортер
|
||||||
- job_name: 'vdk2ch-pipisa-exporter'
|
# # - job_name: 'vdk2ch-pipisa-exporter'
|
||||||
scheme: http
|
# # scheme: http
|
||||||
static_configs:
|
# # static_configs:
|
||||||
- targets:
|
# # - targets:
|
||||||
- '192.168.0.55:9992'
|
# # - '192.168.0.55:9992'
|
||||||
relabel_configs:
|
# # relabel_configs:
|
||||||
- target_label: instance
|
# # - target_label: instance
|
||||||
replacement: 'cyberbully:9992'
|
# # replacement: 'cyberbully:9992'
|
||||||
- target_label: host
|
# # - target_label: host
|
||||||
replacement: cyberbully
|
# # replacement: cyberbully
|
||||||
|
|
||||||
- job_name: 'ceph-prometheus-modul'
|
- job_name: 'ceph-prometheus-modul'
|
||||||
scheme: http
|
scheme: http
|
||||||
@@ -206,8 +214,8 @@ scrape_configs:
|
|||||||
- 'semyon-0x04.guaranteedstruggle.host:9221'
|
- 'semyon-0x04.guaranteedstruggle.host:9221'
|
||||||
- 'semyon-0x05.guaranteedstruggle.host:9221'
|
- 'semyon-0x05.guaranteedstruggle.host:9221'
|
||||||
|
|
||||||
- job_name: 'pipisa-exporter'
|
# # - job_name: 'pipisa-exporter'
|
||||||
metrics_path: /
|
# # metrics_path: /
|
||||||
static_configs:
|
# # static_configs:
|
||||||
- targets:
|
# # - targets:
|
||||||
- 'pipisa.guaranteedstruggle.host:1337'
|
# # - 'pipisa.guaranteedstruggle.host:1337'
|
||||||
|
|||||||
Reference in New Issue
Block a user