aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #127 from mnellemann/masterPim van den Berg2016-01-051-2/+21
|\ | | | | Support for host categories based on regular expression matching
| * Support for host categories bases on regular expression matching against ↵Mark Nellemann2015-08-261-2/+21
| | | | | | | | host names
* | explicitly set Content-Type header to text/htmlPim van den Berg2016-01-051-0/+2
|/ | | | Closes #128
* responsive: introduce a hamburger navicon to toggle the menu on smaller devicesPim van den Berg2015-06-211-1/+1
|
* dashboard: showtime: load jquery + timeago.js when config is setPim van den Berg2014-12-131-1/+3
|
* dashboard: make timeago dynamic using jquery + timeagoPim van den Berg2014-12-131-0/+9
|
* Remove from all files the ending php tagFrançois LASSERRE2014-07-231-2/+0
|
* solve undefined index cat in index.phpPim van den Berg2013-09-141-1/+1
| | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/25)
* start using fieldset + legend for showing dataPim van den Berg2013-06-221-4/+2
|
* show error when no hosts are found in datadirPim van den Berg2010-01-121-1/+2
|
* prevent warning when no categories are definedPim van den Berg2009-09-291-4/+6
|
* layout improvement based on daniel's patchPim van den Berg2009-09-291-2/+2
| | | | | | | | 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
* initial import of cgpPim van den Berg2009-09-201-0/+30
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.