aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/host.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolve php noticesKarol Nowacki2011-04-211-2/+2
| | | | Including a lot of undefined $_GET values.
* better validation of possible user input (get)Pim van den Berg2010-01-011-2/+2
|
* replace duplicate code by function plugin_headerPim van den Berg2009-12-281-3/+3
|
* load plugins on the host page via ajaxPim van den Berg2009-12-051-4/+7
|
* replace plus and minus on host page by imagesPim van den Berg2009-10-111-3/+3
|
* remove laquo from navigationPim van den Berg2009-10-101-1/+1
| | | | | You can always return to the main page via the header. From the detail page you can return to the host page by clicking the hostname.
* layout improvement based on daniel's patchPim van den Berg2009-09-291-4/+4
| | | | | | | | 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-281-0/+1
| | | | | | | | - 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.
* initial import of cgpPim van den Berg2009-09-201-0/+43
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.