From 27e53228b0b7a2a1260b7a954e3db7e5224a1820 Mon Sep 17 00:00:00 2001 From: "Lisi, Jacob" Date: Thu, 15 Sep 2016 09:41:28 -0400 Subject: [PATCH] Added netstat plugin and rearranged community plugins into alphabetical order --- docs/PLUGIN_CATALOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/PLUGIN_CATALOG.md b/docs/PLUGIN_CATALOG.md index 8515da75e..608006a29 100644 --- a/docs/PLUGIN_CATALOG.md +++ b/docs/PLUGIN_CATALOG.md @@ -66,10 +66,11 @@ This is the master catalog of plugins for Snap. The plugins in this list may be ## Community Plugins | Name | Type | Description | Link | | :---- | :---- | :---------- | :--- | +| Blueflood | Publisher | Publishes metrics to the Blueflood metrics processing system | [snap-plugin-publisher-blueflood](https://github.com/Staples-Inc/snap-plugin-publisher-blueflood)| | CloudWatch | Publisher | Publishes snap metrics to AWS CloudWatch | [snap-plugin-publisher-cloudwatch](https://github.com/Ticketmaster/snap-plugin-publisher-cloudwatch) | -| Ping | Collector | Collects Ping latency measurements | [snap-plugin-collector-ping](https://github.com/raintank/snap-plugin-collector-ping) | | Memcached | Collector | Collect Memcached performance stats | [snap-plugin-collector-memcache](https://github.com/raintank/snap-plugin-collector-memcache)| -| Blueflood | Publisher | Publishes metrics to the Blueflood metrics processing system | [snap-plugin-publisher-blueflood](https://github.com/Staples-Inc/snap-plugin-publisher-blueflood)| +| Netstat | Collector | Collect TCP connection stats | [snap-plugin-collector-netstat](https://github.com/Staples-Inc/snap-plugin-collector-netstat)| +| Ping | Collector | Collects Ping latency measurements | [snap-plugin-collector-ping](https://github.com/raintank/snap-plugin-collector-ping) | ## Committed plugins These plugins are in planned/active development. This list is useful if you want to reach out and contribute to the development.