author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Sep 2007 14:40:06 +0000 (16:40 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Sep 2007 14:40:06 +0000 (16:40 +0200) |
Conflicts:
ChangeLog
ChangeLog
1 | 2 | |||
---|---|---|---|---|
ChangeLog | patch | | diff1 | | diff2 | | blob | history |
src/snmp.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc ChangeLog
index 49e6c31bfc89148d0e007e849817d795de3a3e49,928cc8d0d106f81e2b01fbe95639170d930bc42c..d25d3cbe656df2b56ff789d3df2d204a03e1baeb
+++ b/ChangeLog
- yyyy-mm-dd, Version 4.1.2
+yyyy-mm-dd, Version 4.2.0
+ * collectd: The new config option `Include' lets you include other
+ configfiles and thus split up your config into smaller parts. This
+ may be especially interresting for the snmp plugin to keep the data
+ definitions seperate from the host definitions.
+ * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
+ correct the values returned by SNMP-agents.
+
+ 2007-09-28, Version 4.1.2
* apcups plugin: Fix reporting of the `load percent' data.
+ * wireless plugin: Correct the handling of cards returning signal and
+ noise quality as percentage.
+ * perl plugin: Fix a possible buffer overflow in get_module_name().
+ * build system: Further improve the detection of libraries.
* netlink plugin: Build issues under some older versions of the Linux
includes (i. e. Debian Sarge) have been fixed.
+ * snmp plugin: Fix a potential segfault when a host times out. Add
+ support for the `timeticks' type.
2007-09-12, Version 4.1.1
* Build system: The detection of `libnetlink' has been improved.
diff --cc src/snmp.c
Simple merge