XavierBerger / RPi-Monitor

Real time monitoring for embedded devices
https://xavierberger.github.io/RPi-Monitor-docs/index.html
GNU General Public License v3.0
1.16k stars 176 forks source link

Services.conf issue. Netstat command not available running in docker container #410

Open TMurJ opened 1 year ago

TMurJ commented 1 year ago

I am running RpiMonitor in a docker container. Everything is running great. Except... when using the services.conf include file, all of the services show offline. After researching, I discovered the netstat command is not available in the docker container, there all of the data items end up as undefined. Any suggestions on monitoring the various services in another way since netstat can not be used? I would really like to monitor all of the services in the example services.conf file, and even add a few others.