Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -37,7 +37,7 @@ service grafana-server restart
|
|||||||
|
|
||||||
Using this way you can easy upgrade plugin just running
|
Using this way you can easy upgrade plugin just running
|
||||||
```sh
|
```sh
|
||||||
cd /var/lib/grafana/plugins/grafana-zabbix-app
|
cd /var/lib/grafana/plugins/grafana-zabbix
|
||||||
git pull
|
git pull
|
||||||
service grafana-server restart
|
service grafana-server restart
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -146,3 +146,15 @@ Examples:
|
|||||||
```
|
```
|
||||||
setAlias(load)
|
setAlias(load)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### setAliasByRegex
|
||||||
|
```
|
||||||
|
setAliasByRegex(regex)
|
||||||
|
```
|
||||||
|
|
||||||
|
Returns part of the metric name matched by regex.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
```
|
||||||
|
setAlias(Zabbix busy [a-zA-Z]+)
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user