Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | responsive: introduce a hamburger navicon to toggle the menu on smaller devices | Pim van den Berg | 2015-06-21 | 1 | -6/+30 |
| | |||||
* | responsive: make the overview page look nice on all media | Pim van den Berg | 2015-06-21 | 1 | -0/+4 |
| | |||||
* | replace table on overview page by divs | Pim van den Berg | 2015-06-21 | 1 | -12/+15 |
| | | | | This works better in a responsive design. | ||||
* | layout: make timeago smaller and give it some opacity | Pim van den Berg | 2014-12-14 | 1 | -1/+6 |
| | |||||
* | Adding option to show time since last update on dashboard. | David Severwright | 2014-12-13 | 1 | -0/+5 |
| | | | | Closes #110 | ||||
* | inc/html: add deprecation message about collectd 4 | Pim van den Berg | 2014-08-14 | 1 | -1/+7 |
| | |||||
* | support php versions without json support and show a warning message | Pim van den Berg | 2014-07-25 | 1 | -1/+7 |
| | |||||
* | overview: add color to load averages | Pim van den Berg | 2013-06-22 | 1 | -0/+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. | ||||
* | start using fieldset + legend for showing data | Pim van den Berg | 2013-06-22 | 1 | -6/+14 |
| | |||||
* | layout: use the max width of the browser to show the graphs | Pim van den Berg | 2012-12-26 | 1 | -7/+9 |
| | | | | Reference: http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width | ||||
* | replace the ajax expand system by a navigation menu | xian310 | 2012-12-21 | 1 | -4/+38 |
| | | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl> | ||||
* | Define alternating odd/even css classes for rows in main summary | Edmondo Tommasina | 2010-05-29 | 1 | -0/+8 |
| | | | | | | 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. | ||||
* | make rrdtool executable configurable | Pim van den Berg | 2010-01-12 | 1 | -0/+5 |
| | |||||
* | load plugins on the host page via ajax | Pim van den Berg | 2009-12-05 | 1 | -0/+4 |
| | |||||
* | some styling modifications | Pim van den Berg | 2009-10-11 | 1 | -3/+13 |
| | |||||
* | layout improvement based on daniel's patch | Pim van den Berg | 2009-09-29 | 1 | -1/+27 |
| | | | | | | | | 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 | ||||
* | add a footer to each page | Pim van den Berg | 2009-09-23 | 1 | -0/+11 |
| | |||||
* | display term as a list on detail page | Pim van den Berg | 2009-09-20 | 1 | -0/+9 |
| | |||||
* | initial import of cgp | Pim van den Berg | 2009-09-20 | 1 | -0/+23 |
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. |