X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=3a56fbedcd8c2082b07cf8c40fd9358b3ddcdf93;hb=3b8dcc64a73b25b67d4eb242e0e58ca5bc6dbb7c;hp=e95bae62af26a252b2c01f1c45100570b3225004;hpb=557b23d4bc8eb6ca64eab72b2d768112486f5001;p=collectd.git diff --git a/README b/README index e95bae62..3a56fbed 100644 --- a/README +++ b/README @@ -57,6 +57,10 @@ Features Retrieves JSON data via cURL and parses it according to user configuration. + - curl_xml + Retrieves XML data via cURL and parses it according to user + configuration. + - dbi Executes SQL statements on various databases and interprets the returned data. @@ -223,6 +227,9 @@ Features collectd without the need to start a heavy interpreter every interval. See collectd-python(5) for details. + - routeros + Query interface and wireless registration statistics from RouterOS. + - rrdcached RRDtool caching daemon (RRDcacheD) statistics. @@ -386,6 +393,9 @@ Features - match_empty_counter Match counter values which are currently zero. + - match_hashed + Match values using a hash function of the hostname. + - match_regex Match values by their identifier based on regular expressions. @@ -401,6 +411,9 @@ Features - target_replace Replace parts of an identifier using regular expressions. + - target_scale + Scale (multiply) values by an arbitrary value. + - target_set Set (overwrite) entire parts of an identifier.