| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The relative path to an rrd file can be generated based on host, plugin,
plugin instance, type and type instance. In this case path_format is not
needed anymore.
This commit includes code based on the collectd_identifier function from
php-collection by Bruno Prémont.
|
|
|
|
|
| |
Include information in the title about the host, plugin,
plugin instance, type and type instance.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Show the host and plugin in the title to have a better browsing history.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
There was no cpu graph shown with hosts running a 2.4 kernel, because all
defined cpu states were needed.
|
|
|
|
|
|
|
|
| |
These configuration options have been added:
- width
- heigth
- detail-width
- detail-heigth
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
CPG is designed to run out-of-the box. The local config is optional.
|
| |
|
| |
|
|
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.
|