WIP: prometheus-ipmi-exporter #63

Draft
pz2891 wants to merge 17 commits from prometheus-ipmi-exporter into master
3 changed files with 2 additions and 7637 deletions
Showing only changes of commit 74ca9c8622 - Show all commits

1
hosts
View file

@ -57,7 +57,6 @@ synapse.adm.auro.re
wikijs.adm.auro.re
www.adm.auro.re
proxy-ovh.adm.auro.re
matrix-services.adm.auro.re
[ovh_vm]
serge.adm.auro.re

View file

@ -164,7 +164,7 @@
# Prometheus targets.json
prometheus_targets:
- targets: |
{{ groups['ovh_pve'] + groups['ovh_vm'] | list | sort }}
{{ groups['ovh_pve'] + groups['ovh_vm'] + groups['ovh_container'] | list | sort }}
prometheus_postgres_targets:
- targets:
- bdd-ovh.adm.auro.re
@ -205,6 +205,6 @@
# Monitor all hosts
- hosts: all,!edc_unifi,!fleming_unifi,!pacaterie_unifi,!gs_unifi,!rives_unifi,!aurore_testing_vm,!ovh_container
- hosts: all,!edc_unifi,!fleming_unifi,!pacaterie_unifi,!gs_unifi,!rives_unifi,!aurore_testing_vm
roles:
- prometheus_node

7634
xxx.log

File diff suppressed because one or more lines are too long