summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/ipmi/defaults/main.yml
blob: f455c78e3e0aebf03305a0f029bfee0e119fea07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# prometheus_exporter_ipmi_version:

prometheus_exporter_ipmi_modules:
  default:
    collectors: []
  #   collectors:
  #   - bmc
  #   - ipmi
  #   - chassis
  #   - dcmi
  #   - sel
  #   - sel-events
  #   - sm-lan-mode
  #   - bmc-watchdog
  #   exclude_sensor_ids:
  #   - 2
  #   - 29
  #   - 32
  # thatspecialhost:
  #   user: "some_user"
  #   pass: "secret_pw"
  #   privilege: "admin"
  #   driver: "LAN"
  #   collectors:
  #   - ipmi
  #   - sel
  #   custom_args:
  #     ipmi:
  #     - "--bridge-sensors"