Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start using fieldset + legend for showing data | Pim van den Berg | 2013-06-22 | 1 | -1/+4 |
| | |||||
* | rewrite some code of added overview_filter feature | Pim van den Berg | 2013-03-30 | 1 | -3/+1 |
| | | | | Use less variables, less code. | ||||
* | add feature to show a subset of graphs from a plugin on overview page | Rohit Bhute | 2013-03-30 | 1 | -1/+3 |
| | |||||
* | remove arguments overview_plugins and other_plugins from plugins_list function | Pim van den Berg | 2012-12-28 | 1 | -7/+2 |
| | | | | Those can be gathered within the function. | ||||
* | don't show plugins the host doesn't have | Pim van den Berg | 2012-12-28 | 1 | -2/+4 |
| | |||||
* | remove in-html comments by xian310 | Pim van den Berg | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | replace the ajax expand system by a navigation menu | xian310 | 2012-12-21 | 1 | -22/+14 |
| | | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl> | ||||
* | resolve php notices | Karol Nowacki | 2011-04-21 | 1 | -2/+2 |
| | | | | Including a lot of undefined $_GET values. | ||||
* | better validation of possible user input (get) | Pim van den Berg | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | replace duplicate code by function plugin_header | Pim van den Berg | 2009-12-28 | 1 | -3/+3 |
| | |||||
* | load plugins on the host page via ajax | Pim van den Berg | 2009-12-05 | 1 | -4/+7 |
| | |||||
* | replace plus and minus on host page by images | Pim van den Berg | 2009-10-11 | 1 | -3/+3 |
| | |||||
* | remove laquo from navigation | Pim van den Berg | 2009-10-10 | 1 | -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 patch | Pim van den Berg | 2009-09-29 | 1 | -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 usage | Pim van den Berg | 2009-09-28 | 1 | -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 cgp | Pim van den Berg | 2009-09-20 | 1 | -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. |