Chris Goller
a6ef15ee54
Add multiple dashboard stores to server
2017-12-19 10:07:07 -08:00
Chris Goller
f4fa08e36b
Fix kapacitor task panic where error condition was not checked
2017-11-07 11:42:40 -06:00
Chris Goller
1b6724122c
Add insecure ssl support to connect to kapacitor
2017-10-19 22:48:31 -05:00
Chris Goller
153028a830
Update Kapacitor rule POST/PUT to allow raw tickscripts without
...
queryConfig
2017-09-09 10:19:52 -05:00
Chris Goller
35248b8044
Update kapacitor AlertRule to containe most Kapacitor Task information
2017-09-09 10:19:52 -05:00
Chris Goller
d1007513cd
Update kapacitor rule response with dbrps, various dates, error, and executing.
2017-09-09 10:19:52 -05:00
Chris Goller
577403f16e
Update kapacitor client tests to use Task scheme
2017-09-09 10:19:52 -05:00
Chris Goller
bebe0f364a
WIP
2017-09-09 10:19:52 -05:00
Chris Goller
86366741fd
WIP
2017-09-09 10:19:52 -05:00
Tim Raymond
4bfd982a23
Update comment
...
Variable name changed. Improved clarity.
2017-08-18 16:44:04 -04:00
Tim Raymond
9b71477509
Switch KapacitorRulesGet to use Pagination
...
Kapacitor responses are paginated, and sometimes users have more than
the default 100 tasks that are returned from Kapacitor. This replaces
the previous Kapa client with one that automatically follows paginated
responses from Kapacitor's ListTasks endpoint and returns the full
response.
Tests for the KapacitorRulesGet endpoint had to be updated because they
did not account for "limit" and "offset", and so led to an infinite
loop with the paginated client. A correct kapacitor backend will not
have this behavior
2017-08-15 17:30:29 -04:00
Andrew Watkins
8e35b84ef9
Fix enable / disable bug
2017-06-20 11:08:39 -07:00
Chris Goller
d19f8062ec
Fix kapacitor PUT/POST returning request rather than response
2017-05-24 15:30:45 -07:00
Chris Goller
243286892f
Fix null queryConfig and add substantial test coverage to kapacitor
...
storage
2017-05-05 16:14:02 -05:00
Chris Goller
3821b1ccff
Update Kapacitor alerts to set queryConfig to null if not parsable.
2017-05-05 14:30:20 -05:00
Andrew Watkins
92bd5d10b4
Resolve conflicts
...
Conflicts:
ui/src/utils/influxql.js
2017-05-05 10:01:26 -07:00
Chris Goller
313f7e94ca
Update rawtext in queryconfig to be null and not omitempty
2017-04-07 17:32:10 -05:00
Chris Goller
95d8903144
Add ID for each kapacitor rule
2017-04-05 23:19:06 -05:00
Chris Goller
46f4f43692
Update kapacitors rule's to use AST and kapacitor directly
2017-04-05 20:04:42 -05:00
Chris Goller
a0352b1e7d
Add disable and enable to kapacitor alerts
2017-02-10 13:48:42 -06:00
Chris Goller
5ece74e90b
Fix #442 ; update tickscript to be disabled during script update followed by enable
2016-11-10 12:56:34 -06:00
Chris Goller
4c7a13b292
Update tickscript generation to use group by time as period.
...
Add httpOut node
Remove spurious variables
2016-11-10 11:35:26 -06:00
Chris Goller
cd98eb2433
Update kapacitor generator to match with frontend UI changes.
2016-11-03 19:52:13 -05:00
Chris Goller
f68491ce31
Add basic kapacitor task routes. Still need schema and storage
2016-11-03 19:52:13 -05:00
Chris Goller
b65c370811
Add kapacitor task creation/deletion/updating
2016-11-03 19:52:13 -05:00