aztech Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/d9d2dbf33db1683196326.jpg)
Joined: 29 Jul 2002 Posts: 130 Location: Stenungsund, Sweden
|
Posted: Mon Mar 31, 2008 3:06 pm Post subject: SNMPd and Cacti |
|
|
Hi
I don't know were to begin ...
I'm having troubble with getting Cacti to work as it should.
The problem is that Cacti doesn't get the actual values of mem, cpu, logged in user etc ..
I can't find anything strange in my logfile either so I'm not sure snmpd is set up properly ...
My snmpd.conf
Code: |
com2sec local 127.0.0.1/32 public
com2sec local 192.168.0.0/24 public
group MyROGroup v1 local
group MyROGroup v2c local
group MyROGroup usm local
view all included .1 80
access MyROGroup "" any noauth exact all none none
syslocation MyLocation
syscontact Me
|
I've tried both the buildt in poller and spine, but nothing generates some kind of
realistic data of the thing monitored. In fact, it seems that no data at all i collected.
The databas looks like it's growin in size though, so I don't know what the problem is.
Edit..
Found this in /var/log/net-snmpd.log, after I did a /etc/init.d/snmpd restart
Code: |
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
Error opening specified endpoint ""
Server Exiting with code 1
|
What does this mean and how do I solve it ?
Help, someone !
BR
Andreas[/code] |
|