aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename ds_names and dsname to legendPim van den Berg2014-05-031-7/+7
| | | | This had nothing to do with an RRD data source.
* move collectd_flush function to base classPim van den Berg2014-05-031-2/+0
|
* type/Default: don't depend on external function GETPim van den Berg2014-05-031-1/+1
|
* 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-2/+1
| | | | 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-1/+2
| | | | | | | 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>
* plugin/postgresql: support for all predefined queriesPim van den Berg2011-03-151-3/+89
| | | | | | | | | - pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact
* plugin/postgresql: create fallback for unknown typesPim van den Berg2011-03-101-2/+1
|
* plugin/postgresql: make postgresql plugin compatible with cgpPim van den Berg2011-03-101-56/+40
|
* plugin: add postgresql pluginBenjamin Dupuis2011-03-101-0/+65
Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz