I have been fighting for a few weeks to get Cacti to monitor a couple of SME servers, one is local and the other remote.
Cacti is located on our main office server and appears to work well monitoring the local machine, and it can even monitor our router fine. However I cannot get it to connect to anything other than the above.
I am pretty sure I have setup snmp on the remote and other local servers fine. As an snmp walk returns data. The only thing I could think is that it is being blocked by the firewall?
So in the command below, what is the 1234? is that the remote lan address? and the other the local? Soryr this is all new to me and as with most things Linux they assume you know it all and can chant the spells.
For UDP services, use UDPPort instead of TCPPort. Note that you can also set restrictions with ~AllowHosts and ~DenyHosts:
config setprop manta ~AllowHosts 1.2.3.4,10.11.12.0/24
config setprop manta ~DenyHosts 16.17.18.18
Paul.