aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-22add viewport meta tag for better experience on mobile devicesPim van den Berg1-0/+1
2013-06-22overview: add color to load averagesPim van den Berg1-4/+11
The load average number turns: * orange When the load is higher than the number of cpu cores. * red When the load is more than twice as high as the number of cpu cores.
2013-06-22start using fieldset + legend for showing dataPim van den Berg1-3/+6
2013-05-18integrate jsrrdgraph in CGPPim van den Berg1-0/+31
2012-12-28remove arguments overview_plugins and other_plugins from plugins_list functionPim van den Berg1-11/+24
Those can be gathered within the function.
2012-12-28don't show plugins the host doesn't havePim van den Berg1-2/+4
2012-12-28resolve php warning/notices when plugin doesn't existPim van den Berg1-0/+4
For example when a non existing plugin is defined in $CONFIG['overview'] it causes a lot of php warnings/notices.
2012-12-21remove ajax js codePim van den Berg1-1/+0
This isn't needed with the new navigation menu anymore.
2012-12-21remove in-html comments by xian310Pim van den Berg1-1/+1
2012-12-21replace the ajax expand system by a navigation menuxian3101-12/+47
Signed-off-by: Pim van den Berg <pim@nethuis.nl>
2011-10-08include trailing slash in config weburl variablePim van den Berg1-5/+5
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-10/+11
Including a lot of undefined $_GET values.
2011-03-10fallback to non-annotated tags in version detectionPim van den Berg1-1/+1
2011-03-09add version information to footerPim van den Berg1-1/+15
2011-03-01add links to footerPim van den Berg1-1/+2
2010-05-29Define alternating odd/even css classes for rows in main summaryEdmondo Tommasina1-1/+7
To select different background colors for the rows in the main summary page, just uncomment the tr.odd/tr.even background definition in layout/style.css and set the color.
2010-03-06configuration option to show load averages on overview pagePim van den Berg1-14/+16
2010-01-12add compatibility if rrdinfo doesn't work as expectedPim van den Berg1-3/+17
2010-01-12make rrdtool executable configurablePim van den Berg1-1/+1
2010-01-01better validation of possible user input (get)Pim van den Berg1-5/+8
2009-12-28replace duplicate code by function plugin_headerPim van den Berg1-0/+16
2009-12-05load plugins on the host page via ajaxPim van den Berg1-0/+1
2009-11-04add unixsock flush supportPim van den Berg1-0/+2
Via the UnixSock plugin of Collectd it is possible to send commands to the Collectd daemon. One of the commands is the FLUSH command, which you can use to let the daemon write cached data to the rrd files. CGP uses the FLUSH command before generating a graph and before showing the load information on the main page. In this case the information shown via CGP is always up-to-date. Also when you have configured the RRDTool plugin of Collectd with a CacheTimeout setting. This commit includes code based on functions collectd_identifier and collectd_flush from php-collection by Bruno Prémont.
2009-10-25make dynamic title more detailedPim van den Berg1-4/+17
Include information in the title about the host, plugin, plugin instance, type and type instance.
2009-10-10dynamic titlePim van den Berg1-1/+7
Show the host and plugin in the title to have a better browsing history.
2009-09-29layout improvement based on daniel's patchPim van den Berg1-0/+9
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-3/+5
- 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-23add a footer to each pagePim van den Berg1-0/+1