I am trying to get the latest ver of Cacti working, had it working with snmp and then it quit, I issued the following command :
[root@linuxserver /]# snmpwalk localhost public .1.3.6.1.2.1.25.3.3
snmpwalk: Timeout
To the obvious result, then through the forums I found this :
lright then you might not have the right rights.
You then need to change the hosts.allow file to allow access to the snmp deamon
Issue the following commands at console:
[root@e-smith ]# mkdir -p /etc/e-smith/templates-custom/etc/hosts.allow
[root@e-smith ]# echo "snmpd: 127.0.0.1, 192.168.xxx.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/snmpd
[root@e-smith ]# /sbin/e-smith/expand-template /etc/hosts.allow
You can replace the "127.0.0.1, 192.168.xxx.0/255.255.255.0" with "ALL" if you allow SNMP requests from the anywhere.
[root@e-smith ]# service snmpd restart
This didn't seem to go anywhere, I used the following howto with some modifications :
http://www.sweepy.dyndns.tv/?page=hcactiAnyone help me out here I know this is a minor problem but snmp does not seem to be working on my system, tested with Getif