Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

add vCenter plugin #1751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PLUGIN_CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ This file is automatically generated. If you would like to add to the plugin lis
| [USE](https://github.com/intelsdi-x/snap-plugin-collector-use) | [Intel](https://github.com/intelsdi-x) | Collect Linux Utilization, Saturation and Errors metrics | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-use.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-use) | [release](https://github.com/intelsdi-x/snap-plugin-collector-use/releases) |
| [Users](https://github.com/intelsdi-x/snap-plugin-collector-users) | [Intel](https://github.com/intelsdi-x) | Collects Linux user metrics from utmp | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-users.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-users) | [release](https://github.com/intelsdi-x/snap-plugin-collector-users/releases) |
| [Yarn](https://github.com/intelsdi-x/snap-plugin-collector-yarn) | [Intel](https://github.com/intelsdi-x) | Collects metrics from Hadoop Yarn | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-yarn.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-yarn) | [release](https://github.com/intelsdi-x/snap-plugin-collector-yarn/releases) |
| [Vsphere](https://github.com/intelsdi-x/snap-plugin-collector-vsphere)<br />[![supported_label]](https://github.com/intelsdi-x/snap/blob/master/docs/PLUGIN_STATUS.md#supported-plugins) | [Intel](https://github.com/intelsdi-x) | Collects performance counters data for VMWare vSphere cluster | | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ZhengQingyuan, could you add build status and link to release? It would look like below (ready to use):

| [Vsphere](https://github.com/intelsdi-x/snap-plugin-collector-vsphere)<br />[![supported_label]](https://github.com/intelsdi-x/snap/blob/master/docs/PLUGIN_STATUS.md#supported-plugins) | [Intel](https://github.com/intelsdi-x) | Collects performance counters data for VMWare vSphere cluster | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-vsphere.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-vsphere) | [release](https://github.com/intelsdi-x/snap-plugin-collector-vsphere/releases) |

### Processors (10)

| Name | Maintainer | Description | CI | Download |
Expand Down Expand Up @@ -136,7 +137,6 @@ There will always be more plugins we wish we had. To make sure others can contri
| [#1424](https://github.com/intelsdi-x/snap/issues/1424) | collector | Plugin idea: collector for Prometheus clients |
| [#1418](https://github.com/intelsdi-x/snap/issues/1418) | collector | Plugin wanted: SR-IOV Virtual Function counters collector |
| [#1341](https://github.com/intelsdi-x/snap/issues/1341) | collector | Utilizing notifications for OpenStack plugins |
| [#1249](https://github.com/intelsdi-x/snap/issues/1249) | collector | Plugin Wanted: Collector for vCenter |
| [#1175](https://github.com/intelsdi-x/snap/issues/1175) | collector | Develop Perfmon windows performance monitor plugin |
| [#1030](https://github.com/intelsdi-x/snap/issues/1030) | collector | Support flow collector like sflow or netflow? |
| [#800](https://github.com/intelsdi-x/snap/issues/800) | collector | Linux BPF support |
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
- intelsdi-x/snap-plugin-collector-use
- intelsdi-x/snap-plugin-collector-users
- intelsdi-x/snap-plugin-collector-yarn
- intelsdi-x/snap-plugin-collector-vsphere:
supported: true
- intelsdi-x/snap-plugin-processor-anomalydetection
- intelsdi-x/snap-plugin-processor-logs-openstack
- intelsdi-x/snap-plugin-processor-logs-regexp
Expand Down