aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2018-03-09 11:30:23 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2018-04-17 20:20:24 +0200
commitfd66a86a3036cb1b2d24015624566e8be53a2026 (patch)
tree04df9fe99d54146714df52dded44bd0cad5e92d7 /README.md
parent7b720df1c5ded45ce17e5b37515c032f6ec1c4ff (diff)
downloadprometheus_node_collector-fd66a86a3036cb1b2d24015624566e8be53a2026.tar.bz2
prometheus_node_collector-fd66a86a3036cb1b2d24015624566e8be53a2026.tar.xz
prometheus_node_collector-fd66a86a3036cb1b2d24015624566e8be53a2026.zip
Remove gmond collector
Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 19de9fd..4485296 100644
--- a/README.md
+++ b/README.md
@@ -74,14 +74,6 @@ supervisord | Exposes service status from [supervisord](http://supervisord.org/)
74systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux 74systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
75tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux 75tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
76 76
77### Deprecated
78
79*These collectors will be (re)moved in the future.*
80
81Name | Description | OS
82---------|-------------|----
83gmond | Exposes statistics from Ganglia. | _any_
84
85### Textfile Collector 77### Textfile Collector
86 78
87The textfile collector is similar to the [Pushgateway](https://github.com/prometheus/pushgateway), 79The textfile collector is similar to the [Pushgateway](https://github.com/prometheus/pushgateway),