Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix LICENSE links | Pim van den Berg | 2019-05-10 | 2 | -2/+2 |
| | |||||
* | Merge pull request #166 from ahumph/master | Pim van den Berg | 2019-05-10 | 1 | -0/+0 |
|\ | | | | | Move LICENSE to root directory | ||||
| * | Move LICENSE to root directory so GitHub will detect it | Adam Humphreys | 2019-02-25 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #165 from julianbrost/php7.3-host-regex | Pim van den Berg | 2018-12-09 | 1 | -1/+1 |
|\ | | | | | functions.inc.php: escape minus in regex | ||||
| * | functions.inc.php: escape minus in regex | Julian Brost | 2018-12-09 | 1 | -1/+1 |
|/ | | | | | | | | This makes CGP work on PHP 7.3 as it otherwise only shows an "Unknown host" error message and logs the following PHP warning: PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in .../inc/functions.inc.php on line 37 | ||||
* | Merge pull request #162 from Self-Perfection/patch-1 | Pim van den Berg | 2018-06-20 | 1 | -2/+5 |
|\ | | | | | Provide meaningful filenames for graphs | ||||
| * | Provide meaningful filenames for graphs | Alexander Meshcheryakov | 2018-06-20 | 1 | -2/+5 |
| | | | | | | Gives decent default name when saving graph from browser as file and distinguishable tab for tabs showing graph.php output. | ||||
* | | Merge pull request #157 from Arvur/master | Pim van den Berg | 2018-06-20 | 1 | -2/+5 |
|\ \ | |/ |/| | Readme: Reminder to allow .htaccess in vhost config | ||||
| * | Readme: Reminder to allow .htaccess in vhost config | Denis Grinyuk | 2018-01-18 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #160 from gaaf/multi_neg_io | Pim van den Berg | 2018-03-17 | 1 | -5/+5 |
|\ \ | | | | | | | GenericIO: Fix negative_io for multiple instances | ||||
| * | | GenericIO: Fix negative_io for multiple instances | Alex Hermann | 2018-02-16 | 1 | -5/+5 |
| |/ | | | | | | | | | When multiple instances are in one graph, every odd source must be negated, not just the first. | ||||
* | | Merge pull request #159 from gaaf/fixes | Pim van den Berg | 2018-03-17 | 1 | -0/+1 |
|\ \ | |/ |/| | graph.php: Initialize $plugin_json variable. | ||||
| * | graph.php: Initialize $plugin_json variable. | Alex Hermann | 2018-02-15 | 1 | -0/+1 |
|/ | | | | Prevents error messages. | ||||
* | Merge pull request #156 from Arvur/master | Pim van den Berg | 2018-01-16 | 1 | -2/+4 |
|\ | | | | | Fix for Invalid command 'RewriteEngine' when mod_rewrite is not enabled | ||||
| * | Fix for Invalid command 'RewriteEngine' when mod_rewrite is not enabled | Denis Grinyuk | 2018-01-16 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #149 from zerkms/patch-1 | Pim van den Berg | 2017-08-05 | 1 | -1/+1 |
|\ | | | | | Missing parentheses for LVM item name | ||||
| * | Missing parentheses for LVM item name | Ivan Kurnosov | 2017-08-03 | 1 | -1/+1 |
|/ | |||||
* | plugins: rename libvirt -> virt | Pim van den Berg | 2017-06-29 | 1 | -0/+0 |
| | | | | The plugin was renamed in collectd 5.5.0. | ||||
* | hello CGP v1 | Pim van den Berg | 2017-03-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | It's finished :o) Joking aside. It has been requested multiple times. So let's get it over with. The last version was more then 3.5 years ago. This will be the last tagged version of CGP. Every commit in the master branch after this release can be considered as a new release. ;) Use git and "git pull" to keep up-to-date or download the latest version here https://github.com/pommi/CGP/archive/master.zip Closes: #120 #143 | ||||
* | plugin/interface: add if_dropped | Pim van den Berg | 2017-03-04 | 1 | -0/+16 |
| | |||||
* | plugin/disk: add pending_operations, disk_io_time | Pim van den Berg | 2017-03-04 | 1 | -0/+27 |
| | |||||
* | plugin/memory: add slab_recl, slab_unrecl | Pim van den Berg | 2017-03-04 | 1 | -0/+8 |
| | |||||
* | inc/functions: check if $_GET value is empty before executing preg_match | Pim van den Berg | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | | When using "canvas" mode, a lot of these errors were thrown: > Invalid type instance in $_GET["ti"]: "" > Invalid type instance in $_GET["pi"]: "" Closes: #132 | ||||
* | inc/html: fix php notice about html_weburl when type is canvas | Pim van den Berg | 2016-12-09 | 1 | -2/+1 |
| | | | | | | | | Fixes: > PHP Notice: Undefined variable: html_weburl in inc/html.inc.php on line 131 Mentioned in #132 Closes: #141 | ||||
* | Merge pull request #140 from davidgiga1993/master | Pim van den Berg | 2016-10-06 | 1 | -1/+1 |
|\ | | | | | fix array_search comparison | ||||
| * | Fixes array_search comparison. | david | 2016-10-05 | 1 | -1/+1 |
|/ | | | | See http://php.net/manual/en/function.array-search.php for details why this is required. | ||||
* | Merge pull request #127 from mnellemann/master | Pim van den Berg | 2016-01-05 | 2 | -2/+24 |
|\ | | | | | Support for host categories based on regular expression matching | ||||
| * | Support for host categories bases on regular expression matching against ↵ | Mark Nellemann | 2015-08-26 | 2 | -2/+24 |
| | | | | | | | | host names | ||||
* | | explicitly set Content-Type header to text/html | Pim van den Berg | 2016-01-05 | 3 | -0/+6 |
|/ | | | | Closes #128 | ||||
* | inc/functions: a host, pi and ti may contain colons (:) and spaces ( ) | Pim van den Berg | 2015-07-04 | 1 | -1/+1 |
| | | | | For example: "CPU Interface : 1" (snmp plugin + hp1810g switch) | ||||
* | fix PHP Notice about Undefined variable $aggr | Pim van den Berg | 2015-06-22 | 1 | -1/+1 |
| | | | | Closes #122 | ||||
* | layout: add transition to hamburger menu slideout | Pim van den Berg | 2015-06-22 | 1 | -0/+3 |
| | |||||
* | graph: in case of aggregation, reset pi after initializing $obj | Pim van den Berg | 2015-06-22 | 1 | -2/+8 |
| | | | | Probably related to #122 | ||||
* | graph: only use local json when no json provided by CGP | Pim van den Berg | 2015-06-22 | 1 | -1/+5 |
| | | | | | To prevent from this warning: > array_merge(): Argument #1 is not an array | ||||
* | jsrrdgraph: Fix typo | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -2/+1 |
| | |||||
* | jsrrdgraph: Fix TICK | Manuel Luis Sanmartín Rozada | 2015-06-22 | 2 | -4/+5 |
| | |||||
* | jsrrdgraph: Fix tabs and spaces | Manuel Luis Sanmartín Rozada | 2015-06-22 | 4 | -48/+49 |
| | |||||
* | jsrrdgraph: Use dash lines in canvas for the grid. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+15 |
| | |||||
* | jsrrdgraph: Fix tabs. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | jsrrdgraph: Fix "SHIFT:" number of chars | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | jsrrdgraph: Add dashes to Json. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -6/+12 |
| | |||||
* | jsrrdgraph: Add support for dashes | Manuel Luis Sanmartín Rozada | 2015-06-22 | 4 | -14/+127 |
| | |||||
* | jsrrdgraph: Rewrite data a graph commands parser. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -82/+344 |
| | |||||
* | jsrrdgraph: Fix parse AREA in cmd line. | manuel.luis | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | Add slab to memory plugin | Vincent Brillault | 2015-06-22 | 1 | -0/+4 |
| | |||||
* | Added haproxy template. | Erik Grinaker | 2015-06-22 | 1 | -0/+106 |
| | |||||
* | Bug fix in get_faded_color | Stephen Kent | 2015-06-22 | 1 | -2/+3 |
| | |||||
* | Don't show overlap AREA on Generic IO graphs when negative_io is set | Stephen Kent | 2015-06-22 | 1 | -6/+8 |
| | |||||
* | inc/functions: a plugin/type instance may contain a dot | Pim van den Berg | 2015-06-22 | 1 | -7/+2 |
| | | | | Closes #123 | ||||
* | plugin: move local plugins from conf/plugin to plugin/local | Pim van den Berg | 2015-06-22 | 4 | -8/+9 |
| |