summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78a1662)
raw | patch | inline | side by side (parent: 78a1662)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Dec 2009 23:59:26 +0000 (00:59 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Dec 2009 23:59:26 +0000 (00:59 +0100) |
README | patch | blob | history |
index e95bae62af26a252b2c01f1c45100570b3225004..96fbdf3e6fe496a1cdbb6b6ddae690cb9015a31b 100644 (file)
--- a/README
+++ b/README
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.
- 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.
- 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.