]> arthur.barton.de Git - netdata.git/blobdiff - python.d/python_modules/lm_sensors.py
fixed sensors
[netdata.git] / python.d / python_modules / lm_sensors.py
index 4b111f5692216bbc234ed05da43c076a347478ac..106cf374e7b9c8ef6451aab2a0ef2080421bcb3f 100644 (file)
@@ -32,10 +32,10 @@ TYPE_DICT = {
     5: 'current',
     6: 'humidity',
     7: 'max_main',
-    10: 'vid',
-    11: 'intrusion',
-    12: 'max_other',
-    18: 'beep_enable'
+    16: 'vid',
+    17: 'intrusion',
+    18: 'max_other',
+    24: 'beep_enable'
 }
 
 class SensorsError(Exception):