aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #160 from gaaf/multi_neg_ioPim van den Berg2018-03-171-5/+5
|\ | | | | GenericIO: Fix negative_io for multiple instances
| * GenericIO: Fix negative_io for multiple instancesAlex Hermann2018-02-161-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/fixesPim van den Berg2018-03-171-0/+1
|\ \ | |/ |/| graph.php: Initialize $plugin_json variable.
| * graph.php: Initialize $plugin_json variable.Alex Hermann2018-02-151-0/+1
|/ | | | Prevents error messages.
* Merge pull request #156 from Arvur/masterPim van den Berg2018-01-161-2/+4
|\ | | | | Fix for Invalid command 'RewriteEngine' when mod_rewrite is not enabled
| * Fix for Invalid command 'RewriteEngine' when mod_rewrite is not enabledDenis Grinyuk2018-01-161-2/+4
|/
* Merge pull request #149 from zerkms/patch-1Pim van den Berg2017-08-051-1/+1
|\ | | | | Missing parentheses for LVM item name
| * Missing parentheses for LVM item nameIvan Kurnosov2017-08-031-1/+1
|/
* plugins: rename libvirt -> virtPim van den Berg2017-06-291-0/+0
| | | | The plugin was renamed in collectd 5.5.0.
* hello CGP v1Pim van den Berg2017-03-051-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_droppedPim van den Berg2017-03-041-0/+16
|
* plugin/disk: add pending_operations, disk_io_timePim van den Berg2017-03-041-0/+27
|
* plugin/memory: add slab_recl, slab_unreclPim van den Berg2017-03-041-0/+8
|
* inc/functions: check if $_GET value is empty before executing preg_matchPim van den Berg2016-12-091-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 canvasPim van den Berg2016-12-091-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/masterPim van den Berg2016-10-061-1/+1
|\ | | | | fix array_search comparison
| * Fixes array_search comparison.david2016-10-051-1/+1
|/ | | | See http://php.net/manual/en/function.array-search.php for details why this is required.
* Merge pull request #127 from mnellemann/masterPim van den Berg2016-01-052-2/+24
|\ | | | | Support for host categories based on regular expression matching
| * Support for host categories bases on regular expression matching against ↵Mark Nellemann2015-08-262-2/+24
| | | | | | | | host names
* | explicitly set Content-Type header to text/htmlPim van den Berg2016-01-053-0/+6
|/ | | | Closes #128
* inc/functions: a host, pi and ti may contain colons (:) and spaces ( )Pim van den Berg2015-07-041-1/+1
| | | | For example: "CPU Interface : 1" (snmp plugin + hp1810g switch)
* fix PHP Notice about Undefined variable $aggrPim van den Berg2015-06-221-1/+1
| | | | Closes #122
* layout: add transition to hamburger menu slideoutPim van den Berg2015-06-221-0/+3
|
* graph: in case of aggregation, reset pi after initializing $objPim van den Berg2015-06-221-2/+8
| | | | Probably related to #122
* graph: only use local json when no json provided by CGPPim van den Berg2015-06-221-1/+5
| | | | | To prevent from this warning: > array_merge(): Argument #1 is not an array
* jsrrdgraph: Fix typoManuel Luis Sanmartín Rozada2015-06-221-2/+1
|
* jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada2015-06-222-4/+5
|
* jsrrdgraph: Fix tabs and spacesManuel Luis Sanmartín Rozada2015-06-224-48/+49
|
* jsrrdgraph: Use dash lines in canvas for the grid.Manuel Luis Sanmartín Rozada2015-06-221-1/+15
|
* jsrrdgraph: Fix tabs.Manuel Luis Sanmartín Rozada2015-06-221-1/+1
|
* jsrrdgraph: Fix "SHIFT:" number of charsManuel Luis Sanmartín Rozada2015-06-221-1/+1
|
* jsrrdgraph: Add dashes to Json.Manuel Luis Sanmartín Rozada2015-06-221-6/+12
|
* jsrrdgraph: Add support for dashesManuel Luis Sanmartín Rozada2015-06-224-14/+127
|
* jsrrdgraph: Rewrite data a graph commands parser.Manuel Luis Sanmartín Rozada2015-06-221-82/+344
|
* jsrrdgraph: Fix parse AREA in cmd line.manuel.luis2015-06-221-2/+2
|
* Add slab to memory pluginVincent Brillault2015-06-221-0/+4
|
* Added haproxy template.Erik Grinaker2015-06-221-0/+106
|
* Bug fix in get_faded_colorStephen Kent2015-06-221-2/+3
|
* Don't show overlap AREA on Generic IO graphs when negative_io is setStephen Kent2015-06-221-6/+8
|
* inc/functions: a plugin/type instance may contain a dotPim van den Berg2015-06-221-7/+2
| | | | Closes #123
* plugin: move local plugins from conf/plugin to plugin/localPim van den Berg2015-06-224-8/+9
|
* Merge branch 'local_plugins'Pim van den Berg2015-06-222-5/+18
|\ | | | | | | Closes #114
| * Adding support for local plugin json to override the global stuffDavid Severwright2015-06-222-5/+18
| |
* | responsive: introduce a hamburger navicon to toggle the menu on smaller devicesPim van den Berg2015-06-216-23/+86
| |
* | responsive: make the host page look nice on all mediaPim van den Berg2015-06-212-0/+15
| |
* | responsive: make the overview page look nice on all mediaPim van den Berg2015-06-213-1/+11
| |
* | add responsive cssPim van den Berg2015-06-214-1/+4
| | | | | | | | | | | | | | | | For 4 types of devices: a. desktop / tablet 10" landscape (default) b. tablet 10" portrait / tablet 7" landscape c. tablet 7" portrait / smartphone landscape d. smartphone portrait
* | replace table on overview page by divsPim van den Berg2015-06-212-25/+28
| | | | | | | | This works better in a responsive design.
* | inc/html: remove continue statements to prevent from incomplete htmlPim van den Berg2015-06-211-25/+23
| |
* | Merge pull request #121 from michaelsalmon/swapdfpercentPim van den Berg2015-06-062-0/+40
|\ \ | | | | | | added percent types to swap and df