pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd: add multimeter and ted plugins
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 19:26:02 2020 +0200
Changeset: b289abef059fb717daf9af3fc23407d221834fb0
Modified Files:
collectd/PLIST
collectd/options.mk
Log Message:
collectd: add multimeter and ted plugins
Add the (optional) multimeter and ted plugins to collectd.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b289abef059fb717daf9af3fc23407d221834fb0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/PLIST | 2 ++
collectd/options.mk | 5 ++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diffs:
diff --git a/collectd/PLIST b/collectd/PLIST
index 6b61bc6db8..304a335b6d 100644
--- a/collectd/PLIST
+++ b/collectd/PLIST
@@ -36,6 +36,7 @@ lib/collectd/match_value.la
lib/collectd/mbmon.la
lib/collectd/memcached.la
${PLIST.memory}lib/collectd/memory.la
+${PLIST.multimeter}lib/collectd/multimeter.la
${PLIST.netstat_udp}lib/collectd/netstat_udp.la
${PLIST.nfs}lib/collectd/nfs.la
lib/collectd/notify_nagios.la
@@ -58,6 +59,7 @@ lib/collectd/target_set.la
lib/collectd/target_v5upgrade.la
${PLIST.tcpconns}lib/collectd/tcpconns.la
lib/collectd/teamspeak2.la
+${PLIST.ted}lib/collectd/ted.la
lib/collectd/threshold.la
lib/collectd/unixsock.la
${PLIST.uptime}lib/collectd/uptime.la
diff --git a/collectd/options.mk b/collectd/options.mk
index 57919a8c02..23bdb9868c 100644
--- a/collectd/options.mk
+++ b/collectd/options.mk
@@ -2,7 +2,9 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.collectd
PKG_SUPPORTED_OPTIONS= cpu df interface load memory syslog uptime
+PKG_SUPPORTED_OPTIONS+= multimeter ted
PKG_SUGGESTED_OPTIONS= cpu df interface load memory syslog uptime
+PKG_SUGGESTED_OPTIONS+= multimeter ted
PKG_SUPPORTED_OPTIONS.NetBSD+= contextswitch disk entropy irq pf netstat_udp
PKG_SUPPORTED_OPTIONS.NetBSD+= swap tcpconns users processes
@@ -30,7 +32,8 @@ PLIST_VARS+= apple-sensors battery contextswitch cpu entropy \
df disk \
interface irq load netstat_udp \
memory nfs pf processes swap \
- syslog tcpconns uptime users zfs-arc zone
+ syslog tcpconns uptime users zfs-arc zone \
+ multimeter ted
.for option in ${PLIST_VARS}
. if !empty(PKG_OPTIONS:M${option})
Home |
Main Index |
Thread Index |
Old Index