Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-13 | move width/heigth from plugins to type __construct | Pim van den Berg | 1 | -2/+0 | |
2012-09-05 | apply datasize (bytes/bits) only to network related data | Pim van den Berg | 1 | -3/+3 | |
As discussed in https://github.com/pommi/CGP/pull/1. | |||||
2012-08-10 | introduce config option datasize to show graphs in bits or bytes | Pim van den Berg | 1 | -2/+3 | |
Config setting $CONFIG['datasize'] can be set to bits or bytes to show graph data in bits or bytes. Inspired-by: Neptune Ning (Plan) <frostyplanet@gmail.com> | |||||
2011-06-26 | type/Default: dont use t as ti when no ti is set | Pim van den Berg | 1 | -12/+12 | |
Use 'value' instead. | |||||
2011-06-15 | plugin/apache: collectd 5 compatibility | Pim van den Berg | 1 | -13/+26 | |
2010-12-17 | plugin/apache: add support for lighttpd | Pim van den Berg | 1 | -1/+49 | |
States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates | |||||
2010-12-17 | plugin/apache: pinstance was not shown in title | Pim van den Berg | 1 | -5/+5 | |
2010-12-17 | plugin/apache: bytes, connections, idle_workers, requests support | Pim van den Berg | 1 | -34/+94 | |
Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests | |||||
2010-10-10 | plugin: remove php close tags | Pim van den Berg | 1 | -2/+0 | |
2010-09-17 | automatic alignment of graph legend | Pim van den Berg | 1 | -10/+10 | |
Function fill_ds_names is renamed to parse_ds_names and now also appends spaces to ds_names to make them equal of lenght. | |||||
2010-03-21 | add apache plugin | Pim van den Berg | 1 | -0/+51 | |