no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | cgp [2015/06/02 13:46] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Collected Graph Panel ====== | ||
+ | CGP is a PHP web-interface providing access to graphs generated from RRD files made by [[collectd]]. | ||
+ | |||
+ | ==== Setup ==== | ||
+ | |||
+ | Download the git HEAD to a public directory. | ||
+ | |||
+ | < | ||
+ | git clone http:// | ||
+ | </ | ||
+ | |||
+ | Edit '' | ||
+ | |||
+ | === Apache Configuration == | ||
+ | |||
+ | < | ||
+ | Alias /cgp "/ | ||
+ | < | ||
+ | AllowOverride None | ||
+ | Options None | ||
+ | Order deny,allow | ||
+ | Deny from all | ||
+ | Allow from 1.2.3.4 | ||
+ | Allow from 127.0.0.1 | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | == CPanel Integration == | ||
+ | |||
+ | On some CentOS installations, | ||
+ | |||
+ | ''/ | ||
+ | |||
+ | === Notes === | ||
+ | |||
+ | Your PHP setup must disable all error reporting. |