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 @@
+ + section_title + + general.enabled @@ -23,6 +27,10 @@ text Global interval when to fetch values in seconds. + + section_title + + general.p_network_enable @@ -101,6 +109,10 @@ checkbox Enabling sends the plugin instance and type instance to Graphite as separate path components: host.cpu.0.cpu.idle. Disabling sends the plugin and plugin instance as one path component and type and type instance as another component: host.cpu-0.cpu-idle. + + section_title + + general.p_contextswitch_enable diff --git a/net-mgmt/collectd/src/opnsense/mvc/app/models/OPNsense/Collectd/General.xml b/net-mgmt/collectd/src/opnsense/mvc/app/models/OPNsense/Collectd/General.xml index 960a6ed4e..b87d8f5ff 100644 --- a/net-mgmt/collectd/src/opnsense/mvc/app/models/OPNsense/Collectd/General.xml +++ b/net-mgmt/collectd/src/opnsense/mvc/app/models/OPNsense/Collectd/General.xml @@ -1,7 +1,7 @@ //OPNsense/collectd/general Collectd configuration - 1.0.1 + 1.0.2 0