Commit Graph

739 Commits (1b3c203a88725cb4cccfd6bbca4b15f842b5b132)

Author SHA1 Message Date
Chris Goller 1b3c203a88 Merge pull request #468 from influxdata/fix-layout-size
Update layouts to default to x/y/w/h of 4
2016-11-10 17:37:34 -06:00
Chris Goller 6d77e5475c Update layouts to default to x/y/w/h of 4 2016-11-10 17:29:16 -06:00
Andrew Watkins 3a1aa2c508 Merge pull request #466 from influxdata/redirect
Redirect with full path
2016-11-10 15:26:10 -08:00
Will Piers d2354b8e24 Redirect with full path 2016-11-10 15:09:45 -08:00
Nathan Haugo 79798e183c Merge pull request #464 from influxdata/apache-layout
Add apache layout with total accesses, req/s, bytes/s
2016-11-10 15:08:12 -08:00
nathan haugo afa2e21232 Clean up app names 2016-11-10 15:01:47 -08:00
Chris Goller a046fe0640 Merge pull request #463 from influxdata/fix-layout-format-round-9
Update ids and redis JSON format (extra {)
2016-11-10 16:58:49 -06:00
Chris Goller 6514fd4335 Add apache layout with total accesses, req/s, bytes/s 2016-11-10 16:53:14 -06:00
Chris Goller d62d34ad0b Update ids and redis JSON format (extra {) 2016-11-10 16:48:16 -06:00
Chris Goller 8a88733549 Merge pull request #459 from influxdata/regex-magic
Fix regex bug
2016-11-10 16:19:50 -06:00
Will Piers 7cb865762b Merge pull request #453 from influxdata/rename-things
Renamed a couple of alert headings
2016-11-10 14:14:59 -08:00
Will Piers b4a6feae70 Remove merge conflict code 2016-11-10 14:11:44 -08:00
Chris Goller 03c462b278 Merge pull request #460 from influxdata/no-system-plugin
Accomodate telegraf setups without system plugin
2016-11-10 16:11:06 -06:00
Nathan Haugo bc09077b50 Merge pull request #448 from influxdata/windows-host-list
Add windows metrics to host loading
2016-11-10 13:53:19 -08:00
Will Piers 88e0ecbcab Fix regex bug 2016-11-10 13:51:03 -08:00
Will Piers 3c7df654e4 Accomodate telegraf setups without system plugin 2016-11-10 13:30:44 -08:00
Chris Goller dc1e6bd63c Merge pull request #457 from influxdata/fix-layout-ids-format
Update layouts to use jq format and fix nsq ids
2016-11-10 15:14:44 -06:00
Chris Goller a88065f5e5 Fix nsq layout topic id 2016-11-10 15:13:17 -06:00
Chris Goller 89de653bd6 Fix k8s spelling 2016-11-10 15:07:04 -06:00
Chris Goller 1f01ab8b1c Update layouts to use jq format and fix nsq ids 2016-11-10 15:06:13 -06:00
Will Piers 716ba35fc5 Rename things with correct capitalization 2016-11-10 12:46:52 -08:00
Will Piers c80fdf6ee8 Rename things because Macs are dumb 2016-11-10 12:45:47 -08:00
Will Piers 5e300ef29b Renamed a couple of alert headings 2016-11-10 12:40:08 -08:00
Nathan Haugo 848ebb6fa1 Merge pull request #455 from influxdata/feature/redis-layout
Add redis layout
2016-11-10 12:35:09 -08:00
nathan haugo 77ad1a4dfb Add redis layout 2016-11-10 12:34:41 -08:00
Timothy J. Raymond 0b324ce988 Merge pull request #449 from influxdata/feature/tr-postgres-layout
Add PostgreSQL Layout
2016-11-10 15:30:46 -05:00
Tim Raymond b251bcf023 Postgres Layout Tweaks
There was an issue where rows returned weren't broken out by database,
so the graph became a sawtooth. Also, at @goller's recommendation, many
queries that were previously derivatives of 1m means are now derivatives
of the raw data, giving more precision.
2016-11-10 15:18:12 -05:00
Chris Goller 2764db6cb1 Merge pull request #452 from influxdata/fix-kapacitor-update
Fix #442 ; update tickscript to be disabled during script update followed by enable
2016-11-10 13:13:03 -06:00
Chris Goller c48bfe21b9 Fix #442 ; update tickscript to be disabled during script update followed by enable 2016-11-10 12:56:34 -06:00
Chris Goller 312254667b Merge pull request #451 from influxdata/feature/ga-remove-pw-todos
Remove password in cleartext TODOs
2016-11-10 12:26:53 -06:00
Chris Goller 311411107f Merge pull request #450 from influxdata/kapacitor-group-by
Update tickscript generation to use group by time as period.
2016-11-10 12:26:24 -06:00
gunnaraasen 950159ea47 Remove password in cleartext TODOs 2016-11-10 10:09:14 -08:00
Andrew Watkins bde97bf5a5 Merge pull request #427 from influxdata/kapacitor-redacted
Omit redacted kapacitor fields when updating config. Refactor alert-testing code to use the right API
2016-11-10 09:57:55 -08:00
Chris Goller ff3d319866 Update tickscript generation to use group by time as period.
Add httpOut node
Remove spurious variables
2016-11-10 11:35:26 -06:00
Tim Raymond 67fba0c56f Add PostgreSQL Layout
This adds graphs for monitoring rows returned, buffers used, any
conflicts/deadlocks, as well as the current queries per second.
2016-11-10 11:09:38 -05:00
Chris Goller c7025e2d7b Add windows metrics to host loading 2016-11-09 20:27:48 -06:00
Chris Goller 1868685ab6 Merge pull request #446 from influxdata/docs-cleanup
Remove all my old design documentation
2016-11-09 19:46:31 -06:00
Will Piers 9d59153a19 Remove unnecessary state 2016-11-09 17:02:44 -08:00
Will Piers e38c541e5c Omit redacted kapacitor fields when updating config. Refactor alert-testing code to use the right API 2016-11-09 16:55:33 -08:00
Will Piers 23744ca586 Send along the db and rp to AutoRefresh 2016-11-09 16:04:54 -08:00
Andrew Watkins 0489702f5e Merge pull request #443 from influxdata/fix-save-task-query-changes
Fix save task query changes
2016-11-09 15:50:38 -08:00
Chris Goller 86cb8e11bb Remove all my old design documentation 2016-11-09 17:43:15 -06:00
Nathan Haugo 7890a75b35 Merge pull request #415 from influxdata/feature/tr-focus-app
Add ability to focus apps for a host
2016-11-09 14:52:37 -08:00
Andrew Watkins 145f608985 Remove Alerta from alert options 2016-11-09 14:46:13 -08:00
Will Piers 90d1d4c7f0 Merge pull request #432 from influxdata/time-selection
Create new queries rather than reusing old ones
2016-11-09 14:42:26 -08:00
Andrew Watkins 170dd49c03 Copy changes 2016-11-09 14:20:31 -08:00
Andrew Watkins 390f060e9e Fix query not being saved on edit 2016-11-09 14:20:24 -08:00
Chris Goller 78c4f138c8 Merge pull request #441 from influxdata/nsq-layouts
Add nsq layouts
2016-11-09 16:18:23 -06:00
Andrew Watkins 6322125bd6 Merge pull request #438 from influxdata/rule-page-polish
Rule Page Polish Pt. 1
2016-11-09 14:10:04 -08:00
Chris Goller 61e9479a2a Add nsq layouts 2016-11-09 16:08:49 -06:00