Index: client/freebsd-meminfo.c =================================================================== --- client/freebsd-meminfo.c (revision 7212) +++ client/freebsd-meminfo.c (working copy) @@ -23,7 +23,7 @@ unsigned long physmem; int hw_pagesize[] = { CTL_HW, HW_PAGESIZE }; - unsigned long pagesize; + int pagesize; int vm_vmtotal[] = { CTL_VM, VM_METER }; struct vmtotal vmdata; Index: client/xymonclient-freebsd.sh =================================================================== --- client/xymonclient-freebsd.sh (revision 7212) +++ client/xymonclient-freebsd.sh (working copy) @@ -51,7 +51,7 @@ echo "[netstat]" netstat -s echo "[ports]" -(netstat -na -f inet; netstat -na -f inet6) | grep "^tcp" +(netstat -Wna -f inet; netstat -Wna -f inet6) | grep "^tcp" echo "[ps]" # Dont use "args". "command" works also in FreeBSD 4.x. ps -ax -ww -o pid,ppid,user,start,state,pri,pcpu,cputime,pmem,rss,vsz,command Index: xymond/client/freebsd.c =================================================================== --- xymond/client/freebsd.c (revision 7212) +++ xymond/client/freebsd.c (working copy) @@ -47,7 +47,7 @@ timestr = getdata("date"); uptimestr = getdata("uptime"); - clockstr = getdata("clockstr"); + clockstr = getdata("clock"); msgcachestr = getdata("msgcache"); whostr = getdata("who"); psstr = getdata("ps");