Mikrotik会计数据汇总和可视化
Mikrocount is a suite of tools that aid in visualising external network activity that goes through a Mikrotik router. It consists of:
mikrocount
: The application hosted in this repo, which periodically fetches accounting data from the Mikrotik router and feeds it to Influxdb.influxdb
: Time-series data store. Mikrocount stores data in a database named mikrocount
, in a single measurement named usage
, with a field of bytes
and tags of direction
(Upload or Download) and ip
.grafana
: Awesome tool for visualising the data stored in Influxdb.Your Mikrotik router will need to be configured properly in order to expose accounting data to the local network. Run the following commands in your router’s terminal:
/ip accounting
set enabled=yes threshold=2000
/ip accounting web-access
set accessible-via-web=yes
Note:
Requirements:
docker-compose.yml
, in a directory named mikrocount
.docker-compose-example.yml
in this repository, and paste them into the newly created docker-compose.yml
file.-mikrotikaddr
in the file to the LAN IP address of your Mikrotik router.In a terminal session, in the mikrocount
directory that was created run:
$ docker-compose up -d --build
...
(note: some setups may require you to run the aforementioned command using sudo
).
http://<ip of machine running mikrocount>:3000
in a browser. You should be presented with a Grafana login page.admin/admin
. The “Mikrocount Dash” dashboard should be immediately available.docker-compose stop
docker-compose start
docker-compose down
docker-compose up -d --build
docker-compose down --volumes
In order to contribute to the development of this project, or to fork and make your own changes, you’ll need the following:
To install the required dependencies, run dep ensure
, or make deps
while in the mikrocount
subdirectory.
Using docker-compose-dev.yml
as a reference is recommended for creating a docker-compose config for your development environment.
This software is distributed under the MIT License. See the LICENSE file for more details.
Donations are very welcome, and can be made to the following addresses: