- 31 Mar, 2023 3 commits
- 30 Mar, 2023 2 commits
- 24 Mar, 2023 1 commit
-
-
Keith authored
-
- 17 Mar, 2023 2 commits
- 23 Feb, 2021 1 commit
-
-
Pim van den Berg authored
js/CGP: Disable page refesh when scrolling or zooming a graph
-
- 19 Feb, 2021 1 commit
-
-
Alan Swanson authored
When scrolling or zooming a graph we want to disable the page refresh because we are trying to look at the detail. Unfortunately Javascript cannot override the refresh meta tag; <meta http-equiv="refresh" content="{$CONFIG['page_refresh']}"> Except with a window.stop() which is brutal but since the complete RRD data has already been read this is not an issue. See issue #139 suggesting submitting a PR to refresh RRD data whilst a graph is scrolled or zoomed.
-
- 10 May, 2019 2 commits
-
-
Pim van den Berg authored
-
Pim van den Berg authored
Move LICENSE to root directory
-
- 25 Feb, 2019 1 commit
-
-
Adam Humphreys authored
-
- 09 Dec, 2018 2 commits
-
-
Pim van den Berg authored
functions.inc.php: escape minus in regex
-
Julian Brost authored
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
-
- 20 Jun, 2018 2 commits
-
-
Pim van den Berg authored
Provide meaningful filenames for graphs
-
Pim van den Berg authored
Readme: Reminder to allow .htaccess in vhost config
-
- 19 Jun, 2018 1 commit
-
-
Alexander Meshcheryakov authored
Gives decent default name when saving graph from browser as file and distinguishable tab for tabs showing graph.php output.
-
- 17 Mar, 2018 2 commits
-
-
Pim van den Berg authored
GenericIO: Fix negative_io for multiple instances
-
Pim van den Berg authored
graph.php: Initialize $plugin_json variable.
-
- 16 Feb, 2018 1 commit
-
-
Alex Hermann authored
When multiple instances are in one graph, every odd source must be negated, not just the first.
-
- 15 Feb, 2018 1 commit
-
-
Alex Hermann authored
Prevents error messages.
-
- 18 Jan, 2018 1 commit
-
-
Denis Grinyuk authored
-
- 16 Jan, 2018 2 commits
-
-
Pim van den Berg authored
Fix for Invalid command 'RewriteEngine' when mod_rewrite is not enabled
-
Denis Grinyuk authored
-
- 05 Aug, 2017 1 commit
-
-
Pim van den Berg authored
Missing parentheses for LVM item name
-
- 02 Aug, 2017 1 commit
-
-
Ivan Kurnosov authored
-
- 29 Jun, 2017 1 commit
-
-
Pim van den Berg authored
The plugin was renamed in collectd 5.5.0.
-
- 05 Mar, 2017 1 commit
-
-
Pim van den Berg authored
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
-
- 04 Mar, 2017 3 commits
-
-
Pim van den Berg authored
-
Pim van den Berg authored
-
Pim van den Berg authored
-
- 09 Dec, 2016 2 commits
-
-
Pim van den Berg authored
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
-
Pim van den Berg authored
Fixes: > PHP Notice: Undefined variable: html_weburl in inc/html.inc.php on line 131 Mentioned in #132 Closes: #141
-
- 06 Oct, 2016 1 commit
-
-
Pim van den Berg authored
fix array_search comparison
-
- 05 Oct, 2016 1 commit
-
-
david authored
See http://php.net/manual/en/function.array-search.php for details why this is required.
-
- 05 Jan, 2016 2 commits
-
-
Pim van den Berg authored
Support for host categories based on regular expression matching
-
Pim van den Berg authored
Closes #128
-
- 26 Aug, 2015 1 commit
-
-
Mark Nellemann authored
-
- 04 Jul, 2015 1 commit
-
-
Pim van den Berg authored
For example: "CPU Interface : 1" (snmp plugin + hp1810g switch)
-