Skip to main content

No project description provided

Project description

MikroTik RouterOS log exporter

GitHub issues GitHub forks GitHub stars GitHub license Documentation PyPI - Downloads PyPI - Python Version PyPI - Format PyPI - Status

# Proof of Concept

This project is in an very early stage of development. Don't use it in production.

The Exporter connects to MikroTik RouterOS devices via API and connects to the log stream to export the logs in realtime.

Requirements

Installation

Docker

docker pull ghcr.io/dinotools/routeros-log-exporter:main
docker run --rm -v ./config.yaml:/etc/routeros_log_exporter/config.yaml:ro ghcr.io/dinotools/routeros-log-exporter:main

PIP

If you want to use pip we recommend to use as virtualenv to install the dependencies.

pip install -r requirements.txt

Debian/Ubuntu

Install the required packages

sudo apt-get install python3 python3-click python3-librouteros

From PyPI

Install the package from PyPI.

pip install routeros-log-exporter

Usage

python3 -m routeros_log_exporter --config config.yaml -vv

Resources

License

GPLv3+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

routeros_log_exporter-0.1.1.tar.gz (77.9 kB view hashes)

Uploaded Source

Built Distribution

routeros_log_exporter-0.1.1-py3-none-any.whl (36.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page