aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrd.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-10Support customized RRD URLsPeter Wu1-2/+9
Use case: I would like to bypass PHP for serving the RRD files and allow the webserver (nginx) to compress it to reduce load on the Raspberry Pi. I could go through all kinds of URL rewriting, but it is much easier to set `$CONFIG['rrd_url'] = 'rrd/{file}';` instead and add a corresponding location + alias directive to the nginx configuration. This depends on https://github.com/manuelluis/jsrrdgraph/pull/17 to avoid breaking on '='.
2014-03-21mod_rewrite final cleanupsepich1-1/+1
2013-09-14rrd.php: ob_clean if ob_get_length to prevent from a php noticePim van den Berg1-3/+3
Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26)
2013-06-22start using fieldset + legend for showing dataPim van den Berg1-1/+3
2013-05-20remove dependency on mod_rewrite for rrd.phpPim van den Berg1-1/+1
Use $_SERVER['PATH_INFO'] instead.
2013-05-18integrate jsrrdgraph in CGPPim van den Berg1-0/+24