aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove dependency on mod_rewrite for rrd.phpPim van den Berg2013-05-201-1/+1
* add config option for showing smooth (curved) graphsPim van den Berg2013-05-181-0/+4
* type/default: add missing initial variable definitionsPim van den Berg2013-05-181-0/+2
* add support for graphing I/O using the negative X-axisPim van den Berg2013-05-182-5/+12
* integrate jsrrdgraph in CGPPim van den Berg2013-05-184-53/+77
* move width/heigth from plugins to type __constructPim van den Berg2013-05-131-0/+4
* type: stick to the rrdgraph time specificationPim van den Berg2013-05-101-1/+1
* type/default: resolve division by zero warningPim van den Berg2012-12-211-1/+1
* type: resolve undefined variable $c and $raw noticesPim van den Berg2012-12-213-3/+3
* type: escape colons in legend namesPim van den Berg2012-12-164-4/+4
* type: add debug option "cmd" create a commandline rrdtool commandPim van den Berg2012-12-161-0/+6
* explicitely defined undefined variablesMatthias Viehweger2012-10-202-0/+6
* change whitespace, indentation or line-breaksMatthias Viehweger2012-10-201-1/+1
* add support for varnish plugin categoriesPim van den Berg2012-09-071-3/+9
* type: add scale support to default/generic stacked typesPim van den Berg2012-08-102-6/+32
* type/GenericIO: only use raw totals when no scale is set (update)Pim van den Berg2012-08-101-1/+1
* type/GenericIO: only use raw totals when no scale is setPim van den Berg2012-07-151-1/+2
* type: escape colons in filenames used in rrd commandlinePim van den Berg2011-08-274-11/+15
* type/Default: dont use t as ti when no ti is setPim van den Berg2011-06-261-1/+1
* resolve php noticesKarol Nowacki2011-04-211-13/+13
* use tinstance for legend label when data_sources is not set by pluginPim van den Berg2011-04-101-2/+7
* type/GenericIO: add total calculations in IO graphsyur2011-04-051-1/+4
* replace function generate_colors by rainbow_colorsPim van den Berg2011-02-051-20/+21
* automatic alignment of graph legendPim van den Berg2010-09-171-13/+15
* type/default: dont strip 1st char from instance name when there is no type in...Pim van den Berg2010-09-111-1/+3
* Uptime plugin now display current/max/avg values in days instead of secondsManuel CISSÉ2010-06-221-0/+64
* a source (type instance or data source) may contain dotsPim van den Berg2010-05-171-1/+0
* Allow to define alternate options for rrdtool in config fileEdmondo Tommasina2010-05-131-0/+4
* fix: renumber keys of intersected array in function rrd_get_sourcesPim van den Berg2010-05-131-1/+1
* fix: file2identifier must return identifiers (not basenames)Pim van den Berg2010-03-211-1/+2
* correct a bug when graphing multiple DS in multiple filesManuel CISSÉ2010-03-011-2/+2
* add the possibility to generate and use default colors for graphsManuel CISSÉ2010-03-012-4/+35
* autofill DS names when not specifiedManuel CISSÉ2010-03-011-0/+18
* add the ability to graph multiple DS in multiple files (used by vmem plugin)Manuel CISSÉ2010-03-011-2/+13
* utf8 filename support for all typesPim van den Berg2010-03-012-24/+24
* make rrdfiles using utf8 and spaces workJakob Haufe2010-02-161-16/+16
* make browser cache time for images configurablePim van den Berg2010-01-121-1/+4
* make rrdtool executable configurablePim van den Berg2010-01-121-3/+6
* rewrite of type classesPim van den Berg2009-12-313-105/+147
* always show 'on $host' in the rrd titlePim van den Berg2009-12-311-1/+1
* replace duplicate code by function rrd_optionsPim van den Berg2009-12-283-17/+11
* remove path_format from pluginsPim van den Berg2009-11-041-5/+17
* cpu graph for hosts running a 2.4 kernelPim van den Berg2009-10-031-1/+4
* initial import of cgpPim van den Berg2009-09-203-0/+251