Closed tachtler closed 4 years ago
The reason is that Temperature_Celsius attribute is by default not being checked. You can see this in the debug output:
(debug) Temperature_Celsius not in raw check list (raw value: 37)
So you first need to add that attribute to the raw list by replacing the default raw list using -r
.
Note that the SMART self-assessment test will report, when the drive exceeds the "healthy" temperature. This will be picked up by the plugin and report critical. See https://www.claudiokuenzler.com/blog/881/hard-drive-high-temperature-causes-application-issues-latency for a real life example.
Hi Claudio,
thank you!
Klaus.
Hi,
first of all, thank you for writing check_smart.pl.
When I try to check the temperature the given argument will not be honored:
I would expect, that the temperature from
smartctl
(37° C) will be over the limit of 35° C an a WARNING should be displayed, BUT OK will be shown.See the
--debug
output below:Did I misunderstood something?
Thank you! Klaus.