diff options
| -rw-r--r-- | doc/CHANGELOG | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 59eb6db..d0ab8d8 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 0.4 (2013-05-20) | ||
| 2 | * general | ||
| 3 | - new interface with a sidebar for plugin selection | ||
| 4 | - integrate jsrrdgraph for client side rrd graphing using javascript/canvas | ||
| 5 | - collectd 5 support (this is the default now) | ||
| 6 | - generate graph colors using a rainbow colors function, which is not limited to 9 colors | ||
| 7 | - add total values to legend on I/O graphs | ||
| 8 | - resolve php notices | ||
| 9 | |||
| 10 | * config settings: | ||
| 11 | - overview_filter: show a subset of graphs from a plugin on overview page | ||
| 12 | - term: configurable terms on detail page | ||
| 13 | - network_datasize: show network graphs in bits or bytes | ||
| 14 | - graph_type: show graphs using canvas (javascript) or regular png | ||
| 15 | - negative_io: use the negative X-axis in I/O graphs | ||
| 16 | - graph_smooth: create smooth graphs (rrdtool -E) | ||
| 17 | |||
| 18 | * plugins (new): | ||
| 19 | - acpups | ||
| 20 | - battery | ||
| 21 | - contextswitch | ||
| 22 | - cpufreq | ||
| 23 | - dns | ||
| 24 | - filecount | ||
| 25 | - ip6tables | ||
| 26 | - iptables | ||
| 27 | - libvirt | ||
| 28 | - md | ||
| 29 | - mysql | ||
| 30 | - nginx | ||
| 31 | - postgresql | ||
| 32 | - powerdns | ||
| 33 | - snmp | ||
| 34 | - tail | ||
| 35 | - varnish | ||
| 36 | - vserver | ||
| 37 | - zfs_arc | ||
| 38 | |||
| 39 | * plugins (updated): | ||
| 40 | - apache: bytes, connections, idle_workers, requests support | ||
| 41 | - apache: add support for lighttpd | ||
| 42 | - disk: SI magnitude units in legend for disk_merged and disk_ops | ||
| 43 | - cpu: default scale to 100% | ||
| 44 | |||
| 45 | |||
| 1 | 0.3 (2010-10-04) | 46 | 0.3 (2010-10-04) |
| 2 | * general | 47 | * general |
| 3 | - improved support for utf8 filenames | 48 | - improved support for utf8 filenames |
