Commit Graph

19 Commits

Author SHA1 Message Date
Alexander Zobnin
f04e19db69 Allow to use names with dot in template queries, fixes #254 2017-06-08 16:28:29 +03:00
Alexander Zobnin
201c969e13 refactor: use timeRange instead of from, to 2017-06-08 15:01:36 +03:00
Alexander Zobnin
889f33f45f refactor: collapse options in getTriggers() 2017-06-08 14:44:41 +03:00
Alexander Zobnin
fe455113d5 refactor: use constants instead magic values 2017-06-08 13:53:02 +03:00
Alexander Zobnin
3eb5dc49e6 refactor: extract isUseTrends() function 2017-06-08 13:20:43 +03:00
Alexander Zobnin
48d21837b4 Fix timeshift() function with multiple targets, closes #338 2017-05-16 12:02:49 +03:00
Alexander Zobnin
c5a20d4d56 add host name to multiple text metrics 2017-04-20 10:05:55 +03:00
Alexander Zobnin
e241a5f990 Able to use both time and range for trends config, #364 2017-04-18 15:14:32 +03:00
Alexander Zobnin
df1c3e7ef4 implement replaceAlias() function, #287 2017-04-17 13:28:00 +03:00
Alexander Zobnin
682be45901 Support ms resolution.
Patch from Jay Dawes <ajaxous@gmail.com>
2017-03-26 19:20:18 +03:00
Alexander Zobnin
abf979de4b Add Min severity option to datasource config. 2017-03-08 16:27:15 +03:00
Alexander Zobnin
56782494fd Move alerting functions into zabbixAlertingSrv. 2017-03-08 15:49:39 +03:00
Alexander Zobnin
f2896fe1e4 Add thresholds to panels from zabbix triggers. 2017-03-06 12:20:18 +03:00
Alexander Zobnin
2f385faa1b Fix panel alert state changing to OK. 2017-03-06 09:19:56 +03:00
Alexander Zobnin
ca63fbe5a3 Add option for alerting to data source config. 2017-03-05 14:14:05 +03:00
Alexander Zobnin
f805213b02 Initial alerting feature. This implementation doesn't use Grafana alerting,
instead it get triggers for particular metrics and sets panel's alert state.
2017-03-05 13:59:23 +03:00
Alexander Zobnin
5192e8648d Replace native map() and forEach() methods by lodash. 2017-03-05 10:09:47 +03:00
Alexander Zobnin
94c24e9be4 Fix templatig issue, when no values returned, closes #354 2017-02-11 16:26:23 +03:00
Alexander Zobnin
0b3f537341 Add dist/ directory to repo to correspond development guide.
http://docs.grafana.org/plugins/development/
2017-02-02 11:33:54 +03:00