Hi Enrick,
- For server that have a long fs name, the disk graph not show the last column values (avg)
A limitation of rrdtool. In hobbitgraph.cfg, try changing [disk] to
[disk] FNPATTERN disk(.*).rrd TITLE Disk Utilization YAXIS % Full DEF:p at RRDIDX@=@RRDFN@:pct:AVERAGE LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@ -u 100 -l 0 COMMENT:\n <--- add this line GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur) GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max) GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min) GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
great, now it work fine
- Not la graph for linux client installed on the server
Make sure your server reports "uptime" in English. If it does, then let me see the first part of the servers' ~hobbit/client/tmp/msg*.txt file.
this is from my client data file:
[uptime] 10:07:05 up 4 days, 22:50, 2 users, load average: 0.02, 0.04, 0.03also proc/users graph dont' created. The strange thing is that is if i start client not from hobbitlaunch but usingrunclient.sh, all work fine.regards,Marco