Merge remote-tracking branch 'remotes/origin/master'
This commit is contained in:
12
README.md
12
README.md
@@ -1,15 +1,18 @@
|
||||
# Grafana-Zabbix
|
||||
|
||||
## Zabbix API datasource for Grafana dashboard
|
||||
|
||||
[](https://money.yandex.ru/embed/shop.xml?account=41001684402290&quickpay=shop&payment-type-choice=on&writer=seller&targets=Grafana-Zabbix&targets-hint=&default-sum=100&button-text=04&comment=on&hint=Your+suggestions&mail=on&successURL=)
|
||||
|
||||
Read more in Grafana-Zabbix [wiki](https://github.com/alexanderzobnin/grafana-zabbix/wiki).
|
||||
|
||||
Display your Zabbix data directly in [Grafana](http://grafana.org) dashboards!
|
||||
|
||||

|
||||

|
||||
|
||||
Useful metric editor with host group and application filtering:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Installation
|
||||
@@ -58,7 +61,10 @@ If you use patch for trends support ([ZBXNEXT-1193](https://support.zabbix.com/b
|
||||
"trendsFrom": "7d",
|
||||
```
|
||||
|
||||
`trendsFrom` option define period when switch to trends from history.
|
||||
`trendsFrom` option define period when switch to trends from history. You can set the time in Grafana format: `7d` for 7 days or for example `2d` for 2 days. Valid time specificators are:
|
||||
`h` - hours
|
||||
`d` - days
|
||||
`M` - mounths
|
||||
|
||||
If you don't use trend patch, change `trends` to `false`:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user