mormor83 / NiFi_Exporter

Apache License 2.0
16 stars 9 forks source link

Need help to use this Nifi_Exporter #2

Open fares9990 opened 2 years ago

fares9990 commented 2 years ago

Hello,

I would like to use this Nifi_Exporter to monitor our Nifi Cluster. I don't know how to use Docker to build the project. I just installed docker and execute the first command, but this didn't work and I have had the error message bellow :

Sending build context to Docker daemon 195.6 kB Step 1/8 : FROM python:3.7.3-alpine3.9 as prod Error parsing reference: "python:3.7.3-alpine3.9 as prod" is not a valid repository/tag: invalid reference format

Could you help me to fix this issue please ?

Thanks in advance.

mormor83 commented 2 years ago

Hi @fares9990 Thanks for using my exporter i tested it locally and found that there were some breaking changes to Flask so i updated it: upgrade flask to 1.1.4 and fix markupsafe to 2.0.1

You can use the following command after you update the compose file : docker-compose up -d --build

Let me know how it worked.