]> arthur.barton.de Git - netdata.git/commitdiff
Merge branch 'master' of https://github.com/paulfantom/netdata
authorpaulfantom <paulfantom@gmail.com>
Wed, 8 Jun 2016 10:29:21 +0000 (12:29 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 8 Jun 2016 10:29:21 +0000 (12:29 +0200)
charts.d/sensors.chart.sh

index 6b280200f30caac8569e24824570d83f499c2b5f..0d534b9a7ba5b415f2803e852ea07600625aaf25 100755 (executable)
@@ -81,6 +81,7 @@ sensors_check_temp_type() {
                v="$( cat $t )"
                v=$(( v + 1 - 1 ))
                [ $v -ne 0 ] && echo "$f" && continue
+               excluded=
 
                echo >&2 "$PROGRAM_NAME: sensors: $f is disabled"
        done