pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd: build more plugins per default
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 16:51:36 2020 +0200
Changeset: 2763929e431f59509481612171b03552863fbf8f
Modified Files:
collectd/Makefile
collectd/PLIST
Log Message:
collectd: build more plugins per default
Add more plugins (chrony memcached notify_nagios write_log write_sensu write_tsdb zookeeper) to DEFAULT_PLUGINS (and add PLIST entries).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2763929e431f59509481612171b03552863fbf8f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/Makefile | 2 ++
collectd/PLIST | 7 +++++++
2 files changed, 9 insertions(+)
diffs:
diff --git a/collectd/Makefile b/collectd/Makefile
index c0caa83f41..9ecdf2c777 100644
--- a/collectd/Makefile
+++ b/collectd/Makefile
@@ -19,6 +19,8 @@ DEFAULT_PLUGINS+= aggregation apcups csv email exec filecount \
target_scale target_set target_v5upgrade \
teamspeak2 threshold unixsock uuid write_graphite
+DEFAULT_PLUGINS+= chrony memcached notify_nagios write_log write_sensu write_tsdb zookeeper
+
.for option in ${DEFAULT_PLUGINS}
CONFIGURE_ARGS+= --enable-${option}
.endfor
diff --git a/collectd/PLIST b/collectd/PLIST
index 5bf745064c..6b61bc6db8 100644
--- a/collectd/PLIST
+++ b/collectd/PLIST
@@ -13,6 +13,7 @@ lib/collectd/aggregation.la
lib/collectd/apcups.la
${PLIST.apple-sensors}lib/collectd/apple_sensors.la
${PLIST.battery}lib/collectd/battery.la
+lib/collectd/chrony.la
${PLIST.contextswitch}lib/collectd/contextswitch.la
${PLIST.cpu}lib/collectd/cpu.la
lib/collectd/csv.la
@@ -33,9 +34,11 @@ lib/collectd/match_regex.la
lib/collectd/match_timediff.la
lib/collectd/match_value.la
lib/collectd/mbmon.la
+lib/collectd/memcached.la
${PLIST.memory}lib/collectd/memory.la
${PLIST.netstat_udp}lib/collectd/netstat_udp.la
${PLIST.nfs}lib/collectd/nfs.la
+lib/collectd/notify_nagios.la
lib/collectd/ntpd.la
lib/collectd/olsrd.la
lib/collectd/openvpn.la
@@ -61,8 +64,12 @@ ${PLIST.uptime}lib/collectd/uptime.la
${PLIST.users}lib/collectd/users.la
lib/collectd/uuid.la
lib/collectd/write_graphite.la
+lib/collectd/write_log.la
+lib/collectd/write_sensu.la
+lib/collectd/write_tsdb.la
${PLIST.zfs-arc}lib/collectd/zfs_arc.la
${PLIST.zone}lib/collectd/zone.la
+lib/collectd/zookeeper.la
lib/libcollectdclient.la
lib/pkgconfig/libcollectdclient.pc
man/man1/collectd-nagios.1
Home |
Main Index |
Thread Index |
Old Index