1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Unify file encodings to UTF8

This commit is contained in:
Lars Kruse 2020-08-25 15:53:00 +02:00
parent 3674882662
commit 3bc9396918
21 changed files with 24 additions and 24 deletions

View file

@ -74,7 +74,7 @@ import pywbem
NS = 'root/cimv2'
sensor_data = {
2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'},
2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'},
3 : {'prefix':'volt', 'title':'Voltages', 'unit':'Volts'},
4 : {'prefix':'amp', 'title':'Current', 'unit':'Amps'},
5 : {'prefix':'fan', 'title':'Fans', 'unit':'RPM'}