diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-06-06 01:27:53 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-06-06 01:30:00 +0200 |
commit | 5ddaf02c5ef88e471f914993365a177c9688c1a4 (patch) | |
tree | d25b93a155b49967c10b554e6c0679780bc933c5 /profiles/desc | |
parent | app-backup/spideroak-bin: bump to version 6.3.0, bug #616052 (diff) | |
download | gentoo-5ddaf02c5ef88e471f914993365a177c9688c1a4.tar.gz gentoo-5ddaf02c5ef88e471f914993365a177c9688c1a4.tar.bz2 gentoo-5ddaf02c5ef88e471f914993365a177c9688c1a4.zip |
app-admin/collectd: Bump to v5.7.1
New plugins:
- hugepages
- write_prometheus
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index f2bcd532951c..d58610cb3ceb 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -38,6 +38,7 @@ fscache - Build the fscache input plugin (collects information about the file-sy gmond - Build the gmond input plugin (receives data from gmond, the client daemon of the Ganglia project) gps - Build the gps input plugin (collects number of satellites seen by a GPS receiver using sci-geosciences/gpsd) hddtemp - Build the hddtemp input plugin (collects the temperature of disks from hddtemp daemon) +hugepages - Build the hugepages input plugin (collects the number of used and free hugepages on Linux) interface - Build the interface input plugin (collects information about the traffic, packets per second and errors of interfaces) ipc - Build the IPC input plugin (collects information related to shared memory) ipmi - Build the ipmi input plugin (reads hardware sensors from servers using the Intelligent Platform Management Interface (IPMI)) @@ -126,6 +127,7 @@ write_graphite - Build the write_graphite output plugin (stores values in Carbon write_http - Build the write_http output plugin (sends metrics to a web-server using HTTP POST requests) write_kafka - Build the Kafka output plugin (sends metrics to Apache Kafka) write_log - Build the write_log output plugin (writes metrics to a file) +write_prometheus - Builds the Prometheus output plugin (starts an internal webserver on port 9103 (configurable) and accepts scrape requests from Prometheus) write_redis - Build the Redis output plugin (stores values in Redis) write_sensu - Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project) write_tsdb - Build the TSDB output plugin (writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase) |