ifstat trends and FreeBSD8
16 Feb
2011
16 Feb
'11
6:51 p.m.
Hi,
I've found an issue with ifstat trends when the client is on FreeBSD8
Current version of netstat on BSD introduced field Idrop , so result of netstat command looks like:
netstat -i -b -n | egrep -v "^lo|<Link"
Name Mtu Network Address Ipkts Ierrs Idrop Ibytes Opkts Oerrs Obytes Coll bge0 1500 192.168.X.X 192.168.X.X 29292829 - - 1130285651 26543376 - 2832025203 - bge0 1500 192.168.X.X 192.168.X.X 9 - - 756 0 - 0 -
and as result rrd/do_ifstat.c can't pares it properly
as a temporary workaround I've compiled previous version of netstat ( without Idrop filed ) on FreeBSD boxes and using it in the xymon client.
Hope it can be handled by do_ifstat
Thanks
Alex
5607
Age (days ago)
5607
Last active (days ago)
0 comments
1 participants
participants (1)
-
alevin@gmail.com