summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMetricVoid <21335640+Metric-Void@users.noreply.github.com>2024-04-01 03:07:04 -0400
committerGitHub <noreply@github.com>2024-04-01 10:07:04 +0300
commit8cbb11dd4103d65a3662f8485e042ea3dd6e7c98 (patch)
tree7d48a27eec538664f310d0f31ca564ea3656cce8
parent2c5c9af0595e8b652728c2091092d12f1f1e645d (diff)
Update hpssa.chart.py (#17294)
-rw-r--r--src/collectors/python.d.plugin/hpssa/hpssa.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectors/python.d.plugin/hpssa/hpssa.chart.py b/src/collectors/python.d.plugin/hpssa/hpssa.chart.py
index 66be00837c..449c2bcad4 100644
--- a/src/collectors/python.d.plugin/hpssa/hpssa.chart.py
+++ b/src/collectors/python.d.plugin/hpssa/hpssa.chart.py
@@ -86,7 +86,7 @@ ignored_sections_regex = re.compile(
Physical[ ]Drives
| None[ ]attached
| (?:Expander|Enclosure|SEP|Port[ ]Name:)[ ].+
- | .+[ ]at[ ]Port[ ]\S+,[ ]Box[ ]\d+,[ ].+
+ | .+[ ]at[ ]Port[ ]\S+,[ ]Box[ ]\d+(\s\(Index[ ]\d+\))?,[ ].+
| Mirror[ ]Group[ ]\d+:
$
''',