diff --git a/plugins/inputs/internal/README.md b/plugins/inputs/internal/README.md index 1f7fa645c..35e14c77d 100644 --- a/plugins/inputs/internal/README.md +++ b/plugins/inputs/internal/README.md @@ -1,4 +1,4 @@ -# Internal Input Plugin +# Telegraf Internal Input Plugin The `internal` plugin collects metrics about the telegraf agent itself. diff --git a/plugins/inputs/proxmox/README.md b/plugins/inputs/proxmox/README.md index 7ca8577a8..767756178 100644 --- a/plugins/inputs/proxmox/README.md +++ b/plugins/inputs/proxmox/README.md @@ -4,7 +4,7 @@ The proxmox plugin gathers metrics about containers and VMs using the Proxmox AP ### Configuration: -``` +```toml [[inputs.proxmox]] ## API connection configuration. The API token was introduced in Proxmox v6.2. Required permissions for user and token: PVEAuditor role on /. base_url = "https://localhost:8006/api2/json"