aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/apache.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move width/heigth from plugins to type __constructPim van den Berg2013-05-131-2/+0
|
* apply datasize (bytes/bits) only to network related dataPim van den Berg2012-09-051-3/+3
| | | | As discussed in https://github.com/pommi/CGP/pull/1.
* introduce config option datasize to show graphs in bits or bytesPim van den Berg2012-08-101-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>
* type/Default: dont use t as ti when no ti is setPim van den Berg2011-06-261-12/+12
| | | | Use 'value' instead.
* plugin/apache: collectd 5 compatibilityPim van den Berg2011-06-151-13/+26
|
* plugin/apache: add support for lighttpdPim van den Berg2010-12-171-1/+49
| | | | | | States are ordered by the order of handling a request, connect on top. Reference: http://redmine.lighttpd.net/wiki/1/Docs:InternalHTTPStates
* plugin/apache: pinstance was not shown in titlePim van den Berg2010-12-171-5/+5
|
* plugin/apache: bytes, connections, idle_workers, requests supportPim van den Berg2010-12-171-34/+94
| | | | | | | | Support has been added for the following types: - apache_bytes - apache_connections - apache_idle_workers - apache_requests
* plugin: remove php close tagsPim van den Berg2010-10-101-2/+0
|
* automatic alignment of graph legendPim van den Berg2010-09-171-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.
* add apache pluginPim van den Berg2010-03-211-0/+51