Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alexander Zobnin
2017-03-05 14:20:05 +03:00
2 changed files with 13 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ service grafana-server restart
Using this way you can easy upgrade plugin just running
```sh
cd /var/lib/grafana/plugins/grafana-zabbix-app
cd /var/lib/grafana/plugins/grafana-zabbix
git pull
service grafana-server restart
```

View File

@@ -146,3 +146,15 @@ Examples:
```
setAlias(load)
```
### setAliasByRegex
```
setAliasByRegex(regex)
```
Returns part of the metric name matched by regex.
Examples:
```
setAlias(Zabbix busy [a-zA-Z]+)
```