Hi,
I have CISCO Routers being graphed using CACTI without problem. Now I changed the SNMP community string in Router and changed in CACTI as well (in database table). But it stopped polling data now. I even clicked on refresh-interfaces but still it stopped working.
Any Idea how I can make it work. I need to change SNMP string in all of my routers and want to do it without requiring adding Interfaces again and again. Can't I just change the snmp community string in Database directly?
TIA
MPML
SNMP Modified but now CACTI is not plotting
Moderators: Developers, Moderators
Changing the community string under 'SNMP Interfaces' will not change it everywhere. If you want to do this quickly, I recommend the following SQL:
Make sure to inspect that before running it since I did not try it, but it should work.
-Ian
Code: Select all
update src_data set value='newcommunity' where fieldid=22 and value='oldcommunity'
-Ian
Who is online
Users browsing this forum: No registered users and 4 guests