diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 13:40:44 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:15 +0200 |
commit | d97b7d4c83599d2637427151f43e7612c014ee80 (patch) | |
tree | 2bafc943294d96f5f4b910e5d75d3e8f802964bb | |
parent | app-metrics/collectd: add capabilities plugin (diff) | |
download | gentoo-d97b7d4c83599d2637427151f43e7612c014ee80.tar.gz gentoo-d97b7d4c83599d2637427151f43e7612c014ee80.tar.bz2 gentoo-d97b7d4c83599d2637427151f43e7612c014ee80.zip |
app-metrics/collectd: add logparser plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 2 | ||||
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index 1ffe1fb868c9..9b6e85c0ec72 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -52,7 +52,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns drbd email entropy ethstat exec fhcount filecount fscache gmond gps hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua - load logfile log_logstash madwifi match_empty_counter + load logfile logparser log_logstash madwifi match_empty_counter match_hashed match_regex match_timediff match_value mbmon mcelog md memcachec memcached memory modbus mqtt multimeter mysql netlink network network nfs nginx notify_desktop notify_email notify_nagios diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index 58e5e58a4540..e997f46d1aa6 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -50,6 +50,7 @@ irq - Build the irq input plugin (collects the number of times each interrupt ha java - Build the java input plugin (embeds a JVM into collectd for writing plugins) load - Build the load input plugin (collects the system load) logfile - Build the logfile output plugin (receives log messages from collectd and writes them to a text file) +logparser - Build the logparser plugin (allows for filtering and parsing log messages) log_logstash - Build the Logstash output plugin (writes collectd logs and events as Logstash JSON formatted events) lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing plugins lvm - Build the LVM input plugin (collects the size of logical volumes (LV) and free space inside a volume group (VG) from Linux' Logical Volume Manager (LVM)) |