Fixed tenses

pull/1826/head
noramullen1 2020-11-13 13:52:15 -08:00
parent de4ce26a7c
commit d348c3384b
1 changed files with 8 additions and 8 deletions

View File

@ -12,17 +12,17 @@ menu:
### Input plugin updates
- CSV Parser (`csv`): Fixed parsing multiple CSV files with different headers.
- DC/OS (`dcos`): Fixed high-severity vulnerability in previous version of the `jwt-go` library.
- gNMI (`gnmi`): Added support for bytes encoding for gNMI messages
- CSV Parser (`csv`): Fix parsing multiple CSV files with different headers.
- DC/OS (`dcos`): Fix high-severity vulnerability in previous version of the `jwt-go` library.
- gNMI (`gnmi`): Add support for bytes encoding for gNMI messages
- Proxmox ( `proxmox`):
- Fixed a few issues with error reporting
- Fix a few issues with error reporting
- Now ignores QEMU templates.
- RAS (`ras`): Fix tests failing on some systems.
- Redfish (`redfish`): Fixed a parsing issue.
- SMART (`smart`): Fixed an issue to recognize all devices from the configuration.
- SQL Server (`sqlserver`): Fixed an issue with errors in on-premise instance queries.
- Systemd Units (`systemd_units`): Added `--plain` to the command invocation to fix an issue for reporting errors for units not found.
- Redfish (`redfish`): Fix a parsing issue.
- SMART (`smart`): Fix an issue to recognize all devices from the configuration.
- SQL Server (`sqlserver`): Fix an issue with errors in on-premise instance queries.
- Systemd Units (`systemd_units`): Add `--plain` to the command invocation to fix an issue for reporting errors for units not found.
- vSphere (`vsphere`)
- Fix to how metrics were counted.
- Fix to metrics being skipped under in certain specific circumstances.