blob: 3b5e7766553aec8cef59c8027efa62117f2a0216 [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
vexxhost-bota0bbcb72024-04-10 20:27:45 -040030 - 57 # Entity Presence (Dell PowerEdge servers)
31 - 59 # Entity Presence (Dell PowerEdge servers)
Mohammed Naserc61c87d2022-08-21 18:20:41 -040032 - 82
vexxhost-bota0bbcb72024-04-10 20:27:45 -040033 - 89 # BP Presence (Dell PowerEdge servers)
34 - 90 # BP Presence (Dell PowerEdge servers)
Mohammed Naserc61c87d2022-08-21 18:20:41 -040035 - 164
vexxhost-bot3e100652024-04-24 16:18:03 -040036 - 167 # Entity Presence (Dell PowerEdge servers)
Mohammed Naserc61c87d2022-08-21 18:20:41 -040037 - 168
38 - 178 # TPM Presence (Dell PowerEdge servers)
39 - 180 # TPM Presence (Dell PowerEdge servers)
40 - 182 # Entity Presence (Dell PowerEdge servers)
41 - 185 # Entity Presence (Dell PowerEdge servers)
Mohammed Naser2144b342022-05-23 10:25:31 -040042
43 # ]]]