From 69e1ace889cfee6963cc6506a5e96fb30cabac1b Mon Sep 17 00:00:00 2001 From: RedChops Date: Sat, 22 Apr 2017 19:29:00 -0400 Subject: [PATCH] Include missing SMART ids in the output (#120) --- snmp/smart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snmp/smart b/snmp/smart index 3dd273c..35e0599 100755 --- a/snmp/smart +++ b/snmp/smart @@ -280,6 +280,8 @@ while ( defined($disks[$int]) ) { ( $id == 183 ) || ( $id == 184 ) || ( $id == 187 ) || + ( $id == 196 ) || + ( $id == 197 ) || ( $id == 198 ) || ( $id == 199 ) || ( $id == 231 ) ||