ipmi: Exclude more sensors
Since there is a lot of sensors that are giving false positives inside
the IPMI exporter, this increases the list of exclusions.
Sem-Ver: bugfix
Change-Id: I4e296daa7e9c1e97e51a971498e27e1315ccffd2
diff --git a/releasenotes/notes/ipmi-exclude-more-sensors-ac10186184d368c6.yaml b/releasenotes/notes/ipmi-exclude-more-sensors-ac10186184d368c6.yaml
new file mode 100644
index 0000000..21cf17a
--- /dev/null
+++ b/releasenotes/notes/ipmi-exclude-more-sensors-ac10186184d368c6.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - Include more IPMI sensors which are generally not reporting clean results
+ for Dell systems.
diff --git a/roles/ipmi_exporter/defaults/main.yml b/roles/ipmi_exporter/defaults/main.yml
index 220de6d..7530b07 100644
--- a/roles/ipmi_exporter/defaults/main.yml
+++ b/roles/ipmi_exporter/defaults/main.yml
@@ -18,7 +18,22 @@
modules:
default:
collectors: ["bmc", "ipmi", "chassis", "sel"]
- exclude_sensor_ids: [42, 50, 52, 54, 82, 164, 168]
+ exclude_sensor_ids:
+ - 42
+ - 45 # Entity Presence (Dell PowerEdge servers)
+ - 48 # Entity Presence (Dell PowerEdge servers)
+ - 49 # BP0 Presence (Dell PowerEdge servers)
+ - 50
+ - 51 # BP2 Presence (Dell PowerEdge servers)
+ - 52
+ - 54
+ - 82
+ - 164
+ - 168
+ - 178 # TPM Presence (Dell PowerEdge servers)
+ - 180 # TPM Presence (Dell PowerEdge servers)
+ - 182 # Entity Presence (Dell PowerEdge servers)
+ - 185 # Entity Presence (Dell PowerEdge servers)
# ]]]
# .. envvar:: ipmi_exporter_image_repository [[[