diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index fa38e96c0..a67fb7212 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= collectd -PLUGIN_VERSION= 1.2 +PLUGIN_VERSION= 1.3 PLUGIN_COMMENT= Collect system and application performance metrics periodically PLUGIN_DEPENDS= collectd5 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/net-mgmt/collectd/pkg-descr b/net-mgmt/collectd/pkg-descr index cfacb9279..06744d71e 100644 --- a/net-mgmt/collectd/pkg-descr +++ b/net-mgmt/collectd/pkg-descr @@ -3,4 +3,29 @@ performance metrics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files. + +Plugin Changelog +================ + +1.3 + +* Add support for CPU aggregation (contributed by @pmhausen) +* Make Graphite separate instances configurable (contributed by @pmhausen) +* Add disk I/O plugin (contributed by @pmhausen) + +1.2 + +* Make Hostname optional + +1.1 + +* Add prefix and postfix fields for Graphite + +1.0 + +* Allow exporting to network +* Allow exporting to Graphite +* Allow usage of most important plugins + + WWW: http://www.collectd.org diff --git a/net-mgmt/collectd/src/opnsense/mvc/app/controllers/OPNsense/Collectd/forms/general.xml b/net-mgmt/collectd/src/opnsense/mvc/app/controllers/OPNsense/Collectd/forms/general.xml index 1b60bf26f..6e05b7ca8 100644 --- a/net-mgmt/collectd/src/opnsense/mvc/app/controllers/OPNsense/Collectd/forms/general.xml +++ b/net-mgmt/collectd/src/opnsense/mvc/app/controllers/OPNsense/Collectd/forms/general.xml @@ -1,4 +1,8 @@