I recently installed Cacti on my Gentoo box, to show my brother that it's better than MRTG.
I've got working graphs, such as Load, Logged Users, etc... all is fine.
Except in Management->Devices->Localhost where under "SNMP information" is written "SNMP not in use" . I think this is not true, because snmp works fine for mrtg (for example, the disk usage and traffic graphs).
My snmpd.conf is as follows:
Code: Select all
com2sec local 127.0.0.1/32 public
com2sec local 10.10.10.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 Um computador no meio do corredor
syscontact Who do you think?
disk / 100000
disk /mnt/share 100000
Code: Select all
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/interface.xml'
I tried to find some help regarding SNMP, and read the man pages, but I think it's a little too much for me?
Can anyone help?
I'm running net-snmp-5.2.1 and cacti-0.8.6c
Thanks for reading