From 86375d98c62290f7ab48f3ce86ead6c9856e5d9b Mon Sep 17 00:00:00 2001 From: Joel Cooklin Date: Mon, 6 Feb 2017 10:54:51 -0800 Subject: [PATCH] update docs/PLUGIN_CATALOG.md by pluginsync tool --- docs/PLUGIN_CATALOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/PLUGIN_CATALOG.md b/docs/PLUGIN_CATALOG.md index 220444fcb..ca72dea62 100644 --- a/docs/PLUGIN_CATALOG.md +++ b/docs/PLUGIN_CATALOG.md @@ -10,7 +10,7 @@ This is the master catalog of plugins for Snap. While the Snap framework is hard ## All Plugins This file is automatically generated. If you would like to add to the plugin list, [add your plugin to this list](plugins.yml) and it will be added (usually within 24 hours). -### Collectors (57) +### Collectors (58) | Name | Maintainer | Description | CI | Download | |------|------------|-------------|----|----------| @@ -37,6 +37,7 @@ This file is automatically generated. If you would like to add to the plugin lis | [Kubestate](https://github.com/raintank/snap-plugin-collector-kubestate) | [raintank](https://github.com/raintank) | Snap collector plugin for Kubernetes | | | | [Libvirt](https://github.com/intelsdi-x/snap-plugin-collector-libvirt) | [Intel](https://github.com/intelsdi-x) | Collects Linux libvirt metrics | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-libvirt.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-libvirt) | [release](https://github.com/intelsdi-x/snap-plugin-collector-libvirt/releases) | | [Load](https://github.com/intelsdi-x/snap-plugin-collector-load) | [Intel](https://github.com/intelsdi-x) | Collects Linux load average from /proc/loadavg | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-load.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-load) | [release](https://github.com/intelsdi-x/snap-plugin-collector-load/releases) | +| [Logs](https://github.com/intelsdi-x/snap-plugin-collector-logs) | [Intel](https://github.com/intelsdi-x) | Collects log messages | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-logs.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-logs) | [release](https://github.com/intelsdi-x/snap-plugin-collector-logs/releases) | | [Memcache](https://github.com/raintank/snap-plugin-collector-memcache) | [raintank](https://github.com/raintank) | Memcach stat collector plugin for Snap | | | | [Meminfo](https://github.com/intelsdi-x/snap-plugin-collector-meminfo) | [Intel](https://github.com/intelsdi-x) | Collects Linux memory metrics from /proc/meminfo. | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-collector-meminfo.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-collector-meminfo) | [release](https://github.com/intelsdi-x/snap-plugin-collector-meminfo/releases) | | [Mesos](https://github.com/intelsdi-x/snap-plugin-collector-mesos) | [Intel](https://github.com/intelsdi-x) | Collects Apache Mesos cluster metrics | | [release](https://github.com/intelsdi-x/snap-plugin-collector-mesos/releases) | @@ -71,22 +72,26 @@ 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) | -### Processors (4) +### Processors (6) | Name | Maintainer | Description | CI | Download | |------|------------|-------------|----|----------| | [Anomalydetection](https://github.com/intelsdi-x/snap-plugin-processor-anomalydetection) | [Intel](https://github.com/intelsdi-x) | Snap plugin intended to process data and highlight outliers | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-anomalydetection.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-anomalydetection) | [release](https://github.com/intelsdi-x/snap-plugin-processor-anomalydetection/releases) | +| [Logs-openstack](https://github.com/intelsdi-x/snap-plugin-processor-logs-openstack) | [Intel](https://github.com/intelsdi-x) | Snap plugin intended to process OpenStack logs | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-logs-openstack.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-logs-openstack) | [release](https://github.com/intelsdi-x/snap-plugin-processor-logs-openstack/releases) | +| [Logs-regexp](https://github.com/intelsdi-x/snap-plugin-processor-logs-regexp) | [Intel](https://github.com/intelsdi-x) | Snap plugin intended to process logs using regular expressions | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-logs-regexp.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-logs-regexp) | [release](https://github.com/intelsdi-x/snap-plugin-processor-logs-regexp/releases) | | [Movingaverage](https://github.com/intelsdi-x/snap-plugin-processor-movingaverage) | [Intel](https://github.com/intelsdi-x) | Process snap metrics and return a moving average | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-movingaverage.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-movingaverage) | [release](https://github.com/intelsdi-x/snap-plugin-processor-movingaverage/releases) | | [Statistics](https://github.com/intelsdi-x/snap-plugin-processor-statistics) | [Intel](https://github.com/intelsdi-x) | Process metrics and return statistics over sliding window. | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-statistics.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-statistics) | [release](https://github.com/intelsdi-x/snap-plugin-processor-statistics/releases) | | [Tag](https://github.com/intelsdi-x/snap-plugin-processor-tag) | [Intel](https://github.com/intelsdi-x) | Process snap metrics and add tags to label the data | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-processor-tag.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-processor-tag) | [release](https://github.com/intelsdi-x/snap-plugin-processor-tag/releases) | -### Publishers (18) +### Publishers (22) | Name | Maintainer | Description | CI | Download | |------|------------|-------------|----|----------| +| [AWS-SQS](https://github.com/opsvision/snap-plugin-publisher-awssqs) | [OpsVision](https://github.com/opsvision) | Publishes metrics to AWS SQS. | [![Build Status](https://travis-ci.org/opsvision/snap-plugin-publisher-awssqs.svg?branch=master)](https://travis-ci.org/opsvision/snap-plugin-publisher-awssqs) | | | [Blueflood](https://github.com/Staples-Inc/snap-plugin-publisher-blueflood) | [staples](https://github.com/Staples-Inc) | Publishes metrics to a blueflood endpoint. | [![Build Status](https://travis-ci.org/Staples-Inc/snap-plugin-publisher-blueflood.svg?branch=master)](https://travis-ci.org/Staples-Inc/snap-plugin-publisher-blueflood) | | | [Cassandra](https://github.com/intelsdi-x/snap-plugin-publisher-cassandra) | [Intel](https://github.com/intelsdi-x) | Publishes Snap metrics to Cassandra | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-cassandra.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-cassandra) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-cassandra/releases) | | [Circonus](https://github.com/circonus-labs/snap-plugin-publisher-circonus) | [circonus-labs](https://github.com/circonus-labs) | Publishes metrics to Circonus. | | [release](https://github.com/circonus-labs/snap-plugin-publisher-circonus/releases) | | [Cloudwatch](https://github.com/Ticketmaster/snap-plugin-publisher-cloudwatch) | [Ticketmaster](https://github.com/Ticketmaster) | A publisher plugin for intelsdi-x/snap framework | | [release](https://github.com/Ticketmaster/snap-plugin-publisher-cloudwatch/releases) | +| [Elasticsearch](https://github.com/intelsdi-x/snap-plugin-publisher-elasticsearch) | [Intel](https://github.com/intelsdi-x) | Publishes Snap metrics to Elasticsearch | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-elasticsearch.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-elasticsearch) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-elasticsearch/releases) | | [Etcd](https://github.com/intelsdi-x/snap-plugin-publisher-etcd) | [Intel](https://github.com/intelsdi-x) | This is a Snap publisher plugin for storing the metrics into etcd. | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-etcd.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-etcd) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-etcd/releases) | | [File](https://github.com/intelsdi-x/snap-plugin-publisher-file) | [Intel](https://github.com/intelsdi-x) | Publishes metrics to a local file in json format. | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-file.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-file) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-file/releases) | | [Graphite](https://github.com/intelsdi-x/snap-plugin-publisher-graphite) | [Intel](https://github.com/intelsdi-x) | Publishes metrics to graphite. | | [release](https://github.com/intelsdi-x/snap-plugin-publisher-graphite/releases) | @@ -101,6 +106,8 @@ This file is automatically generated. If you would like to add to the plugin lis | [PostgreSQL](https://github.com/intelsdi-x/snap-plugin-publisher-postgresql) | [Intel](https://github.com/intelsdi-x) | Publishes snap metrics to PostreSQL | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-postgresql.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-postgresql) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-postgresql/releases) | | [RabbitMQ](https://github.com/intelsdi-x/snap-plugin-publisher-rabbitmq) | [Intel](https://github.com/intelsdi-x) | Publishes snap metrics to RabbitMQ | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-rabbitmq.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-rabbitmq) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-rabbitmq/releases) | | [Riemann](https://github.com/intelsdi-x/snap-plugin-publisher-riemann) | [Intel](https://github.com/intelsdi-x) | Publishes snap metrics to Riemann | [![Build Status](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-riemann.svg?branch=master)](https://travis-ci.org/intelsdi-x/snap-plugin-publisher-riemann) | [release](https://github.com/intelsdi-x/snap-plugin-publisher-riemann/releases) | +| [SignalFx](https://github.com/opsvision/snap-plugin-publisher-signalfx) | [OpsVision](https://github.com/opsvision) | Publishes metrics to SignalFx. | [![Build Status](https://travis-ci.org/opsvision/snap-plugin-publisher-signalfx.svg?branch=master)](https://travis-ci.org/opsvision/snap-plugin-publisher-signalfx) | | +| [Warp10](https://github.com/runabove/snap-plugin-publisher-warp10) | [gregleroux](https://github.com/runabove) | Publishes metrics to warp10. | | | ### Wishlist @@ -112,7 +119,6 @@ There will always be more plugins we wish we had. To make sure others can contri | [#1439](https://github.com/intelsdi-x/snap/issues/1439) | collector | Plugin Wanted: Entropy collector | | [#1436](https://github.com/intelsdi-x/snap/issues/1436) | collector | RDT metrics collector | | [#1418](https://github.com/intelsdi-x/snap/issues/1418) | collector | Plugin wanted: SR-IOV Virtual Function counters collector | -| [#1413](https://github.com/intelsdi-x/snap/issues/1413) | publisher | Plugin Wanted: Elasticsearch publisher | | [#1401](https://github.com/intelsdi-x/snap/issues/1401) | collector | SNAP about Machine Check | | [#1342](https://github.com/intelsdi-x/snap/issues/1342) | collector | Snap Jolokia collector plugin | | [#1341](https://github.com/intelsdi-x/snap/issues/1341) | collector | Utilizing notifications for OpenStack plugins |