Update hpssa.chart.py (#17294)
MetricVoid committed
Apr 1, 2024 at 03:07 UTC
8cbb11dd4103d65a3662f8485e042ea3dd6e7c98
1 file changed
+1
-1
src/collectors/python.d.plugin/hpssa/hpssa.chart.py
+1
-1
@@ -86,7 +86,7 @@ ignored_sections_regex = re.compile(
86
Physical[ ]Drives
87
| None[ ]attached
88
| (?:Expander|Enclosure|SEP|Port[ ]Name:)[ ].+
89
- | .+[ ]at[ ]Port[ ]\S+,[ ]Box[ ]\d+,[ ].+
89
+ | .+[ ]at[ ]Port[ ]\S+,[ ]Box[ ]\d+(\s\(Index[ ]\d+\))?,[ ].+
90
| Mirror[ ]Group[ ]\d+:
91
$
92
''',