Merge pull request #359 from v-zhuravlev/patch-1

Added setAliasByRegex to docs
This commit is contained in:
Alexander Zobnin
2017-02-16 09:46:17 +04:00
committed by GitHub

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]+)
```