aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-04-27 10:02:16 +0200
committerGitHub <noreply@github.com>2018-04-27 10:02:16 +0200
commit361b5bf85d76554994c87dee964dbbc5d527ec10 (patch)
tree31a576704a03ac5b8cf2171242b5ec48b35ae6c9 /README.md
parentbab8445f8ca2c2957b9b4c95458ca9595d476f57 (diff)
parentfd66a86a3036cb1b2d24015624566e8be53a2026 (diff)
downloadprometheus_node_collector-361b5bf85d76554994c87dee964dbbc5d527ec10.tar.bz2
prometheus_node_collector-361b5bf85d76554994c87dee964dbbc5d527ec10.tar.xz
prometheus_node_collector-361b5bf85d76554994c87dee964dbbc5d527ec10.zip
Merge pull request #852 from prometheus/remove-gmond
Remove gmond collector
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 b712f09..e261bd3 100644
--- a/README.md
+++ b/README.md
@@ -75,14 +75,6 @@ supervisord | Exposes service status from [supervisord](http://supervisord.org/)
75systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux 75systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
76tcpstat | 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 76tcpstat | 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
77 77
78### Deprecated
79
80*These collectors will be (re)moved in the future.*
81
82Name | Description | OS
83---------|-------------|----
84gmond | Exposes statistics from Ganglia. | _any_
85
86### Textfile Collector 78### Textfile Collector
87 79
88The textfile collector is similar to the [Pushgateway](https://github.com/prometheus/pushgateway), 80The textfile collector is similar to the [Pushgateway](https://github.com/prometheus/pushgateway),