Skip to content

Commit 130946f

Browse files
authored
Add nutanix input plugin to collect metrics from Nutanix Prism Centra… (#104)
issue #103 ## Summary <!-- Mandatory Explain here the why, the rationale and motivation, for the changes. --> Add nutanix input plugin to collect metrics from Nutanix Prism Central ## Checklist <!-- Mandatory Please confirm the following by replacing the space with an "x" between the []: --> - [x] No AI generated code was used in this PR - [x] Updated associated README.md. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) ## Related issues <!-- Mandatory All PRs should resolve an issue, if one does not exist, please open one. --> resolves
2 parents 6a84d16 + d822466 commit 130946f

5 files changed

Lines changed: 642 additions & 0 deletions

File tree

plugins/inputs/all/nutanix.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//go:build !custom || inputs || inputs.nutanix
2+
3+
package all
4+
5+
import _ "github.com/influxdata/telegraf/plugins/inputs/nutanix" // register plugin

0 commit comments

Comments
 (0)