We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278ef61 commit a349fc2Copy full SHA for a349fc2
main.py
@@ -108,7 +108,8 @@ def get_metrics():
108
timeout=2,
109
)
110
if "SMART support is: Unavailable" in result.stdout:
111
- # Skip non-physical/virtual disks with no SMART support
+ # Skip non-physical/virtual disks with no SMART support
112
+ print(f"disk {dev} is not S.M.A.R.T enabled")
113
continue
114
115
if "STANDBY" in result.stdout:
0 commit comments