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 | -4/+3 | |
As discussed in https://github.com/pommi/CGP/pull/1. | |||||
2012-08-10 | plugin: convert spaces to tabs | Pim van den Berg | 1 | -47/+47 | |
2012-08-10 | introduce config option datasize to show graphs in bits or bytes | Pim van den Berg | 1 | -2/+4 | |
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-04-21 | resolve php notices | Karol Nowacki | 1 | -1/+1 | |
Including a lot of undefined $_GET values. | |||||
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 | -6/+6 | |
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-09-14 | plugin/memcached: better alignment of graph legend | Pim van den Berg | 1 | -22/+16 | |
2010-09-14 | plugin: add memcached plugin | Julien Rottenberg | 1 | -0/+190 | |
Support all types of the memcached plugin |