net-mgmt/collectd: bump version, add changelog and credits (#1929)

This commit is contained in:
Michael
2020-07-20 16:37:59 +02:00
committed by GitHub
parent 8b871922d5
commit 6a74c2d4f4
4 changed files with 39 additions and 2 deletions
+1 -1
View File
@@ -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
+25
View File
@@ -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
@@ -1,4 +1,8 @@
<form>
<field>
<type>section_title</type>
<label>General</label>
</field>
<field>
<id>general.enabled</id>
<label>Enable</label>
@@ -23,6 +27,10 @@
<type>text</type>
<help>Global interval when to fetch values in seconds.</help>
</field>
<field>
<type>section_title</type>
<label>Output Plugins</label>
</field>
<field>
<id>general.p_network_enable</id>
<label>Enable network plugin</label>
@@ -101,6 +109,10 @@
<type>checkbox</type>
<help>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.</help>
</field>
<field>
<type>section_title</type>
<label>Input Plugins</label>
</field>
<field>
<id>general.p_contextswitch_enable</id>
<label>Enable contextswitch plugin</label>
@@ -1,7 +1,7 @@
<model>
<mount>//OPNsense/collectd/general</mount>
<description>Collectd configuration</description>
<version>1.0.1</version>
<version>1.0.2</version>
<items>
<enabled type="BooleanField">
<default>0</default>