summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05ea4f3)
raw | patch | inline | side by side (parent: 05ea4f3)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 13:41:22 +0000 (15:41 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 13:41:22 +0000 (15:41 +0200) |
ChangeLog | patch | blob | history | |
README | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0ba44064d0f9386e4f55f18986d7d3b74f04b30e..0fdb8c7a14fbd3d92e6360a92dc662d947f77faa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
* Flexible interval: The interval of collected data is not sent along
with the data itself over the network, so that the interval-settings
of server and clients no longer needs to match.
+ * netlink plugin: The new `netlink' plugin connects to the Linux
+ kernel using a netlink socket and uses it to query information about
+ interfaces, qdiscs and classes.
* snmp plugin: The new `snmp' plugin can read values from SNMP enabled
network devices, such as switches, routers, thermometers, rack
monitoring servers, etc. The collectd-snmp(5) manpage documents this
index 6f59a7a0697ec549f40d838ec9fc4a42795fe301..d9e076c1d6f34a1ab8ff2c707d72492dbb7c6f78 100644 (file)
--- a/README
+++ b/README
MySQL server statistics: Commands issued, handlers triggered, thread
usage, query cache utilization and traffic/octets sent and received.
+ - netlink
+ Very detailed Linux network interface and routing statistics. You can get
+ (detailed) information on interfaces, qdiscs, classes, and, if you can
+ make use of it, filters.
+
- network
Receive values that were collected by other hosts. Large setups will
want to collect the data on one dedicated machine, and this is the