aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* display term as a list on detail pagePim van den Berg2009-09-201-3/+3
|
* initial import of cgpPim van den Berg2009-09-201-0/+52
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.