blob: 0e9d2be07f24c77330a8fc844c42c15bdd6fcc71 [file] [log] [blame]
Mohammed Naser2144b342022-05-23 10:25:31 -04001---
2# .. vim: foldmarker=[[[,]]]:foldmethod=marker
3
4# .. Copyright (C) 2022 VEXXHOST, Inc.
5# .. SPDX-License-Identifier: Apache-2.0
6
7# Default variables
8# =================
9
10# .. contents:: Sections
11# :local:
12
13
14# .. envvar:: ipmi_exporter_config [[[
15#
16# Configuration for the IPMI exporter
17ipmi_exporter_config:
18 modules:
19 default:
20 collectors: ["bmc", "ipmi", "chassis", "sel"]
Mohammed Naserc61c87d2022-08-21 18:20:41 -040021 exclude_sensor_ids:
22 - 42
23 - 45 # Entity Presence (Dell PowerEdge servers)
24 - 48 # Entity Presence (Dell PowerEdge servers)
25 - 49 # BP0 Presence (Dell PowerEdge servers)
26 - 50
27 - 51 # BP2 Presence (Dell PowerEdge servers)
28 - 52
29 - 54
30 - 82
31 - 164
32 - 168
33 - 178 # TPM Presence (Dell PowerEdge servers)
34 - 180 # TPM Presence (Dell PowerEdge servers)
35 - 182 # Entity Presence (Dell PowerEdge servers)
36 - 185 # Entity Presence (Dell PowerEdge servers)
Mohammed Naser2144b342022-05-23 10:25:31 -040037
38 # ]]]