2719f674bf610c0f3b14a49121098c35e095fffb
Description
MKTXP-Monitor is an out-of-the-box dockerized monitoring stack for MKTXP Exporter. This is mostly to get people up & running with mktxp and have your Mikrotik routers monitored with least amount of configuration, though this project also adds some extra capabilitis such an Loki-based Mikrotik log processing, etc.
Requirements:
Install:
- Download the code from this repository and extract it into a directory
wget https://github.com/akpw/mktxp-monitor/archive/main.zip
unzip main.zip
cd mktxp-monitor-main
- Edit the base mktxp config file & add a dedicated user to your router as described in MKTXP Getting Started
nano mktxp/mktxp.conf
- Run docker-compose, give the containers some time to start up and then point your Web browser to Grafana at http://localhost:3000/
docker-compose -f ./docker-compose-mktxp.yml up -d
Description