aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* cpu graph for hosts running a 2.4 kernelPim van den Berg2009-10-031-1/+4
| | | | | There was no cpu graph shown with hosts running a 2.4 kernel, because all defined cpu states were needed.
* make width and heigth of graphs configurablePim van den Berg2009-09-294-4/+17
| | | | | | | | These configuration options have been added: - width - heigth - detail-width - detail-heigth
* prevent warning when no categories are definedPim van den Berg2009-09-291-4/+6
|
* layout improvement based on daniel's patchPim van den Berg2009-09-295-8/+43
| | | | | | | | The page is divided into a header, content and footer. It is styled better and the header links to the main page. Patch from Daniel von Fange (Leancoder): http://pommi.nethuis.nl/storage/software/cgp/leancoder-css.cgp-v-0-1.patch
* change webdir/weburl and include/require usagePim van den Berg2009-09-2815-33/+37
| | | | | | | | - Don't depend on includes from files that are included. - Don't use webdir with includes/requires (also because webdir couldn't be available in some cases). - Use common.inc.php instead of config.php in all plugins to have all configuration settings available.
* add a footer to each pagePim van den Berg2009-09-232-0/+12
|
* disable directory indexesPim van den Berg2009-09-231-0/+2
|
* very short installation instructionsPim van den Berg2009-09-231-0/+3
|
* 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.
* add GPL licensePim van den Berg2009-09-231-0/+674
|
* display term as a list on detail pagePim van den Berg2009-09-202-3/+12
|
* initial import of cgpPim van den Berg2009-09-2027-0/+1312
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.