No project description provided
Project description
MikroTik RouterOS log exporter
# Proof of ConceptThis 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
- Python >= 3.8 (It might still run with older versions of Python 3)
- Python Packages
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
- Git-Repository: https://github.com/DinoTools/routeros-log-exporter
- Issues: https://github.com/DinoTools/routeros-log-exporter/issues
- Documentation: https://dinotools.github.io/routeros-log-exporter
License
GPLv3+
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file routeros_log_exporter-0.1.1.tar.gz
.
File metadata
- Download URL: routeros_log_exporter-0.1.1.tar.gz
- Upload date:
- Size: 77.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e38a39b6d554c6e0d66b3e596131a53df466976cae7edafd9932e16de7d2bde |
|
MD5 | d3d1ed04c0db80cf3a3ae881d15bceb0 |
|
BLAKE2b-256 | bac751083f88619d7ffecd87af976a6aa02a6b188a462890333121e276bb0c1c |
File details
Details for the file routeros_log_exporter-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: routeros_log_exporter-0.1.1-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3ff24bae4cd2ad7f00882a951981beb74279f6beeafe2f627b6652a74405db2 |
|
MD5 | f6b75720ed3f68d09ba6de6cfe810ced |
|
BLAKE2b-256 | c87874c3cdcfd9df81963948e31ff64c4d401a762dbd79f2f85445273e6ab0c5 |