| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove from all files the ending php tag | François LASSERRE | 2014-07-23 | 4 | -8/+0 |
* | type/base: stop escaping characters manually since we use escapeshellarg() | Pim van den Berg | 2014-07-23 | 1 | -10/+2 |
* | type/base: print shellcmd when rrd_graph('debug') is called | Pim van den Berg | 2014-07-21 | 1 | -1/+1 |
* | Fix regex for strange datadirs | Peter Wu | 2014-07-20 | 1 | -1/+4 |
* | Display a HTTP error if the command failed | Peter Wu | 2014-07-20 | 1 | -1/+4 |
* | Use a more secure command line building method | Peter Wu | 2014-07-20 | 5 | -69/+87 |
* | Fix type confusion | Peter Wu | 2014-07-20 | 1 | -1/+5 |
* | Defensive programming: more urlencode/htmlentities | Peter Wu | 2014-07-20 | 1 | -2/+2 |
* | graph: don't overwrite config rrdtool_opts by rrdtool_opts from json plugin | Pim van den Berg | 2014-07-16 | 1 | -4/+6 |
* | type/default: optionally draw min/max spikes in a lighter color in graphs | Pim van den Berg | 2014-07-05 | 2 | -4/+5 |
* | type/genericio: apply percentile on scaled value | Pim van den Berg | 2014-07-05 | 1 | -1/+1 |
* | type/base: replace array_merge by + sign to merge a fallback array | Pim van den Berg | 2014-06-28 | 1 | -2/+2 |
* | add percentile support to network traffic graphs | Pim van den Berg | 2014-06-24 | 2 | -0/+12 |
* | Add base option (1GB=1024Mo) | Poil | 2014-05-18 | 1 | -0/+3 |
* | type/base: set default title to "Plugin Type (PluginInstance) (Category)" | Pim van den Berg | 2014-05-12 | 1 | -1/+13 |
* | type/base: always use rainbow_colors and overwrite them afterwards | Pim van den Berg | 2014-05-03 | 1 | -3/+4 |
* | type/base: show tinstances not defined in $this->order in graph | Pim van den Berg | 2014-05-03 | 1 | -6/+5 |
* | rename ds_names and dsname to legend | Pim van den Berg | 2014-05-03 | 5 | -21/+21 |
* | 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 | 1 | -0/+70 |
* | 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 | 1 | -14/+12 |
* | add SVG graph support | Pim van den Berg | 2014-03-23 | 1 | -3/+20 |
* | 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 |
* | type/Default: merge file2identifier function into rrd_files | Pim van den Berg | 2014-03-22 | 1 | -12/+2 |
* | mod_rewrite final cleanup | sepich | 2014-03-21 | 1 | -2/+2 |
* | fix heigth -> height typo | Pim van den Berg | 2013-12-29 | 1 | -4/+4 |
* | Escape parentheses in filenames | Johan Bergström | 2013-11-14 | 1 | -2/+2 |
* | Revert "type: fix undefined index in ds_names[$source] before empty check" | Pim van den Berg | 2013-10-09 | 4 | -4/+4 |
* | type: fix undefined index in ds_names[$source] before empty check | Pim van den Berg | 2013-10-07 | 4 | -4/+4 |
* | Merge pull request #21 from benoit-monin/fix_undefined_index | Pim van den Berg | 2013-10-07 | 4 | -4/+4 |
|\ |
|
| * | type: use empty to access ds_names | Benoît Monin | 2013-08-31 | 3 | -3/+3 |
| * | type/default: fix 'undefined index' in rrd_gen_graph | Benoît Monin | 2013-08-31 | 1 | -1/+1 |
* | | type/GenericStacked: make stack NaN-safe using ADDNAN instead of + | Pim van den Berg | 2013-10-07 | 1 | -1/+1 |
|/ |
|
* | type/default: escape spaces in filenames | Pim van den Berg | 2013-08-24 | 1 | -0/+3 |
* | type/default: urlencode filenames when using canvas | Pim van den Berg | 2013-08-04 | 1 | -0/+2 |
* | type/default: double escape colon in legend/filename when not using canvas | Pim van den Berg | 2013-08-04 | 1 | -1/+7 |
* | type/default: dont include y-axis description (-v option) when not set | Pim van den Berg | 2013-07-03 | 1 | -1/+2 |
* | remove dependency on mod_rewrite for rrd.php | Pim van den Berg | 2013-05-20 | 1 | -1/+1 |
* | add config option for showing smooth (curved) graphs | Pim van den Berg | 2013-05-18 | 1 | -0/+4 |
* | type/default: add missing initial variable definitions | Pim van den Berg | 2013-05-18 | 1 | -0/+2 |
* | add support for graphing I/O using the negative X-axis | Pim van den Berg | 2013-05-18 | 2 | -5/+12 |
* | integrate jsrrdgraph in CGP | Pim van den Berg | 2013-05-18 | 4 | -53/+77 |
* | move width/heigth from plugins to type __construct | Pim van den Berg | 2013-05-13 | 1 | -0/+4 |
* | type: stick to the rrdgraph time specification | Pim van den Berg | 2013-05-10 | 1 | -1/+1 |
* | type/default: resolve division by zero warning | Pim van den Berg | 2012-12-21 | 1 | -1/+1 |
* | type: resolve undefined variable $c and $raw notices | Pim van den Berg | 2012-12-21 | 3 | -3/+3 |
* | type: escape colons in legend names | Pim van den Berg | 2012-12-16 | 4 | -4/+4 |
* | type: add debug option "cmd" create a commandline rrdtool command | Pim van den Berg | 2012-12-16 | 1 | -0/+6 |