Hey there Everyone,
Thanks for viewing my problem. I have been trying to setup the RRDTool using this howto http://silverwraith.com/papers/freebsd-snmp.php on my Freebsd7.2 box and doing
I experienced no problems until I actually tried to get snmp to get data using this command
For some reason I cannot get snmp to actually startup. I have followed exactly what this tutorial has said.
My /var/log/snmpd.log contains:
I have tried this setup on 2 boxes and the same error everytime is the:
Maybe someone knows what this all means.
Thanks
Dan
Thanks for viewing my problem. I have been trying to setup the RRDTool using this howto http://silverwraith.com/papers/freebsd-snmp.php on my Freebsd7.2 box and doing
/usr/local/etc/rc.d/snmpd start
to start the server. I experienced no problems until I actually tried to get snmp to get data using this command
snmpwalk -v 1 -c <your community string> localhost
. For some reason I cannot get snmp to actually startup. I have followed exactly what this tutorial has said.
My /var/log/snmpd.log contains:
Code:
nlist err: neither ip_defttl nor _ip_defttl found.
nlist err: neither tcpstat nor _tcpstat found.
nlist err: neither tcb nor _tcb found.
nlist err: neither icmpstat nor _icmpstat found.
nlist err: neither udpstat nor _udpstat found.
nlist err: neither udb nor _udb found.
getaddrinfo("127.0.0.1", NULL, ...): hostname nor servname provided, or not known
Error opening specified endpoint "127.0.0.1"
Server Exiting with code 1
I have tried this setup on 2 boxes and the same error everytime is the:
Code:
getaddrinfo("127.0.0.1", NULL, ...): hostname nor servname provided, or not known
Error opening specified endpoint "127.0.0.1"
Server Exiting with code 1
Maybe someone knows what this all means.
Thanks
Dan