aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-21remove in-html comments by xian310Pim van den Berg1-1/+1
2012-12-21replace the ajax expand system by a navigation menuxian3101-14/+26
Signed-off-by: Pim van den Berg <pim@nethuis.nl>
2012-09-07add support for varnish plugin categoriesPim van den Berg1-0/+1
Since commit collectd-4.10.0-88-g02e12db the varnish plugin groups collected values in categories. The collectd filestructure used for varnish is now: <plugin>-<category>-<plugin_instance>/<type>-<type_instance> Because this isn't distinguishable from a regular plugin like df, ... df-var-tmp/df_complex-free.rrd ("var" isn't the category here) ... the category is only set with the varnish plugin. Reported-by: Jonathan Huot <jonathan.huot@gmail.com>
2011-10-08include trailing slash in config weburl variablePim van den Berg1-3/+3
When running CGP in the root, the header didn't link to the overview page because the href was empty. Reported-by: Nikoli <Nikoli@lavabit.com>
2011-04-21resolve php noticesKarol Nowacki1-8/+8
Including a lot of undefined $_GET values.
2010-01-01better validation of possible user input (get)Pim van den Berg1-5/+6
2009-10-11change 6 hour link on detail page to 8 hourPim van den Berg1-1/+1
2009-10-10remove laquo from navigationPim van den Berg1-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.
2009-09-29make width and heigth of graphs configurablePim van den Berg1-0/+6
These configuration options have been added: - width - heigth - detail-width - detail-heigth
2009-09-29layout improvement based on daniel's patchPim van den Berg1-1/+1
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
2009-09-28change webdir/weburl and include/require usagePim van den Berg1-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.
2009-09-20display term as a list on detail pagePim van den Berg1-3/+3