Commit Graph

731 Commits (6514fd4335e9b365063eb49c887b75e3269448e4)

Author SHA1 Message Date
Will Piers 8c62144796 Use measurement, show app name on hosts page 2016-11-04 11:52:16 -07:00
Chris Goller b931d8d35e Merge pull request #359 from influxdata/bugfix/tr-mappings-names
Make /mappings use App Name instead of ID
2016-11-04 13:27:24 -05:00
Alex P 51a4517eff Fixing listing errors 2016-11-04 11:19:31 -07:00
Alex P 01ac1056ab Copy Changes, configure Kapacitor page is cleaner 2016-11-04 11:19:31 -07:00
Alex P 5e37b16473 Adding a little padding to the too of these 3 pages 2016-11-04 11:19:31 -07:00
Alex P 8b2732ad84 Updating manage influxdb sources
- Adjusted layout slightly
- Fancier checkbox
- Updated copy on create/edit/manage pages
2016-11-04 11:19:31 -07:00
Tim Raymond cb37de2d76 Make /mappings use App Name instead of ID
Due to developer confusion over nomenclature, the ID was used in lieu of
the Application property of `Layout`. `layout.Application` holds the
user-facing name for a particular layout, and is what should be paired
with a measurement name in the `/mappings` endpoint.

Before
------
```
% curl http://localhost:8888/chronograf/v1/mappings
{
   "mappings" : [
      {
         "name" : "18aed9a7-dc83-406e-a4dc-40d53049541a",
         "measurement" : "disk"
      }
   ]
}
```

After
-----
```
% curl http://localhost:8888/chronograf/v1/mappings
{
   "mappings" : [
      {
         "measurement" : "disk",
         "name" : "User Facing Application Name"
      }
   ]
}
```

Connect #326
2016-11-04 14:04:50 -04:00
Kevin Fitzpatrick 7db9e28823 Merge pull request #339 from influxdata/feature/223-configure-kapacitor-prompt
Kapacitor Prompt if missing
2016-11-04 10:52:51 -07:00
Andrew Watkins 737e339b67 Change tasks to rules 2016-11-04 09:36:08 -07:00
Andrew Watkins ef31c0a3f8 Merge branch 'develop' of github.com:influxdata/chronograf into develop 2016-11-04 08:43:59 -07:00
Ross McDonald a5d106c39b Merge pull request #323 from influxdata/feature/packaging
Add packaging scripts
2016-11-04 10:37:51 -05:00
Chris Goller d78623ce5d Merge pull request #349 from influxdata/feature/tasks-becomes-rules
Update tasks to be called rules
2016-11-04 10:30:23 -05:00
Will Piers 253f49b4c5 Fix syntax 2016-11-04 08:27:26 -07:00
Will Piers 9c8f2a1be2 Fix enabledAlerts bug and actually save a rule 2016-11-04 08:25:59 -07:00
Chris Goller 0ab6b8073f Update tasks to be called rules 2016-11-04 01:54:39 -05:00
Chris Goller 4b64726ef7 Merge pull request #347 from influxdata/feature/fix-tickscripts
Fix bolt scoping and minor kapacitor tickscript updates
2016-11-03 22:37:53 -05:00
Chris Goller ddf6e2154a Merge pull request #340 from influxdata/filter-alerts-from-sections
Filter out alerts from sections
2016-11-03 22:37:18 -05:00
Chris Goller c3bb854803 Fix bolt scoping and minor kapacitor tickscript updates 2016-11-03 22:25:41 -05:00
Andrew Watkins 6ce418e742 Merge branch 'develop' of github.com:influxdata/chronograf into develop 2016-11-03 20:12:34 -07:00
Chris Goller 6e9bbffe71 Merge pull request #342 from influxdata/feature/tickscripts
Feature/tickscripts
2016-11-03 20:48:54 -05:00
Chris Goller dd6da581df Update to store alert information in boltdb 2016-11-03 19:52:13 -05:00
Chris Goller 60baf46fb7 Update kapacitor generator to match with frontend UI changes. 2016-11-03 19:52:13 -05:00
Chris Goller b99c721fa3 Update triggerType to be a tag in the output of alerts 2016-11-03 19:52:13 -05:00
Chris Goller 723a673075 Update kapacitor scripts based on reviews 2016-11-03 19:52:13 -05:00
Chris Goller fcbc84c929 Add ticker and id generator to creation of new kapa alert 2016-11-03 19:52:13 -05:00
Chris Goller fe5700709d Add tasks routes to swagger doc and run through linter. 2016-11-03 19:52:13 -05:00
Chris Goller 1ff551b03d Add basic kapacitor task routes. Still need schema and storage 2016-11-03 19:52:13 -05:00
Chris Goller 8071717b65 Add kapacitor task creation/deletion/updating 2016-11-03 19:52:13 -05:00
Chris Goller 3679b8d741 Update tickscript lambda function generation to be sorted 2016-11-03 19:52:13 -05:00
Chris Goller 793b16a88c Add kapacitor as a build dependency 2016-11-03 19:52:13 -05:00
Chris Goller 0f737b21d2 Update kapacitor tick generation to validate with pipeline 2016-11-03 19:52:13 -05:00
Chris Goller 08c8ada14f Add kapacitor script generation 2016-11-03 19:52:13 -05:00
Chris Goller 476277f219 Add alert interface 2016-11-03 19:52:13 -05:00
Chris Goller b7437da989 Add kapacitor tickscript template generator for threshold, relative, deadman 2016-11-03 19:52:00 -05:00
Andrew Watkins 1b7292e3db Merge pull request #341 from influxdata/fix-linter-errors
Fix linter errors
2016-11-03 17:46:04 -07:00
Andrew Watkins 44efa19e0b Filter out alerts from sections 2016-11-03 17:41:17 -07:00
Andrew Watkins 0f722faf0c Fix linter errors 2016-11-03 17:38:54 -07:00
Kevin Fitzpatrick db410c8db7 As a user when viewing the alerts panel, if my source does not have a kapacitor i will be prompted to configure one 2016-11-03 16:10:35 -07:00
Nathan Haugo 48a52285f3 Merge pull request #330 from influxdata/feature/rule-creation-page
Feature/rule creation page
2016-11-03 16:06:52 -07:00
Andrew Watkins b550c0168b Refactor to kapacitor constants 2016-11-03 15:54:03 -07:00
Andrew Watkins 658d39dbc3 Add alerts to kapacitor rule 2016-11-03 15:54:03 -07:00
Andrew Watkins 94d54065f3 Introduce graph fill line for kapacitor rule 2016-11-03 15:54:03 -07:00
Andrew Watkins 0870bca16f Remove percentile if once is selected 2016-11-03 15:54:03 -07:00
Andrew Watkins 975a54ea64 Add kapacitor rule message to state 2016-11-03 15:54:03 -07:00
Andrew Watkins 6069c50da8 Kapacitor rules populated and updated with by redux 2016-11-03 15:54:03 -07:00
Andrew Watkins a26fa84633 Refine DE to work with Kapacitor rule creation 2016-11-03 15:54:03 -07:00
Andrew Watkins 65cb5c016e Build markup for values section 2016-11-03 15:54:03 -07:00
Andrew Watkins 965c20a031 Make query builder work in data section 2016-11-03 15:53:13 -07:00
Will Piers de16d84c0f Start reducer and actions for the Kapacitor tasks 2016-11-03 15:53:13 -07:00
Will Piers ffc623b63a Finish up the queryTransitions refactor 2016-11-03 15:53:13 -07:00