aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/postgresql.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-03rename ds_names and dsname to legendPim van den Berg1-7/+7
This had nothing to do with an RRD data source.
2014-05-03move collectd_flush function to base classPim van den Berg1-2/+0
2014-05-03type/Default: don't depend on external function GETPim van den Berg1-1/+1
2013-05-13move width/heigth from plugins to type __constructPim van den Berg1-2/+0
2012-09-05apply datasize (bytes/bits) only to network related dataPim van den Berg1-2/+1
As discussed in https://github.com/pommi/CGP/pull/1.
2012-08-10introduce config option datasize to show graphs in bits or bytesPim van den Berg1-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>
2011-03-15plugin/postgresql: support for all predefined queriesPim van den Berg1-3/+89
- pg_blks - pg_n_tup_c - pg_n_tup_g - pg_numbackends - pg_scan - pg_xact
2011-03-10plugin/postgresql: create fallback for unknown typesPim van den Berg1-2/+1
2011-03-10plugin/postgresql: make postgresql plugin compatible with cgpPim van den Berg1-56/+40
2011-03-10plugin: add postgresql pluginBenjamin Dupuis1-0/+65
Source: http://www.quake.fr/tmp/plugin_bdu.tar.gz