@@ -391,7 +391,7 @@ input:
391
391
- name : CPU
392
392
id : cpu
393
393
description : |
394
- This plugin gather metrics on the system's CPUs.
394
+ This plugin gathers metrics about the system's CPUs.
395
395
introduced : v0.1.5
396
396
os_support : [freebsd, linux, macos, solaris, windows]
397
397
tags : [system]
@@ -499,11 +499,11 @@ input:
499
499
description : |
500
500
This plugin uses the [Docker Engine
501
501
API](https://docs.docker.com/engine/api) to gather metrics on running
502
- docker containers.
502
+ Docker containers.
503
503
504
504
> [!NOTE]
505
- > Please make sure Telegraf has sufficient permissions to access the
506
- > configured endpoint!
505
+ > Make sure Telegraf has sufficient permissions to access the
506
+ > configured endpoint.
507
507
introduced : v0.1.9
508
508
os_support : [freebsd, linux, macos, solaris, windows]
509
509
tags : [containers]
@@ -512,12 +512,12 @@ input:
512
512
description : |
513
513
This plugin uses the [Docker Engine
514
514
API](https://docs.docker.com/engine/api) to gather logs from running
515
- docker containers.
515
+ Docker containers.
516
516
517
517
> [!NOTE]
518
518
> This plugin works only for containers with the `local` or `json-file` or
519
519
> `journald` logging driver. Please make sure Telegraf has sufficient
520
- > permissions to access the configured endpoint!
520
+ > permissions to access the configured endpoint.
521
521
introduced : v1.12.0
522
522
os_support : [freebsd, linux, macos, solaris, windows]
523
523
tags : [containers, logging]
@@ -526,7 +526,7 @@ input:
526
526
description : |
527
527
This plugin uses the Dovecot [v2.1 stats
528
528
protocol](https://doc.dovecot.org/configuration_manual/stats/old_statistics/#old-statistics)
529
- to gather metrics on configured domains of
529
+ to gather metrics about configured domains of
530
530
[Dovecot](https://www.dovecot.org/) servers. You can use this plugin on
531
531
Dovecot up to and including version v2.3.x.
532
532
0 commit comments