Skip to content

Commit fcd6fcb

Browse files
committed
docs/Telegraf: small fixes
1 parent 162f447 commit fcd6fcb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/Containers/Telegraf.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ The first time you launch the Telegraf container, the following structure will b
185185
```
186186
~/IOTstack/volumes/telegraf
187187
├── [drwxr-xr-x root ] additions
188-
│   ├── [-rw-r--r-- root ] inputs.docker.conf
189188
│   └── [-rw-r--r-- root ] inputs.mqtt_consumer.conf
190189
├── [-rw-r--r-- root ] telegraf.conf
191190
└── [-r--r--r-- root ] telegraf-reference.conf
@@ -204,7 +203,7 @@ The file:
204203
- is created by removing all comment lines and blank lines from `telegraf-reference.conf`, leaving only the "active" configuration options, and then adding options necessary for IOTstack.
205204
- is less than 30 lines and is significantly easier to understand than `telegraf-reference.conf`.
206205

207-
* `inputs.docker.conf` – see [Applying optional additions](#optionalAdditions) below.
206+
* `inputs.mqtt_consumer.conf` – see [Applying optional additions](#optionalAdditions) below.
208207

209208
The intention of this structure is that you:
210209

@@ -227,7 +226,7 @@ $ docker-compose restart telegraf
227226
``` console
228227
$ echo $(cat /boot/cmdline.txt) cgroup_memory=1 cgroup_enable=memory | sudo tee /boot/cmdline.txt
229228
```
230-
* `inputs.cpu_temp.conf' collects cpu temperature.
229+
* `inputs.cpu_temp.conf` collects cpu temperature.
231230

232231
### <a name="optionalAdditions"></a>Applying optional additions
233232

0 commit comments

Comments
 (0)