summaryrefslogtreecommitdiffstats
path: root/rules/collectd.in
Commit message (Collapse)AuthorAgeFilesLines
* collectd: add missing dependencyMichael Olbrich2017-06-261-0/+1
| | | | | | | | | Several plugins can use this to verify the current capabilities. The support is autodetected and cannot be disabled manually. libcap is small and used by systemd anyways, so just select it unconditionally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add threshold pluginClemens Gruber2017-06-211-0/+8
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add exec pluginClemens Gruber2017-06-211-1/+9
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add memory, ping and rrdcached pluginClemens Gruber2017-05-041-2/+26
| | | | | | | Also select RRDTOOL_RRDCACHED if rrdcached plugin is used. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: update 5.4.1 -> 5.7.0 and add sensors supportClemens Gruber2017-01-051-1/+8
| | | | | | | | | | | To avoid mistakes in future updates, reorganize the configure options, add missing options and list all plugins separately. This update adds support for the sensors plugin, which reads sensor data through lm_sensors. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add support for logfile pluginRobert Schwebel2015-02-051-0/+6
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add support for cpu pluginRobert Schwebel2015-02-051-0/+9
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add support for syslog pluginRobert Schwebel2015-02-051-0/+8
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add support for rrdtool pluginRobert Schwebel2015-02-051-0/+13
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* collectd: add base functionalityRobert Schwebel2015-02-051-0/+10
This adds collectd, without any further plugin support so far. The systemd unit file was derived from the example delivered with the packet; some default options have been removed, and we don't depend on networking. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>