aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add unixsock flush supportPim van den Berg2009-11-041-0/+5
| | | | | | | | | | | | | | Via the UnixSock plugin of Collectd it is possible to send commands to the Collectd daemon. One of the commands is the FLUSH command, which you can use to let the daemon write cached data to the rrd files. CGP uses the FLUSH command before generating a graph and before showing the load information on the main page. In this case the information shown via CGP is always up-to-date. Also when you have configured the RRDTool plugin of Collectd with a CacheTimeout setting. This commit includes code based on functions collectd_identifier and collectd_flush from php-collection by Bruno Prémont.
* make width and heigth of graphs configurablePim van den Berg2009-09-291-0/+7
| | | | | | | | These configuration options have been added: - width - heigth - detail-width - detail-heigth
* include local config if it existsPim van den Berg2009-09-231-1/+2
| | | | CPG is designed to run out-of-the box. The local config is optional.
* initial import of cgpPim van den Berg2009-09-203-0/+28
Collectd Graph Panel is a frontend for Collectd written in PHP. The goal of CGP is to provide an easy-to-use frontend for Collectd, starting with page that shows an overview of all the hosts you are managing with Collectd. In this initial import there is support for the plugins that are default enabled in Collectd. The supported plugins are located in the plugin directory.