Update 'README.md'

Added req
This commit is contained in:
justine 2022-07-03 17:09:53 +02:00
parent add3ce7dff
commit 9b65111a7a

View File

@ -24,6 +24,7 @@ The exporter uses port 8001.
``` ```
# Installation # Installation
* Install requirements in requirements.txt (python3 -m pip install -r requirements.txt)
* Copy knot-prom.py to /usr/bin and make it executable by root * Copy knot-prom.py to /usr/bin and make it executable by root
* Copy prometheus-knot-exporter.service to /etc/systemd/system * Copy prometheus-knot-exporter.service to /etc/systemd/system
* systemctl enable prometheus-knot-exporter.service && systemctl start prometheus-knot-exporter.service * systemctl enable prometheus-knot-exporter.service && systemctl start prometheus-knot-exporter.service