aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * | added percen types to swap and dfMichael Salmon2015-06-052-0/+40
|/ /
* | type/GenericIO: in case of negative_io draw percentile line also on the ↵Pim van den Berg2015-05-281-1/+5
| | | | | | | | | | | | negative y-axis Closes #119
* | inc/functions: merge functions GET and validate_getPim van den Berg2015-05-255-35/+74
| | | | | | | | And make sure all input from $_GET variables are parsed and validated.
* | inc/functions: make type argument of validate_get function exactly the same ↵Pim van den Berg2015-05-255-23/+23
| | | | | | | | as $_GET value
* | inc/html: s/licence/license/Pim van den Berg2015-02-261-1/+1
|/ | | | Closes #117
* plugin/apache: don't use network_datasize for apache_bytesPim van den Berg2014-12-141-1/+1
| | | | | | network_datasize expects the source to be in bits. Closes #107
* plugin/mysql: remove defined colors from mysql_handler but rollbackPim van den Berg2014-12-141-30/+0
| | | | I'd like rollback to be black. I don't care about the rest.
* plugin/mysql: replace TI by PI in titlePim van den Berg2014-12-141-1/+1
| | | | Closes #112
* plugin/vmem: improve vmpage_ioPim van den Berg2014-12-141-1/+11
|
* inc/collectd: vmem/vmpage_io should be split to multiple graphs per type ↵Pim van den Berg2014-12-141-4/+5
| | | | | | instance Closes #113
* layout: make timeago smaller and give it some opacityPim van den Berg2014-12-141-1/+6
|
* Revert "make detail page accessible when using "canvas" graph_type"Peter Wu2014-12-145-26/+2
| | | | | | | This reverts commit 82d88098f4203cf7402d4faf5ad100cada70efaf. Breaks async rendering, see https://github.com/pommi/CGP/issues/106#issuecomment-66896905
* inc/html: include jquery from local sourcePim van den Berg2014-12-141-1/+1
| | | | So we don't depend on a remote source.
* js: import jquery 2.1.1Pim van den Berg2014-12-141-0/+4
|
* dashboard: showtime: load jquery + timeago.js when config is setPim van den Berg2014-12-132-2/+10
|
* dashboard: timeago: show seconds, refresh every 5 secondsPim van den Berg2014-12-131-2/+2
|
* dashboard: make timeago dynamic using jquery + timeagoPim van den Berg2014-12-133-1/+227
|
* Adding option to show time since last update on dashboard.David Severwright2014-12-133-0/+19
| | | | Closes #110
* js/CGP: scroll wheel zoom center positionPeter Chiocchetti2014-12-131-2/+4
| | | | Closes #111
* plugins/ping: show ping_droprate in percentagePim van den Berg2014-12-091-1/+3
| | | | Closes #109
* jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada2014-11-143-4/+8
|
* jsrrdgraph: Fix invalid function callPeter Wu2014-11-141-1/+1
| | | | During conversion from PHP, this function was apparently missed.
* jsrrdgraph: Fix undefined variablesPeter Wu2014-11-141-15/+13
| | | | | | | Fixed various typos in references to variables. Also throw an exception if a variable is not found in GPRINT for debugging purposes and move some variable declarations.
* jsrrdgraph: Guard out antique browsers for happier debuggingPeter Wu2014-11-141-2/+6
| | | | | | | | Comment out more code that existed solely for IE10 and older. This prevents breaking the "Break on exceptions" functionality of the Chromium developer tools for no gain. This also removes the final jshint warnings from this file.
* jsrrdgraph: Simplify matching logicPeter Wu2014-11-141-10/+8
| | | | | | Instead of using a flag for determining whether a value is set or not, set values that will never match and test for the validity of the results instead of checking the flags.
* jsrrdgraph: Improve performance for graphs in the futurePeter Wu2014-11-141-2/+14
| | | | | | | | The RRD file has finer details for more recent data points. When looking for a match for a graph past the last update ("the future"), a RRA would be picked which has a step size of 1. As we know that no data points are available, optimise this and return earlier with the full range set to NaN.
* jsrrdgraph: Fix undefined value issue in RrdDataFilePeter Wu2014-11-141-4/+6
| | | | | | | | | | | | `RRDRRAInfo.pdp_cnt` does not exist. A reference to the pdp_cnt member in a struct exists, this is available via the `getPdpPerRow()` method, so use that. (actually, `getMinStep() * getPdpPerRow()` can be simplified further, see below). While at it, replace the combination `RRDRRAInfo.getPdpPerRow() * RRAInfo.pdp_step` by `RRDRRAInfo.getStep()` since this is the same thing. As `RRDHeader.pdp_step` is copied into `RRDRRAInfo`, this can also be substituted.
* make detail page accessible when using "canvas" graph_typePim van den Berg2014-11-115-2/+26
| | | | Closes #106
* type/base: allow rrdtool graph -l (lower-limit) to be configured via config ↵Pim van den Berg2014-09-251-1/+4
| | | | | | or plugin json Closes #104
* type/base: escape space character in rrdcached FLUSH commandPim van den Berg2014-09-251-1/+1
| | | | Closes #105
* move " on <HOSTNAME>" suffix in graph title to JSONŁukasz Kostka2014-08-2545-142/+144
| | | | Closes #101
* fix rrd_escape() not escaping colonsBrad Jorgensen2014-08-251-1/+1
|