fix(readmes): updates to internal and proxmox readmes (#7982)

This commit is contained in:
Russ Savage 2020-08-13 20:50:09 -07:00 committed by GitHub
parent a087cb990c
commit b8b6f2e533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Internal Input Plugin
# Telegraf Internal Input Plugin
The `internal` plugin collects metrics about the telegraf agent itself.

View File

@ -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"