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