From b8b6f2e53317237967385d4c55be5397ec9e7c18 Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Thu, 13 Aug 2020 20:50:09 -0700 Subject: [PATCH] fix(readmes): updates to internal and proxmox readmes (#7982) --- plugins/inputs/internal/README.md | 2 +- plugins/inputs/proxmox/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"