diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-31 21:19:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-31 21:19:00 +0000 |
commit | 0e67d4b1af87f434ea0d38fd92a255e5cb6bb989 (patch) | |
tree | 7ab9e56f95c4e9a0a05c140204c779d50319c128 /app-admin/collectd/metadata.xml | |
parent | Temporarily unmask dev-python/pysqlite:0 until media-tv/freevo-2 is released. (diff) | |
download | gentoo-2-0e67d4b1af87f434ea0d38fd92a255e5cb6bb989.tar.gz gentoo-2-0e67d4b1af87f434ea0d38fd92a255e5cb6bb989.tar.bz2 gentoo-2-0e67d4b1af87f434ea0d38fd92a255e5cb6bb989.zip |
Added a small logrotate file and support for the ipmi and netlink plugins
(Portage version: 2.1.9.23/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/collectd/metadata.xml')
-rw-r--r-- | app-admin/collectd/metadata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml index b8fc849dd6bc..99979b085edb 100644 --- a/app-admin/collectd/metadata.xml +++ b/app-admin/collectd/metadata.xml @@ -31,6 +31,7 @@ <flag name='collectd_plugins_gmond'>Build the gmond input plugin (receive data from gmond, the client daemon of the Ganglia project)</flag> <flag name='collectd_plugins_hddtemp'>Build the hddtemp input plugin (temperature of hard disks)</flag> <flag name='collectd_plugins_interface'>Build the interface input plugin (information about traffic, packets and errors of interfaces)</flag> + <flag name='collectd_plugins_ipmi'>Build the ipmi input plugin (read hardware sensors from servers using the Intelligent Platform Management Interface (IPMI))</flag> <flag name='collectd_plugins_iptables'>Build the iptables input plugin (statistics from a ip_tables based packet filter)</flag> <flag name='collectd_plugins_irq'>Build the irq input plugin (number of times each interrupt has been handled by the os)</flag> <flag name='collectd_plugins_java'>Build the java input plugin (embeds a JVM into collectd for writing plugins)</flag> @@ -49,6 +50,7 @@ <flag name='collectd_plugins_memory'>Build the memory input plugin (physical memory utilization)</flag> <flag name='collectd_plugins_multimeter'>Build the multimeter input plugin (reads a voltage or current from a multimeter connected to a serial bus)</flag> <flag name='collectd_plugins_mysql'>Build the mysql input plugin (connects to an MySQL-database and issues a SHOW STATUS command)</flag> + <flag name='collectd_plugins_netlink'>Build the netlink input plugin (opens a netlink socket to the Linux kernel for getting statistics)</flag> <flag name='collectd_plugins_network'>Build the network input/output plugin (communicates with other instances of collectd)</flag> <flag name='collectd_plugins_nfs'>Build the nfs input plugin (usage of the Network File System)</flag> <flag name='collectd_plugins_nginx'>Build the nginx input plugin (number of requests handled by the nginx daemon)</flag> |