You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/monitoring.md
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -18,44 +18,43 @@ environment variables into the builder process.
18
18
To set environment variables create a file called `/etc/circle-installation-customizations`
19
19
with environment variable entries, for example, `export CIRCLE_OPTION_A=foo`.
20
20
21
-
## Basic System Monitoring
21
+
## Basic System Monitoring with CloudWatch
22
22
23
-
Enable the Cloudwatch by going to Replicated Admin > Settings > Enhanced AWS Integration (1.0 Only) > Enable Cloudwatch (e.g. https://example.com:8800/settings#enhanced_aws). **Note:** CloudWatch does **not** support monitoring of macOS containers.
23
+
Enable CloudWatch by going to Replicated Admin > Settings > Enhanced AWS Integration (1.0 Only) > Enable Cloudwatch, for example, `https://example.com:8800/settings#enhanced_aws`. **Note:** CloudWatch does **not** support monitoring of macOS containers.
24
24
25
-
CloudWatch already monitors the health and basic checks for the EC2 instances, for example, CPU, memory, disk space, and basic counts with alerts. Consider upgrading machine types for the Services instance or decrease the number of containers per container if CPU or memory become a bottleneck.
25
+
CloudWatch already monitors the health and basic checks for EC2 instances, for example, CPU, memory, disk space, and basic counts with alerts. Consider upgrading machine types for the Services instance or decrease the number of CPUs per container if CPU or memory become a bottleneck.
26
26
27
27
## Advanced System Monitoring
28
28
29
-
Enable the ability to forward system and docker metrics to supported platforms by going to Replicated Admin > Settings > Metrics (e.g. https://example.com:8800/settings#metrics) and clicking `Enable Metrics`.
29
+
Enable the ability to forward system and Docker metrics to supported platforms by going to Replicated Admin > Settings > Metrics, for example `https://example.com:8800/settings#metrics`. Then, click Enable Metrics.
You can verify that metrics are forward by going to the AWS CloudWatch console.
47
+
Verify that metrics are forwarding by going to the AWS CloudWatch console.
49
48
50
-
### Technical Details
51
-
Services VM Host and Docker metrics are forwarded via [Telegraf](https://github.com/influxdata/telegraf), a plugin-driven server agent for collecting & reporting metrics.
49
+
### Metrics Details
50
+
Services VM Host and Docker metrics are forwarded via [Telegraf](https://github.com/influxdata/telegraf), a plugin-driven server agent for collecting and reporting metrics.
52
51
53
-
The following are the metrics that have been enabled;
0 commit comments