It is a tool to export zitel data Prometheus compatible format
- Edit
docker-compose.yml
and fill in environment variables with your own values - Run
docker-compose up -d
ordocker compose up
- Copy example.env to .env and fill in environment variables with your own values
- pip3 install -r requirements.txt
- Run
python3 zitel-exporter.py
- Open http://IP:PORT/metrics
Name | ENV | Description | Required | Default |
---|---|---|---|---|
Modem Hostname | MODEM_HOSTNAME | Zitel's Modem Hostname that must be in same network as exporter and you must allow it in your firewall if there are any | YES | - |
Modem Username | MODEM_USERNAME | Zitel's Provided Username to access modem configuration | YES | - |
Modem Password | MODEM_PASSWORD | Zitel's Provided Password to access modem configuration | YES | - |
Exporter Port | EXPORTER_PORT | Exporter's Port which you can add to Prometheus | YES | - |
There are no extra features in this exporter and it is only a simple way to export zitel data to Prometheus.
This software is provided "as is" without warranty of any kind.
See the license file for more information.