aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/Default.class.php (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-03rename ds_names and dsname to legendPim van den Berg1-2/+2
2014-05-03type: move generic functions to base classPim van den Berg1-294/+2
2014-05-03type/Default: don't depend on external function GETPim van den Berg1-14/+12
2014-03-23add SVG graph supportPim van den Berg1-3/+20
2014-03-23type/Default: also escape * and ? in identifier before globPim van den Berg1-1/+1
2014-03-22type/Default: escape brackets in identifier before globPim van den Berg1-0/+1
2014-03-22type/Default: merge file2identifier function into rrd_filesPim van den Berg1-12/+2
2014-03-21mod_rewrite final cleanupsepich1-2/+2
2013-12-29fix heigth -> height typoPim van den Berg1-4/+4
2013-11-14Escape parentheses in filenamesJohan Bergström1-2/+2
2013-10-09Revert "type: fix undefined index in ds_names[$source] before empty check"Pim van den Berg1-1/+1
2013-10-07type: fix undefined index in ds_names[$source] before empty checkPim van den Berg1-1/+1
2013-08-31type/default: fix 'undefined index' in rrd_gen_graphBenoît Monin1-1/+1
2013-08-24type/default: escape spaces in filenamesPim van den Berg1-0/+3
2013-08-04type/default: urlencode filenames when using canvasPim van den Berg1-0/+2
2013-08-04type/default: double escape colon in legend/filename when not using canvasPim van den Berg1-1/+7
2013-07-03type/default: dont include y-axis description (-v option) when not setPim van den Berg1-1/+2
2013-05-20remove dependency on mod_rewrite for rrd.phpPim van den Berg1-1/+1
2013-05-18add config option for showing smooth (curved) graphsPim van den Berg1-0/+4
2013-05-18type/default: add missing initial variable definitionsPim van den Berg1-0/+2
2013-05-18add support for graphing I/O using the negative X-axisPim van den Berg1-1/+2
2013-05-18integrate jsrrdgraph in CGPPim van den Berg1-28/+52
2013-05-13move width/heigth from plugins to type __constructPim van den Berg1-0/+4
2013-05-10type: stick to the rrdgraph time specificationPim van den Berg1-1/+1
2012-12-21type/default: resolve division by zero warningPim van den Berg1-1/+1
2012-12-21type: resolve undefined variable $c and $raw noticesPim van den Berg1-0/+1
2012-12-16type: escape colons in legend namesPim van den Berg1-1/+1
2012-12-16type: add debug option "cmd" create a commandline rrdtool commandPim van den Berg1-0/+6
2012-10-20explicitely defined undefined variablesMatthias Viehweger1-0/+3
2012-10-20change whitespace, indentation or line-breaksMatthias Viehweger1-1/+1
2012-09-07add support for varnish plugin categoriesPim van den Berg1-3/+9
2012-08-10type: add scale support to default/generic stacked typesPim van den Berg1-3/+16
2011-08-27type: escape colons in filenames used in rrd commandlinePim van den Berg1-3/+7
2011-06-26type/Default: dont use t as ti when no ti is setPim van den Berg1-1/+1
2011-04-21resolve php noticesKarol Nowacki1-13/+13
2011-04-10use tinstance for legend label when data_sources is not set by pluginPim van den Berg1-2/+7
2011-02-05replace function generate_colors by rainbow_colorsPim van den Berg1-20/+21
2010-09-17automatic alignment of graph legendPim van den Berg1-13/+15
2010-09-11type/default: dont strip 1st char from instance name when there is no type in...Pim van den Berg1-1/+3
2010-05-17a source (type instance or data source) may contain dotsPim van den Berg1-1/+0
2010-05-13Allow to define alternate options for rrdtool in config fileEdmondo Tommasina1-0/+4
2010-05-13fix: renumber keys of intersected array in function rrd_get_sourcesPim van den Berg1-1/+1
2010-03-21fix: file2identifier must return identifiers (not basenames)Pim van den Berg1-1/+2
2010-03-01correct a bug when graphing multiple DS in multiple filesManuel CISSÉ1-2/+2
2010-03-01add the possibility to generate and use default colors for graphsManuel CISSÉ1-2/+29
2010-03-01autofill DS names when not specifiedManuel CISSÉ1-0/+18
2010-03-01add the ability to graph multiple DS in multiple files (used by vmem plugin)Manuel CISSÉ1-2/+13
2010-02-16make rrdfiles using utf8 and spaces workJakob Haufe1-16/+16
2010-01-12make browser cache time for images configurablePim van den Berg1-1/+4
2010-01-12make rrdtool executable configurablePim van den Berg1-3/+6