lordmilko / PrtgDocker

PRTG in Docker! Why not!
MIT License
47 stars 10 forks source link

PrtgDocker on Docker 20.10.3 (linux/amd64) #6

Closed amacons closed 2 years ago

amacons commented 2 years ago

lordmilko hi, as far as I understood from previous requests, PrtgDocker runs a Windows-based Container, since PRTG is only developed for Windows, and therefore can not be used on a Linux-based Docker system without Windows support option. Correct? Thanks Alex

lordmilko commented 2 years ago

Correct

amacons commented 2 years ago

Ok, thanks.

Is there an approach creating another image based on the use of wine, as mentioned by PRTG?

lordmilko commented 2 years ago

I'm not aware of any such approach however you can potentially leverage the PRTG Core Server/PRTG Probe installation commands outlined in the dockerfiles of this repo.

Separately to this, PRTG does have a multi-platform probe available now which you could potentially also look at containerizing, however this underscores an important point which is that regardless of whether you manage to get PRTG services running on Linux or not, I would imagine many components such as WMI would not work

amacons commented 2 years ago

To be correct, the wine approach comes from the PRTG founder's blog and goes back to the PRTG Traffic Grapper.

I'd be happy to take a look at the installation commands from the PRTG Core Server/PRTG Probe in the dockfiles of your repo.

It is quite possible that some sensors cannot really be used when operating PRTG under Linux because the necessary Windows basis is missing.

Thanks for the information and the exchange of views.