Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | plugin: add aggregation plugin | Pim van den Berg | 2014-03-23 | 1 | -0/+48 | |
| | ||||||
* | plugin: add ipmi plugin | Thomas Harold | 2014-03-23 | 1 | -0/+45 | |
| | ||||||
* | inc/functions.inc.php: rm trailing slash in base and resolve symlink | Pim van den Berg | 2014-03-23 | 1 | -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 glob | Pim van den Berg | 2014-03-23 | 1 | -1/+1 | |
| | ||||||
* | type/Default: escape brackets in identifier before glob | Pim van den Berg | 2014-03-22 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #51 from bobonlog/master | Pim van den Berg | 2014-03-22 | 1 | -0/+18 | |
|\ | | | | | dbi.php | |||||
| * | Create dbi.php | bobonlog | 2014-03-03 | 1 | -0/+18 | |
| | | ||||||
* | | type/Default: merge file2identifier function into rrd_files | Pim van den Berg | 2014-03-22 | 1 | -12/+2 | |
| | | ||||||
* | | add rrdcached flush support | Pim van den Berg | 2014-03-22 | 2 | -31/+49 | |
| | | ||||||
* | | inc/collectd.inc.php: use RegexIterator + strip $dir from result | Pim van den Berg | 2014-03-22 | 1 | -8/+7 | |
| | | ||||||
* | | inc/collectd.inc.php: replace glob by php5 iterators | Łukasz Kostka | 2014-03-22 | 1 | -2/+23 | |
| | | ||||||
* | | mod_rewrite final cleanup | sepich | 2014-03-21 | 2 | -3/+3 | |
|/ | ||||||
* | host.php: remove immediate end tag in fieldset | Pim van den Berg | 2014-02-10 | 1 | -1/+1 | |
| | ||||||
* | use & instead of & in html | Pim van den Berg | 2014-02-10 | 2 | -5/+5 | |
| | ||||||
* | Plugin/nut: Add support for power graphs | Vincent Brillault | 2014-02-10 | 1 | -0/+7 | |
| | ||||||
* | Plugin/df: Add support for inode graphs | Vincent Brillault | 2014-02-10 | 1 | -3/+12 | |
| | ||||||
* | add graph_type "hybrid" to show canvas on detail page, png on the others | Pim van den Berg | 2014-01-12 | 2 | -1/+5 | |
| | ||||||
* | Add a configuration option for sync/async choice for the canvas graphs | Vincent Brillault | 2014-01-12 | 5 | -22/+56 | |
| | ||||||
* | jsrrdgraph: CGP.js: split draw(id) into prepare_draw(id) and draw(id) | Vincent Brillault | 2014-01-12 | 1 | -1/+7 | |
| | ||||||
* | jsrrdgraph: Change alter for thow | Manuel Luis Sanmartín Rozada | 2014-01-12 | 1 | -4/+2 | |
| | ||||||
* | jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async method | Vincent Brillault | 2014-01-12 | 1 | -0/+93 | |
| | ||||||
* | jsrrdgraph: RrdDataFile.js: Add async function (fetch_async) to RrdDataFile | Vincent Brillault | 2014-01-12 | 1 | -0/+39 | |
| | ||||||
* | jsrrdgraph: RrdGraph.js: splitting RrdGraph.prototype.graph_paint into init, ↵ | Vincent Brillault | 2014-01-12 | 1 | -3/+13 | |
| | | | | fetch and draw | |||||
* | jsrrdgraph: RrdGraph.js: fix some indentation | Vincent Brillault | 2014-01-12 | 1 | -4/+4 | |
| | ||||||
* | jsrrdgraph: RrdDataFile.js: splitting fetch into fetch & build | Vincent Brillault | 2014-01-12 | 1 | -10/+15 | |
| | ||||||
* | jsrrdgraph: RrdDataFile.js: fix space/tabulation | Vincent Brillault | 2014-01-12 | 1 | -21/+21 | |
| | ||||||
* | Merge pull request #41 from oohlaf/nginx | Pim van den Berg | 2014-01-02 | 1 | -0/+15 | |
|\ | | | | | Nginx plugin changed DS types | |||||
| * | Nginx plugin changed DS types | Olaf Conradi | 2014-01-02 | 1 | -0/+15 | |
| | | | | | | | | See https://github.com/collectd/collectd/pull/227 | |||||
* | | Merge pull request #40 from oohlaf/apcupsd | Pim van den Berg | 2014-01-02 | 1 | -1/+1 | |
|\ \ | |/ |/| | Time left is in seconds (plugin apcupsd) | |||||
| * | Time left is in seconds (plugin apcupsd) | Olaf Conradi | 2014-01-02 | 1 | -1/+1 | |
|/ | ||||||
* | plugin/tail: collectd < 5 backwards compatibility | Pim van den Berg | 2013-12-29 | 1 | -0/+15 | |
| | | | | Closes: https://github.com/pommi/CGP/issues/36 | |||||
* | graph: add configurable limit to graph width/height | Pim van den Berg | 2013-12-29 | 2 | -0/+8 | |
| | | | | Closes: https://github.com/pommi/CGP/pull/34 | |||||
* | fix heigth -> height typo | Pim van den Berg | 2013-12-29 | 4 | -8/+8 | |
| | ||||||
* | automatic page refresh support + config setting | Pim van den Berg | 2013-12-29 | 2 | -0/+9 | |
| | | | | Closes: https://github.com/pommi/CGP/pull/35 | |||||
* | Merge pull request #38 from oohlaf/timezone | Pim van den Berg | 2013-12-29 | 2 | -0/+7 | |
|\ | | | | | Add default timezone when system one is missing | |||||
| * | Add default timezone when system one is missing | Olaf Conradi | 2013-12-28 | 2 | -0/+7 | |
|/ | | | | Suppresses all the PHP warnings in the error logging. | |||||
* | Merge pull request #32 from jbergstroem/parantheses_in_names | Pim van den Berg | 2013-11-14 | 1 | -2/+2 | |
|\ | | | | | Escape parentheses in filenames | |||||
| * | Escape parentheses in filenames | Johan Bergström | 2013-11-14 | 1 | -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 Berg | 2013-10-09 | 4 | -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 check | Pim van den Berg | 2013-10-07 | 4 | -4/+4 | |
| | ||||||
* | Merge pull request #21 from benoit-monin/fix_undefined_index | Pim van den Berg | 2013-10-07 | 4 | -4/+4 | |
|\ | | | | | Fix undefined index for ds_names in type classes | |||||
| * | type: use empty to access ds_names | Benoît Monin | 2013-08-31 | 3 | -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_graph | Benoît Monin | 2013-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | Fix php notices emitted when generating graphs of ping, sensors and hddtemp plugins. | |||||
* | | type/GenericStacked: make stack NaN-safe using ADDNAN instead of + | Pim van den Berg | 2013-10-07 | 1 | -1/+1 | |
| | | | | | | | | | | Reported-By: Julien Genestoux <julien.genestoux@gmail.com> (https://github.com/pommi/CGP/issues/24) | |||||
* | | rrd.php: ob_clean if ob_get_length to prevent from a php notice | Pim van den Berg | 2013-09-14 | 1 | -3/+3 | |
| | | | | | | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26) | |||||
* | | solve undefined index cat in index.php | Pim van den Berg | 2013-09-14 | 1 | -1/+1 | |
|/ | | | | Reported-by: tbleiker (https://github.com/pommi/CGP/issues/25) | |||||
* | inc/collectd.inc.php: typo | Pim van den Berg | 2013-08-24 | 1 | -1/+1 | |
| | ||||||
* | inc/collectd.inc.php: don't group type instances when snmp + if_octets | Pim van den Berg | 2013-08-24 | 1 | -1/+4 | |
| | | | | | | | | The snmp plugin is saving if_octets this way: <host>/snmp/if_octets-<port>.rrd Where the interfaces plugin is saving if_octets with this structure: <host>/interface-<port>/if_octets.rrd | |||||
* | type/default: escape spaces in filenames | Pim van den Berg | 2013-08-24 | 1 | -0/+3 | |
| | ||||||
* | type/default: urlencode filenames when using canvas | Pim van den Berg | 2013-08-04 | 1 | -0/+2 | |
| | | | | | | | | | Since commit v0.3-97-g5793a8c [integrate jsrrdgraph in CGP], double quotes have been removed around filenames and legend because it shouldn't be necessary (and jsrrdgraph didn't support it). This broke graphs rendered using jsrrdgraph with files including spaces in it's name. Hopefully this is fixed now by rawurlencoding them (but the /). |