Hi everyone:
I’m looking to see if anyone has taken the MRTG workload off of an external server and moved it onto their MAX BR2 Pro’s Edge Computing/Docker.
If not, I’m going to greenfield it here and bang on it until I get it working and then post the results and method here.
I’d like to track CPU utilization, memory usage, VLAN utilization, and interface utilization.
we have run collectors for SNMP monitoring platforms in docker on Peplinks, but not the monitoring server itself, as generally that’s centralised and would impact the performance of the device its monitoring to be local).
1 Like
I’ve just got one box I intend to monitor so the polling and painting load isn’t all that much.
Here’s what I did:
Installed fboaventura/dckr-mrtg.
Then ran: docker run -d -p 8880:80 -e TZ=America/Chicago -e “HOSTS=public:192.168.50.1” fboaventura/dckr-mrtg:latest
Lastly I added the URL for the docker container into InTouch so I can view the logs from IC2.
2 Likes
Can you post a screenshot of what you were able to collect?