Commit Graph

702 Commits (67fba0c56fbac9705fd80d75bbff189f5efe01d8)

Author SHA1 Message Date
Kevin Fitzpatrick 38af389ed8 Change Alert -> Name in the alerts table 2016-11-04 15:07:14 -07:00
Kevin Fitzpatrick 5dbac2063a Change Alerts to Alerting 2016-11-04 15:06:12 -07:00
Chris Goller 943e555630 Update tickscript to evaluate between [0-100] instead of [0-1] 2016-11-04 17:05:18 -05:00
Kevin Fitzpatrick d9cbd4ef91 Display time in iso string 2016-11-04 14:58:28 -07:00
Chris Goller 635d896e36 Merge pull request #364 from influxdata/feature/fix-kapa-lambda
Fix tickscript generation of lambda funcs with var fields.
2016-11-04 16:42:59 -05:00
Chris Goller b32274ac03 Fix lambda field strings to be double quoted 2016-11-04 16:35:12 -05:00
Chris Goller 12d22189c8 Fix tickscript generation of lambda funcs with var fields. 2016-11-04 16:28:28 -05:00
Kevin Fitzpatrick dcc2a2c162 Remove link from alert name on AlertsTable 2016-11-04 14:27:13 -07:00
Andrew Watkins 959e8fdd46 Merge pull request #363 from influxdata/feature/rules-index-#307
Make index page for Kapacitor Rules
2016-11-04 13:57:59 -07:00
Will Piers e835ab1925 Make index page for Kapacitor Rules 2016-11-04 13:51:09 -07:00
Jade McGough 4af725803e swap position of sources and alerts in side nav 2016-11-04 13:30:43 -07:00
Jade McGough 4722cc910c #304 - hide links in sources 2016-11-04 13:29:36 -07:00
Jade McGough 8ce3409530 #335 - reorder alerts table 2016-11-04 12:47:33 -07:00
nathan haugo 47162e96dc Add load, change h and w 2016-11-04 12:29:40 -07:00
Will Piers c89d0de7c0 Updated usage of API in HostPage 2016-11-04 12:19:20 -07:00
Will Piers 830c76893f Make series regex more strict 2016-11-04 12:08:51 -07:00
Nathan Haugo 2a1bb25f33 Merge pull request #360 from influxdata/feature/apps
Feature/apps
2016-11-04 12:04:56 -07:00
nathan haugo 5de04d7a82 Add cpu and memory, remove disk 2016-11-04 11:58:54 -07:00
Will Piers ef681e8cbd Mini refactor 2016-11-04 11:54:59 -07:00
nathan haugo 3fc51cc48a Add cpu and memory, remove disk 2016-11-04 11:53:28 -07:00
Will Piers 3430febec2 Merge pull request #328 from influxdata/manage-sources-polish
Manage Sources Polish
2016-11-04 11:52:50 -07:00
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