Annoyed that people keep asking you about the stupid little message on the side of your rrdtool graphs ?
Worry, no more, just open up src/rrd_graph.c and head on over to line 1964 or there abouts (such for 'RRDTOOL' or 'logo').
Move the '*/' down to after the 'TOBI OETIKER");', like this:
/* rrdtool 'logo'
gfx_new_text( im->canvas,
im->ximg-7, 7,
( im->graph_col[GRC_FONT] & 0xffffff00 ) | 0x00000044,
im->text_prop[TEXT_PROP_AXIS].font,
5.5, im->tabwidth, 270,
GFX_H_RIGHT, GFX_V_TOP,
"RRDTOOL / TOBI OETIKER");*/
and recompile :-)
Worry, no more, just open up src/rrd_graph.c and head on over to line 1964 or there abouts (such for 'RRDTOOL' or 'logo').
Move the '*/' down to after the 'TOBI OETIKER");', like this:
/* rrdtool 'logo'
gfx_new_text( im->canvas,
im->ximg-7, 7,
( im->graph_col[GRC_FONT] & 0xffffff00 ) | 0x00000044,
im->text_prop[TEXT_PROP_AXIS].font,
5.5, im->tabwidth, 270,
GFX_H_RIGHT, GFX_V_TOP,
"RRDTOOL / TOBI OETIKER");*/
and recompile :-)
Section (old Drupal 7 content)
or just use the option
or just use the option --disable-rrdtool-tag
That's a welcome addition to
That's a welcome addition to newer rrdtool versions that I didn't know had been introduced, cheers.