mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
p: fix openweather_: returned .label instead of .value for wind direction
This commit is contained in:
parent
ae13ec95c4
commit
f29c24554b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ cat <<- EOF
|
||||||
speed.value $WD_SPEED
|
speed.value $WD_SPEED
|
||||||
|
|
||||||
multigraph $plugin_name.wind_direction
|
multigraph $plugin_name.wind_direction
|
||||||
direction.label $WD_DIREC
|
direction.vaule $WD_DIREC
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue