[ixpmanager] MRTG collector is on a different server

Nick Hilliard nick at foobar.org
Sat Feb 13 10:55:37 GMT 2021


Basil Elbalaawi wrote on 13/02/2021 03:41:
> Which procedure can be used to  MRTG to be deployed on a separate server?

Hi Basil,

This is very simple.  You set up MRTG on the separate server in the same 
way as you set it up on the ixpmanager server.  Then you make the 
graphing directory available over http on the mrtg server.

Once this is done, you configure IXP Manager to use the remote server 
from the .env file, using the following config parameters:

GRAPHER_BACKEND_MRTG_WORKDIR: the directory on the mrtg server where all 
the mrtg data is kept.

GRAPHER_BACKEND_MRTG_LOGDIR: the address where the mrtg data can be 
accessed via http

e.g.:

GRAPHER_BACKEND_MRTG_WORKDIR="/var/lib/mrtg"
GRAPHER_BACKEND_MRTG_LOGDIR="http://10.0.1.50/mrtg"

Nick


More information about the ixpmanager mailing list