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
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: jekyll/_cci2/monitoring.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79,19 +79,22 @@ After saving you can *verify* that metrics are forwarding by going to the DataDo
79
79
80
80
Custom Metrics via Telegraf configuration file is an alternative to the predefined CloudWatch and Datadog metric sections above. It can also be used instead of those sections for more fine grained control.
Configuration options are based on Telegraf's documented output plugins. See their documentation [here](https://github.com/influxdata/telegraf#output-plugins).
85
87
86
88
For example, if you would like to use the InfluxDB Output Plugin you would need to follow these steps;
87
89
1. SSH into the Servics Machine
88
-
2. cd `/etc/circleconfig/telegraf/influxdb.conf
89
-
3. Adding the desired ouputs, e.g. ```
90
+
2. cd `/etc/circleconfig/telegraf/influxdb.conf`
91
+
3. Adding the desired ouputs, for example
92
+
```
90
93
[[output.influxdb]]
91
94
url = "http://52.67.66.155:8086"
92
95
database = "testdb"
93
-
'''
94
-
4.`docker restart telegraf` to restart the container to load or reload any changes.
96
+
```
97
+
4.Run `docker restart telegraf` to restart the container to load or reload any changes.
95
98
96
99
You may check the logs by running `docker logs -f telegraf` to confirm your output provider (e.g. influx) is listed in the configured outputs.
0 commit comments