Hi Sebastian, now I get the exact commands:
rrdtool create /opt/pnp/var/perfdata/testhost/testservice.rrd RRA:AVERAGE:0.5:1:1051200 RRA:MIN:0.5:1:1051200 RRA:MAX:0.5:1:1051200 RRA:AVERAGE:0.5:30:175200 RRA:MIN:0.5:30:175200 RRA:MAX:0.5:30:175200 RRA:AVERAGE:0.5:120:219000 RRA:MIN:0.5:120:219000 RRA:MAX:0.5:120:219000 RRA:AVERAGE:0.5:240:219000 RRA:MIN:0.5:240:219000 RRA:MAX:0.5:240:219000 DS:1:GAUGE:8640:U:U --start=1278075273 --step=60 --> no error rrdtool graph /opt/pnp/var/perfdata/testhost/test.png --start 1215003342 --end 1278075342 -l 0 -u 1 -w 600 -h 30 -r --title "testhost / testservice" DEF:var1=/opt/pnp/var/perfdata/testhost/testservice.rrd:1:MAX CDEF:x1=var1,0,1,LIMIT CDEF:x2=var1,1.01,2,LIMIT CDEF:x3=var1,2.01,3,LIMIT CDEF:x4=var1,3.01,4,LIMIT AREA:x1#00FF00 AREA:x2#FFFF00 AREA:x3#FF0000 AREA:x4#FF8800 GPRINT:var1:LAST:"letzter Status\: %3.0lf " --> Segmentation fault dmesg --> [2443658.506641] rrdtool[23554]: segfault at 9046000 ip 003c9fc0 sp bf9d6620 error 6 in librrd.so.4.0.0[3af000+2d000] Thanks to Jörg, for getting this informations. Has anyone any idea what could be the problem? The system is an Ubuntu-Server 9.10. (not 8.04, sorry) (Kernel 2.6.31-22) Kind regards Thomas -- View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/rrdtool-2489-segfault-while-creating-grafic-tp5242528p5247666.html Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
