Code

Automatically prefix all log messages with the plugin name (if available).
[sysdb.git] / src / plugins / backend / collectd / unixsock.c
2016-11-15 Sebastian HarlAutomatically prefix all log messages with the plugin...
2016-09-10 Sebastian HarlLet the JSON formatter include a metric's data_names.
2016-09-04 Sebastian HarlStore a separate last_update timestamp for metric stores.
2016-02-25 Sebastian HarlInclude strings.h instead of defining _BSD_SOURCE to...
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-02-01 Sebastian Harlcollectd::unixsock: Fixed a memory leak happening when...
2014-08-29 Sebastian Harlcollectd::unixsock: Support 'rrdcached' metrics as...
2014-08-21 Sebastian Harlcollectd::unixsock: Report an error if TimeseriesBacken...
2014-08-21 Sebastian Harlcollectd::unixsock: Record the, configurable, time...
2014-08-19 Sebastian HarlMoved backends from src/backend/ to src/plugins/backend/.