Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | type/base: always use rainbow_colors and overwrite them afterwards | Pim van den Berg | 2014-05-03 | 1 | -3/+4 | |
| | | | | | | Since the previous commit [type/base: show tinstances not defined in $this->order in graph] all type instances that are not defined in the plugin, are colored black. This way you always have nice colors. | |||||
* | type/base: show tinstances not defined in $this->order in graph | Pim van den Berg | 2014-05-03 | 1 | -6/+5 | |
| | | | | | | Previously if $this->order was defined in a graph, only type instances that were defined in $this->order showed up in the graph. Now it merges $this->order and the type instances. | |||||
* | rename ds_names and dsname to legend | Pim van den Berg | 2014-05-03 | 45 | -150/+150 | |
| | | | | This had nothing to do with an RRD data source. | |||||
* | type/base: set default values for rrd_title and rrd_format | Pim van den Berg | 2014-05-03 | 1 | -1/+2 | |
| | ||||||
* | move collectd_flush function to base class | Pim van den Berg | 2014-05-03 | 53 | -169/+75 | |
| | ||||||
* | type: move generic functions to base class | Pim van den Berg | 2014-05-03 | 5 | -300/+306 | |
| | ||||||
* | type/Default: don't depend on external function GET | Pim van den Berg | 2014-05-03 | 51 | -80/+78 | |
| | ||||||
* | inc: mv graphs_from_plugin, build_url functions to html.inc.php | Pim van den Berg | 2014-05-03 | 2 | -70/+68 | |
| | | | | They generate html. | |||||
* | inc/collectd: consistently return false instead of an empty array or false | Pim van den Berg | 2014-05-03 | 3 | -21/+19 | |
| | | | | | | | | | This means we have to check the return value of these functions for example before doing a foreach. We can't just do a foreach and assume the return value of a function is an array, while it can be false and results in a PHP warning. Closes: https://github.com/pommi/CGP/pull/68 | |||||
* | plugin/memory: add osx/bsd ds_names to order, set color of active to ff00ff | Pim van den Berg | 2014-05-01 | 1 | -2/+2 | |
| | | | | Closes: https://github.com/pommi/CGP/issues/67 | |||||
* | plugin/memory: add support for osx/bsd | Pim van den Berg | 2014-04-28 | 1 | -0/+8 | |
| | | | | Closes: https://github.com/pommi/CGP/issues/67 | |||||
* | plugin/df: fix support for collectd 4 | Pim van den Berg | 2014-04-15 | 1 | -0/+1 | |
| | | | | | | | Support for collectd 4 was broken since commit: v0.4.1-52-g0c50eff [Plugin/df: Add support for inode graphs] Closes: https://github.com/pommi/CGP/issues/64 | |||||
* | overview: disable showmem by default, add percent sign | Pim van den Berg | 2014-04-15 | 2 | -26/+26 | |
| | | | | And change all spaces to tabs. | |||||
* | overview: show used memory percentage | Bogdan Rădulescu | 2014-04-14 | 2 | -2/+27 | |
| | ||||||
* | Merge pull request #61 from young-druid/patch-1 | Pim van den Berg | 2014-04-09 | 1 | -1/+1 | |
|\ | | | | | fix: return operator prevents us from seeing a graph | |||||
| * | fix: return operator prevents us from seeing a graph | young-druid | 2014-04-08 | 1 | -1/+1 | |
|/ | ||||||
* | overview: only calculate cores when config option showload is enabled | Pim van den Berg | 2014-04-06 | 1 | -2/+2 | |
| | | | | Closes: https://github.com/pommi/CGP/issues/60 | |||||
* | add SVG graph support | Pim van den Berg | 2014-03-23 | 3 | -7/+25 | |
| | ||||||
* | plugin/aggregation: cpu: allow 4 digits | Thomas Harold | 2014-03-23 | 1 | -1/+1 | |
| | ||||||
* | 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 |