diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 0cb8e77b4c..421125f5bb 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -12,13 +12,13 @@ It lists every host that is sending [Telegraf](https://github.com/influxdata/tel ![Host List](https://github.com/influxdata/chronograf/blob/master/docs/images/host-list-gs.png) -The Chronograf instance shown above is connected to two hosts (`telegraf-neverland` and `telegraf-narnia`). -The first host is using 0.23% of its total CPU and has a load of 0.00. +The Chronograf instance shown above is connected to two hosts (`telegraf-narnia` and `telegraf-neverland`). +The first host is using 0.43% of its total CPU and has a load of 0.00. It has one configured app: `system`. Apps are Telegraf [input plugins](https://github.com/influxdata/telegraf#input-plugins) that have dashboard templates in Chronograf. Click on the app on the `HOST LIST` page to access its dashboard template. -The dashboard offers [pre-canned](https://github.com/influxdata/chronograf/tree/master/canned) graphs of the input's data that are currently in InfluxDB. +The dashboard offers [pre-created](https://github.com/influxdata/chronograf/tree/master/canned) graphs of the input's data that are currently in InfluxDB. Here's the dashboard template for Telegraf's [system stats](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system) input plugin: ![System Graph Layout](https://github.com/influxdata/chronograf/blob/master/docs/images/system-layout-gs.gif) @@ -71,7 +71,7 @@ It supports three rule types: * Relative Rule - alert if the data change relative to the data in a different time range * Deadman Rule - alert if no data are received for the specified time range -The example above creates a simple threshold rule that sends an alert when `usage_idle` values are less than 86% within the past minute. +The example above creates a simple threshold rule that sends an alert when `usage_idle` values are less than 96%. Notice that the graph provides a preview of the target data and the configured rule boundary. Lastly, the `Alert Message` section allows you to personalize the alert message and select an alert endpoint. @@ -108,3 +108,4 @@ Chronograf-friendly alert rule. > * Currently, the Alerta TICKscript parser requires users to **paste** their existing TICKscript in the text input. The parser does not support manually entering or editing a TICKscript. * The parser requires users to whitespace delimit any services listed in the TICKscript's [`.services()` attribute](https://docs.influxdata.com/kapacitor/latest/nodes/alert_node/#alerta-services). +master \ No newline at end of file diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 5f4ce32b33..81be638090 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -242,7 +242,7 @@ There's no need to enter any information for the `Username` and `Password` input Finally, click `Connect Kapacitor`. If Kapacitor successfully connects you'll see an -[Alert Endpoints](https://docs.influxdata.com/kapacitor/v1.0/nodes/alert_node/) +Configure [Alert Endpoints](https://docs.influxdata.com/kapacitor/v1.0/nodes/alert_node/) section below the `Connection Details` section: ![Alert Endpoints](https://github.com/influxdata/chronograf/blob/master/docs/images/alert-endpoints.png) diff --git a/docs/images/alert-endpoints.png b/docs/images/alert-endpoints.png index 154c471b2e..de79a8086b 100644 Binary files a/docs/images/alert-endpoints.png and b/docs/images/alert-endpoints.png differ diff --git a/docs/images/alert-view-gs.png b/docs/images/alert-view-gs.png index 212e731156..09d0fbd6d4 100644 Binary files a/docs/images/alert-view-gs.png and b/docs/images/alert-view-gs.png differ diff --git a/docs/images/configure-kapacitor.png b/docs/images/configure-kapacitor.png index ad30e7a60b..9392c01d6f 100644 Binary files a/docs/images/configure-kapacitor.png and b/docs/images/configure-kapacitor.png differ diff --git a/docs/images/data-exploration-extras-gs.png b/docs/images/data-exploration-extras-gs.png index 403e3d9929..220dc77fe5 100644 Binary files a/docs/images/data-exploration-extras-gs.png and b/docs/images/data-exploration-extras-gs.png differ diff --git a/docs/images/example-rule-gs.png b/docs/images/example-rule-gs.png index 83e2a56cf3..bfe9f9ef17 100644 Binary files a/docs/images/example-rule-gs.png and b/docs/images/example-rule-gs.png differ diff --git a/docs/images/group-by-usecase.png b/docs/images/group-by-usecase.png index a773abe1f5..83ed0ec4a4 100644 Binary files a/docs/images/group-by-usecase.png and b/docs/images/group-by-usecase.png differ diff --git a/docs/images/host-list-gs.png b/docs/images/host-list-gs.png index ef78eddb17..020f325a09 100644 Binary files a/docs/images/host-list-gs.png and b/docs/images/host-list-gs.png differ diff --git a/docs/images/host-list-usecase.png b/docs/images/host-list-usecase.png index e0b157e908..2d552087c8 100644 Binary files a/docs/images/host-list-usecase.png and b/docs/images/host-list-usecase.png differ diff --git a/docs/images/host-list.png b/docs/images/host-list.png index 9a4a85e9c8..28e6fa62a0 100644 Binary files a/docs/images/host-list.png and b/docs/images/host-list.png differ diff --git a/docs/images/system.png b/docs/images/system.png index 383305323b..7e4fed0f2c 100644 Binary files a/docs/images/system.png and b/docs/images/system.png differ diff --git a/docs/images/template-dashboard-usecase.png b/docs/images/template-dashboard-usecase.png index 256cb4d917..052d2ad545 100644 Binary files a/docs/images/template-dashboard-usecase.png and b/docs/images/template-dashboard-usecase.png differ