Alexander Zobnin
|
70503a0647
|
Fixed lodash migration issues after upgrade to 4.x.
Moved: _.contains -> _.includes
_.object -> _.zipObject
_.first - replaced by native slice()
|
2016-09-17 22:33:19 +03:00 |
|
Alexander Zobnin
|
74503655bd
|
Fixed missed lodash indexBy() after upgrade to 4.x.
|
2016-09-15 22:14:26 +03:00 |
|
Alexander Zobnin
|
4d6a0451b7
|
Merge pull request #262 from xiaohuiz/expand-trigger-description
enable expanding MACRO in trigger descriptions
|
2016-08-31 20:17:41 +03:00 |
|
Tom Zhang
|
0e5cd2efba
|
enable expanding MACRO in trigger descriptions
|
2016-08-24 13:08:46 +09:30 |
|
Alexander Zobnin
|
e64ae98378
|
Add trend using tests. Use sinon for checking functions calls.
|
2016-08-14 14:53:40 +03:00 |
|
Alexander Zobnin
|
d247fc8a99
|
Initial unit tests (using Mocha and Chai asserts).
|
2016-08-14 11:58:53 +03:00 |
|
Alexander Zobnin
|
2882a48f25
|
Support template variables in functions, fixes #205.
|
2016-08-13 20:28:24 +03:00 |
|
Alexander Zobnin
|
f3f308d7e2
|
Datasource refactor.
|
2016-08-13 18:41:19 +03:00 |
|
Alexander Zobnin
|
ca5bd47544
|
Removed unused logging.
|
2016-08-13 15:52:10 +03:00 |
|
Alexander Zobnin
|
a22ad010a6
|
Use history for text data queries, fixes #250.
|
2016-08-13 10:05:48 +03:00 |
|
Alexander Zobnin
|
24969cd560
|
Acknowledges: use tooltip instead inner table.
|
2016-07-31 12:53:35 +03:00 |
|
Alexander Zobnin
|
4fbaf14dc6
|
Merge branch 'master' of https://github.com/xiaohuiz/grafana-zabbix into xiaohuiz-master
|
2016-07-30 18:03:16 +03:00 |
|
Alexander Zobnin
|
e4eea7f21d
|
Fixed docs url in function editor.
|
2016-07-19 23:10:28 +03:00 |
|
Tom Zhang
|
7842f468d4
|
add acknowledge trigger event function.
|
2016-07-14 11:10:48 +09:30 |
|
Alexander Zobnin
|
fa363f8a4e
|
Move query options to top of metric functions.
|
2016-07-03 09:59:59 +03:00 |
|
Alexander Zobnin
|
5398d3f294
|
Fix #233 - auto wrap template variable with /^ $/
|
2016-07-03 09:51:22 +03:00 |
|
Alexander Zobnin
|
e436479a96
|
Fixed bug with sumSeries() and series with 0 values.
|
2016-06-19 23:14:50 +03:00 |
|
Alexander Zobnin
|
a03c5ba092
|
Update metrics when item selected from dropdown.
|
2016-06-19 22:23:20 +03:00 |
|
Alexander Zobnin
|
c3da65e237
|
Resolved #201 - add scale() function.
|
2016-06-19 20:14:14 +03:00 |
|
Alexander Zobnin
|
744ffa0721
|
Fixed new query options.
|
2016-04-28 19:56:55 +03:00 |
|
Alexander Zobnin
|
a22aeb12f9
|
Renamed query editor modes.
|
2016-04-28 19:27:10 +03:00 |
|
Alexander Zobnin
|
69ad9f0f6e
|
Merge remote-tracking branch 'origin/master' into develop
Conflicts:
src/datasource-zabbix/partials/query.editor.html
src/datasource-zabbix/query.controller.js
|
2016-04-28 19:15:22 +03:00 |
|
Torkel Ödegaard
|
ed3abe8250
|
fix(): removed setting refId, handled by parent component
|
2016-04-28 12:13:21 +02:00 |
|
Torkel Ödegaard
|
53b1eae85f
|
feat(query editor): updated query editor to use new forms stle and outer query row component
|
2016-04-28 12:06:36 +02:00 |
|
Alexander Zobnin
|
6fbdc70e79
|
Improved query editor styles.
|
2016-04-26 23:42:50 +03:00 |
|
Alexander Zobnin
|
f6f6bc8338
|
Query options moved to separate section with show/hide function.
|
2016-04-26 22:53:53 +03:00 |
|
Alexander Zobnin
|
485e9335ef
|
Added aggregateBy() function with aggregation type as parameter.
|
2016-04-26 21:13:57 +03:00 |
|
Alexander Zobnin
|
8fa35230f4
|
datasource.js refactor.
|
2016-04-14 18:33:18 +03:00 |
|
Alexander Zobnin
|
fb24637364
|
Zabbix plugin refactor.
|
2016-04-14 12:55:23 +03:00 |
|
Alexander Zobnin
|
feb5033a0e
|
Fixed #196 - Exponential lag on auto-updating dashboards.
Disabled hosts and items cahching.
|
2016-04-13 23:40:39 +03:00 |
|
Alexander Zobnin
|
59b0f14465
|
Fixed #132 - support text items in template variables.
|
2016-04-12 15:28:02 +03:00 |
|
Alexander Zobnin
|
cdc6b96c41
|
Fixed #176 - Table panel issue with TextMode and multiple items.
|
2016-04-12 14:59:36 +03:00 |
|
Alexander Zobnin
|
e210150c82
|
Fixed building request for text metrics.
|
2016-04-12 14:29:12 +03:00 |
|
Alexander Zobnin
|
4ddfc4becf
|
replaceTemplateVars() refactor.
|
2016-04-12 13:33:36 +03:00 |
|
Alexander Zobnin
|
a9f86f38f2
|
Update metric suggestion when template variable was changed.
|
2016-04-12 13:29:54 +03:00 |
|
Alexander Zobnin
|
a6c2774334
|
Return only numeric or text items depend of editor mode.
|
2016-04-12 12:21:43 +03:00 |
|
Alexander Zobnin
|
49ea07451f
|
Fixed #191 - display host name for multiple metrics.
|
2016-04-11 23:12:38 +03:00 |
|
Alexander Zobnin
|
eb9722aef0
|
Iss #182 - fixed template variables inside regex.
|
2016-04-11 22:21:19 +03:00 |
|
Alexander Zobnin
|
44526229c7
|
Fixed #182 - templating bug with multi-value variables.
|
2016-04-07 22:52:50 +03:00 |
|
Alexander Zobnin
|
bd25815ba9
|
Show web items in query editor.
|
2016-04-06 20:13:24 +03:00 |
|
Alexander Zobnin
|
ff80967ffd
|
Fixed datasource config - allow empty password.
|
2016-04-06 20:09:19 +03:00 |
|
Alexander Zobnin
|
5f8ae7a0b7
|
Changed info urls (point to GitHub)
|
2016-04-04 20:57:16 +03:00 |
|
Alexander Zobnin
|
dad2515a69
|
Changed plugin ids (must started with user or organization name).
|
2016-04-04 20:55:28 +03:00 |
|
Alexander Zobnin
|
1b7abd5d37
|
Improved annotations fetching (use dashboard time interval for triggers getting).
|
2016-04-01 12:35:39 +03:00 |
|
Alexander Zobnin
|
f922c2fe6f
|
Fixed migration issue with 'All' host or item value.
|
2016-04-01 12:27:04 +03:00 |
|
Alexander Zobnin
|
75f4a8eeb4
|
Fixed triggers filtering by application.
|
2016-03-31 21:24:44 +03:00 |
|
Alexander Zobnin
|
f0f47a77ab
|
Merge branch 'app-zabbix' into develop
Conflicts:
src/datasource-zabbix/plugin.json
src/panel-triggers/plugin.json
|
2016-03-31 19:24:18 +03:00 |
|
Alexander Zobnin
|
c5a421c933
|
Added variables highlight in query editor.
|
2016-03-30 23:04:17 +03:00 |
|
Alexander Zobnin
|
2ffc5ca297
|
Improved regex highlighting in query editor (using custom css).
Removed unused fields from targets ('isRegex' and 'style').
|
2016-03-30 21:41:37 +03:00 |
|
Alexander Zobnin
|
98f77ee661
|
Fixed host name displaying (not worked in Zabbix 3.0).
|
2016-03-30 20:55:07 +03:00 |
|