Open maxiride opened 2 years ago
Thanks @maxiride for the request and for answering the questions
I believe the next steps are looking into pulling in that additional measurement and what it would take with the existing plugin
Next steps: put up PR adding this as a new metric field
@maxiride Are you able to test the artifacts in #16109 to see if this PR fixes your issue? Thanks!
Feature Request
Proposal:
Expose CPU Temperature metrics of vSphere Hosts.
Current behavior:
The current input plugin (https://github.com/influxdata/telegraf/blob/release-1.22/plugins/inputs/vsphere/README.md) doesn't list the temperature as a data source.
From the documentation (https://developer.vmware.com/apis/358/doc/vim.host.NumericSensorInfo.SensorType.html) it's my understanding that this information is available.
Desired behavior:
Add the CPUs temperature data to the input plugin.
Use case:
Monitor CPU temperature for preemptive alerting when a threshold is reached or when CPU temp is higher than a set value for more than X minutes. Temperature data over time might also show bad ventilantion\cooling of the unit.
Picking up from some questions I saw in another feature request issue: