Skip to content

Commit

Permalink
app-admin/collectd: Drop vserver support (#472170)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Jan 5, 2016
1 parent 8fd0e2a commit 04b7680
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions app-admin/collectd/collectd-5.4.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COLLECTD_TESTED_PLUGINS="aggregation apache apcups ascent battery bind cgroups
powerdns processes protocols python python routeros rrdcached rrdcached rrdtool
sensors serial snmp statsd swap syslog table tail target_notification
target_replace target_scale target_set tcpconns teamspeak2 ted thermal threshold
tokyotyrant unixsock uptime users uuid varnish vmem vserver wireless
tokyotyrant unixsock uptime users uuid varnish vmem wireless
write_graphite write_http write_mongodb"

COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS} ${COLLECTD_UNTESTED_PLUGINS}"
Expand Down Expand Up @@ -107,9 +107,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
collectd_plugins_java? ( >=virtual/jdk-1.6 )
kernel_linux? (
collectd_plugins_vserver? ( sys-kernel/vserver-sources )
)"
"

RDEPEND="${COMMON_DEPEND}
collectd_plugins_java? ( >=virtual/jre-1.6 )
Expand Down Expand Up @@ -240,7 +238,7 @@ src_configure() {
# should work independent of the operating system.

local linux_plugins="battery cpu cpufreq disk entropy ethstat interface iptables ipvs irq load
memory md netlink nfs numa processes serial swap tcpconns thermal users vmem vserver
memory md netlink nfs numa processes serial swap tcpconns thermal users vmem
wireless"

local libstatgrab_plugins="cpu disk interface load memory swap users"
Expand Down
8 changes: 3 additions & 5 deletions app-admin/collectd/collectd-5.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COLLECTD_TESTED_PLUGINS="aggregation apache apcups ascent battery bind ceph
rrdcached rrdtool sensors serial smart snmp statsd swap syslog table tail
target_notification target_replace target_scale target_set tcpconns teamspeak2
ted thermal threshold tokyotyrant turbostat unixsock uptime users uuid varnish
virt vmem vserver wireless write_graphite write_http write_log write_mongodb
virt vmem wireless write_graphite write_http write_log write_mongodb
write_redis write_sensu write_tsdb zfs_arc zookeeper"

COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS} ${COLLECTD_UNTESTED_PLUGINS}"
Expand Down Expand Up @@ -113,9 +113,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
collectd_plugins_java? ( >=virtual/jdk-1.6 )
kernel_linux? (
collectd_plugins_vserver? ( sys-kernel/vserver-sources )
)"
"

RDEPEND="${COMMON_DEPEND}
collectd_plugins_java? ( >=virtual/jre-1.6 )
Expand Down Expand Up @@ -250,7 +248,7 @@ src_configure() {
local linux_plugins="barometer battery cpu cpufreq disk drbd entropy
ethstat interface iptables ipvs irq ipc load memory md netlink nfs
numa processes serial swap tcpconns thermal turbostat users vmem
vserver wireless zfs_arc"
wireless zfs_arc"

local libstatgrab_plugins="cpu disk interface load memory swap users"
local bsd_plugins="cpu tcpconns ${libstatgrab_plugins} zfs_arc"
Expand Down

0 comments on commit 04b7680

Please sign in to comment.