aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* overview: disable showmem by default, add percent signPim van den Berg2014-04-152-26/+26
| | | | And change all spaces to tabs.
* overview: show used memory percentageBogdan Rădulescu2014-04-142-2/+27
|
* Merge pull request #61 from young-druid/patch-1Pim van den Berg2014-04-091-1/+1
|\ | | | | fix: return operator prevents us from seeing a graph
| * fix: return operator prevents us from seeing a graphyoung-druid2014-04-081-1/+1
|/
* overview: only calculate cores when config option showload is enabledPim van den Berg2014-04-061-2/+2
| | | | Closes: https://github.com/pommi/CGP/issues/60
* add SVG graph supportPim van den Berg2014-03-233-7/+25
|
* plugin/aggregation: cpu: allow 4 digitsThomas Harold2014-03-231-1/+1
|
* plugin: add aggregation pluginPim van den Berg2014-03-231-0/+48
|
* plugin: add ipmi pluginThomas Harold2014-03-231-0/+45
|
* inc/functions.inc.php: rm trailing slash in base and resolve symlinkPim van den Berg2014-03-231-0/+5
| | | | | | | When there was a symlink in the path of $base, strpos($realpath, $base) would have always return false. Closes: https://github.com/pommi/CGP/pull/49
* type/Default: also escape * and ? in identifier before globPim van den Berg2014-03-231-1/+1
|
* type/Default: escape brackets in identifier before globPim van den Berg2014-03-221-0/+1
|
* Merge pull request #51 from bobonlog/masterPim van den Berg2014-03-221-0/+18
|\ | | | | dbi.php
| * Create dbi.phpbobonlog2014-03-031-0/+18
| |
* | type/Default: merge file2identifier function into rrd_filesPim van den Berg2014-03-221-12/+2
| |
* | add rrdcached flush supportPim van den Berg2014-03-222-31/+49
| |
* | inc/collectd.inc.php: use RegexIterator + strip $dir from resultPim van den Berg2014-03-221-8/+7
| |
* | inc/collectd.inc.php: replace glob by php5 iteratorsŁukasz Kostka2014-03-221-2/+23
| |
* | mod_rewrite final cleanupsepich2014-03-212-3/+3
|/
* host.php: remove immediate end tag in fieldsetPim van den Berg2014-02-101-1/+1
|
* use & instead of & in htmlPim van den Berg2014-02-102-5/+5
|
* Plugin/nut: Add support for power graphsVincent Brillault2014-02-101-0/+7
|
* Plugin/df: Add support for inode graphsVincent Brillault2014-02-101-3/+12
|
* add graph_type "hybrid" to show canvas on detail page, png on the othersPim van den Berg2014-01-122-1/+5
|
* Add a configuration option for sync/async choice for the canvas graphsVincent Brillault2014-01-125-22/+56
|
* jsrrdgraph: CGP.js: split draw(id) into prepare_draw(id) and draw(id)Vincent Brillault2014-01-121-1/+7
|
* jsrrdgraph: Change alter for thowManuel Luis Sanmartín Rozada2014-01-121-4/+2
|
* jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async methodVincent Brillault2014-01-121-0/+93
|
* jsrrdgraph: RrdDataFile.js: Add async function (fetch_async) to RrdDataFileVincent Brillault2014-01-121-0/+39
|
* jsrrdgraph: RrdGraph.js: splitting RrdGraph.prototype.graph_paint into init, ↵Vincent Brillault2014-01-121-3/+13
| | | | fetch and draw
* jsrrdgraph: RrdGraph.js: fix some indentationVincent Brillault2014-01-121-4/+4
|
* jsrrdgraph: RrdDataFile.js: splitting fetch into fetch & buildVincent Brillault2014-01-121-10/+15
|
* jsrrdgraph: RrdDataFile.js: fix space/tabulationVincent Brillault2014-01-121-21/+21
|
* Merge pull request #41 from oohlaf/nginxPim van den Berg2014-01-021-0/+15
|\ | | | | Nginx plugin changed DS types
| * Nginx plugin changed DS typesOlaf Conradi2014-01-021-0/+15
| | | | | | | | See https://github.com/collectd/collectd/pull/227
* | Merge pull request #40 from oohlaf/apcupsdPim van den Berg2014-01-021-1/+1
|\ \ | |/ |/| Time left is in seconds (plugin apcupsd)
| * Time left is in seconds (plugin apcupsd)Olaf Conradi2014-01-021-1/+1
|/
* plugin/tail: collectd < 5 backwards compatibilityPim van den Berg2013-12-291-0/+15
| | | | Closes: https://github.com/pommi/CGP/issues/36
* graph: add configurable limit to graph width/heightPim van den Berg2013-12-292-0/+8
| | | | Closes: https://github.com/pommi/CGP/pull/34
* fix heigth -> height typoPim van den Berg2013-12-294-8/+8
|
* automatic page refresh support + config settingPim van den Berg2013-12-292-0/+9
| | | | Closes: https://github.com/pommi/CGP/pull/35
* Merge pull request #38 from oohlaf/timezonePim van den Berg2013-12-292-0/+7
|\ | | | | Add default timezone when system one is missing
| * Add default timezone when system one is missingOlaf Conradi2013-12-282-0/+7
|/ | | | Suppresses all the PHP warnings in the error logging.
* Merge pull request #32 from jbergstroem/parantheses_in_namesPim van den Berg2013-11-141-2/+2
|\ | | | | Escape parentheses in filenames
| * Escape parentheses in filenamesJohan Bergström2013-11-141-2/+2
|/ | | The IPMI collectd plugin uses parentheses in filenames (`fanspeed-FAN 1 fan_cooling (29.1).rrd`), so we need to escape them before passing them to rrdtool.
* Revert "type: fix undefined index in ds_names[$source] before empty check"Pim van den Berg2013-10-094-4/+4
| | | | | | | | | | From the docs: "No warning is generated if the variable does not exist. That means empty() is essentially the concise equivalent to !isset($var) || $var == false." This reverts commit f2a4593558b3a3ec696e9cc1de93fa898b9521bb. Reported-By: Benoit Monin (https://github.com/pommi/CGP/commit/f2a4593)
* type: fix undefined index in ds_names[$source] before empty checkPim van den Berg2013-10-074-4/+4
|
* Merge pull request #21 from benoit-monin/fix_undefined_indexPim van den Berg2013-10-074-4/+4
|\ | | | | Fix undefined index for ds_names in type classes
| * type: use empty to access ds_namesBenoît Monin2013-08-313-3/+3
| | | | | | | | | | Fix some potential undefined index errors by using the empty function to access ds_names in type other than default.
| * type/default: fix 'undefined index' in rrd_gen_graphBenoît Monin2013-08-311-1/+1
| | | | | | | | | | Fix php notices emitted when generating graphs of ping, sensors and hddtemp plugins.