1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Enable the DEBUG, GCRYPT and PING options by default.

DEBUG is required for any sort of troubleshooting, GCRYPT is required to
encrypt communication with the server, and PING is one of the most basic
sensors which everybody uses.  My hope is that with these three options,
more people will be able to use collectd without having to recompile it.

Approved by:	maintainer
This commit is contained in:
Dag-Erling Smørgrav 2017-09-13 14:55:45 +00:00
parent 7226972e01
commit 5b9c91a08f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449798

View File

@ -3,6 +3,7 @@
PORTNAME= collectd
PORTVERSION= 5.7.2
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://collectd.org/files/ \
http://collectd.org/files/
@ -27,6 +28,8 @@ OPTIONS_GROUP_INPUT= CHRONY CURL CURL_JSON CURL_XML DBI IPMI JSON \
SIGROK SNMP STATSD TOKYOTYRANT VARNISH XML \
XMMS ZOOKEEPER
OPTIONS_DEFAULT= DEBUG GCRYPT PING
CGI_DESC= Install collection.cgi (requires rrdtool)
CHRONY_DESC= Enable chronyd plugin
CURL_DESC= Enable curl-based plugins (apache, nginx, etc)