Update Grafana

pull/532/head^2
Nicolargo 2015-03-16 15:25:07 +01:00
parent 632faeb102
commit 4d92bdfb7c
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@
"function": "mean",
"column": "wlan0.tx",
"series": "network",
"query": "select mean(wlan0.tx) from \"network\" where $timeFilter group by time($interval) order asc",
"query": "select mean(wlan0.tx*-1) from \"network\" where $timeFilter group by time($interval) order asc",
"alias": "Tx"
}
],