b535f5513cd9ecec0ef80cb4a9a999779182d833
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
-
Configure mktxp as described in MKTXP Getting Started:
a) edit the main mktxp config file:nano mktxp/mktxp.confb) add a dedicated API user to your router:
/user group add name=mktxp_group policy=api,read /user add name=mktxp_user group=mktxp_group password=mktxp_user_password -
Run docker-compose, give the containers some time to start up, and then point your Web browser to Grafana
docker-compose -f ./docker-compose-mktxp.yml up -d
Description