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:57
Message-Id: 1588255824.6ccef5a82c2f5c3197ba0a59358c9bdb78c841d5.whissi@gentoo
1 commit: 6ccef5a82c2f5c3197ba0a59358c9bdb78c841d5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 13:57:55 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:10:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccef5a8
7
8 app-metrics/collectd: add check_uptime 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 | 37 +++++++++++++++--------------
14 profiles/desc/collectd_plugins.desc | 1 +
15 2 files changed, 20 insertions(+), 18 deletions(-)
16
17 diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
18 index 03fa1e33d41..6f5057626b3 100644
19 --- a/app-metrics/collectd/collectd-5.11.0.ebuild
20 +++ b/app-metrics/collectd/collectd-5.11.0.ebuild
21 @@ -49,24 +49,25 @@ COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer
22
23 # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS
24 COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
25 - buddyinfo capabilities ceph cgroups chrony conntrack contextswitch
26 - cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns
27 - drbd email entropy ethstat exec fhcount filecount fscache gmond gps
28 - hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua
29 - load logfile logparser log_logstash madwifi match_empty_counter
30 - match_hashed match_regex match_timediff match_value mbmon mcelog md
31 - memcachec memcached memory modbus mqtt multimeter mysql netlink
32 - network network nfs nginx notify_desktop notify_email notify_nagios
33 - ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
34 - ovs_stats pcie_errors perl ping postgresql powerdns procevent
35 - processes protocols python python redis routeros rrdcached rrdtool
36 - sensors serial sigrok slurm smart snmp snmp_agent statsd swap synproxy
37 - sysevent syslog table tail tail_csv target_notification target_replace
38 - target_scale target_set tcpconns teamspeak2 ted thermal threshold
39 - turbostat ubi unixsock uptime users uuid varnish virt vmem vserver
40 - wireless write_graphite write_http write_influxdb_udp write_kafka
41 - write_log write_mongodb write_prometheus write_redis write_sensu
42 - write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
43 + buddyinfo capabilities ceph cgroups check_uptime chrony conntrack
44 + contextswitch cpu cpufreq cpusleep csv curl curl_json curl_xml
45 + dbi df disk dns drbd email entropy ethstat exec fhcount filecount
46 + fscache gmond gps hddtemp hugepages interface ipc ipmi iptables
47 + ipvs irq java lua load logfile logparser log_logstash madwifi
48 + match_empty_counter match_hashed match_regex match_timediff
49 + match_value mbmon mcelog md memcachec memcached memory modbus mqtt
50 + multimeter mysql netlink network network nfs nginx notify_desktop
51 + notify_email notify_nagios ntpd numa nut olsrd onewire openldap
52 + openvpn oracle ovs_events ovs_stats pcie_errors perl ping postgresql
53 + powerdns procevent processes protocols python python redis routeros
54 + rrdcached rrdtool sensors serial sigrok slurm smart snmp snmp_agent
55 + statsd swap synproxy sysevent syslog table tail tail_csv
56 + target_notification target_replace target_scale target_set tcpconns
57 + teamspeak2 ted thermal threshold turbostat ubi unixsock uptime users
58 + uuid varnish virt vmem vserver wireless write_graphite write_http
59 + write_influxdb_udp write_kafka write_log write_mongodb write_prometheus
60 + write_redis write_sensu write_stackdriver write_syslog write_tsdb
61 + xencpu zfs_arc zookeeper"
62
63 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
64
65
66 diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
67 index d9a8d76eb80..6bf21031d34 100644
68 --- a/profiles/desc/collectd_plugins.desc
69 +++ b/profiles/desc/collectd_plugins.desc
70 @@ -15,6 +15,7 @@ buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/bud
71 capabilities - Build the capabilities input plugin (collects platform capabilities decoded from the hardware subsystems)
72 ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)
73 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
74 +check_uptime - Build a plugin to notify about uptime reset
75 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)
76 conntrack - Build the conntrack input plugin (tracks the number of entries in Linux's connection tracking table)
77 contextswitch - Build the contextswitch input plugin (collects the number of context switches done by the operating system)