Skip to content

Commit

Permalink
Two minor fixes for metrics related to disks
Browse files Browse the repository at this point in the history
CMK-21997

Change-Id: I1da35165822365ecddb4b9454c42a648761b97ef
  • Loading branch information
jherbel committed Feb 25, 2025
1 parent fa4d0d6 commit be10ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
name="harddrive_reallocated_events",
title=Title("Harddrive reallocated events"),
unit=UNIT_COUNTER,
color=metrics.Color.RED,
color=metrics.Color.DARK_YELLOW,
)
metric_harddrive_reallocated_sectors = metrics.Metric(
name="harddrive_reallocated_sectors",
Expand Down
2 changes: 1 addition & 1 deletion cmk/plugins/collection/graphing/standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@
)
metric_nvme_available_spare = metrics.Metric(
name="nvme_available_spare",
title=Title("Available Spare"),
title=Title("Available spare"),
unit=UNIT_PERCENTAGE,
color=metrics.Color.YELLOW,
)
Expand Down

0 comments on commit be10ec2

Please sign in to comment.