https://github.com/smejdil/zabbix-prusa
Zabbix for monitoring Prusa3D printers
https://github.com/smejdil/zabbix-prusa
3dprinter exporter-template prometheus-exporter prusa zabbix-templates
Last synced: 4 months ago
JSON representation
Zabbix for monitoring Prusa3D printers
- Host: GitHub
- URL: https://github.com/smejdil/zabbix-prusa
- Owner: smejdil
- License: gpl-3.0
- Created: 2025-08-06T17:46:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T20:21:22.000Z (10 months ago)
- Last Synced: 2025-08-17T23:16:33.563Z (10 months ago)
- Topics: 3dprinter, exporter-template, prometheus-exporter, prusa, zabbix-templates
- Homepage: https://open-tech.cz/
- Size: 332 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## zabbix-prusa
Monitoring Prusa printers by project [prusa_exporter](https://github.com/pstrobl96/prusa_exporter)
### Tested on Debian 12.11
- Package - docker-ce Docker: the open-source application container engine
- Package - docker-compose-plugin Docker Compose (V2) plugin for the Docker CLI.
### How it works
Zabbix proxy connect to prusa_expoprter and read information. Result is by
Prometeus format. Zabbix read URL - http://{$PRUSA_EXPORTER_HOST}:{$PRUSA_EXPORTER_PORT}/metrics/prusalink
Tested on Prusa MK4S
### Running docker compose only with exporter
```console
git clone https://github.com/smejdil/zabbix-prusa
git clone https://github.com/pstrobl96/prusa_exporter
cd prusa_exporter
cp docs/config/prusa.yml ./
vi prusa.yml
cp ../zabbix-prusa/docker-compose.yaml ./
docker compose up -d
```
```console
curl http://localhost:10009/metrics/prusalink
```
### Running docker container by SystemD
```console
cp docs/services/prusa-exporter-docker.service /etc/systemd/system/
vi /etc/systemd/system/prusa-exporter-docker.service
systemctl daemon-reload
systemctl enable prusa-exporter-docker.service
systemctl restart prusa-exporter-docker.service
```
### Images


### To do
- Tested on other Prusa printers
- Change tempalte with LLD