Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
Date: Thu, 30 Apr 2020 14:10:54
Message-Id: 1588255815.d97b7d4c83599d2637427151f43e7612c014ee80.whissi@gentoo
1 commit: d97b7d4c83599d2637427151f43e7612c014ee80
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 11:40:44 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97b7d4c
7
8 app-metrics/collectd: add logparser plugin
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-metrics/collectd/collectd-5.11.0.ebuild | 2 +-
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
18 index 1ffe1fb868c..9b6e85c0ec7 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -52,7 +52,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
22 cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns
23 drbd email entropy ethstat exec fhcount filecount fscache gmond gps
24 hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua
25 - load logfile log_logstash madwifi match_empty_counter
26 + load logfile logparser log_logstash madwifi match_empty_counter
27 match_hashed match_regex match_timediff match_value mbmon mcelog md
28 memcachec memcached memory modbus mqtt multimeter mysql netlink
29 network network nfs nginx notify_desktop notify_email notify_nagios
30
31 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
32 index 58e5e58a454..e997f46d1aa 100644
33 --- a/profiles/desc/collectd_plugins.desc
34 +++ b/profiles/desc/collectd_plugins.desc
35 @@ -50,6 +50,7 @@ irq - Build the irq input plugin (collects the number of times each interrupt ha
36 java - Build the java input plugin (embeds a JVM into collectd for writing plugins)
37 load - Build the load input plugin (collects the system load)
38 logfile - Build the logfile output plugin (receives log messages from collectd and writes them to a text file)
39 +logparser - Build the logparser plugin (allows for filtering and parsing log messages)
40 log_logstash - Build the Logstash output plugin (writes collectd logs and events as Logstash JSON formatted events)
41 lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing plugins
42 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))