psmqtt icon indicating copy to clipboard operation
psmqtt copied to clipboard

New Feature: Docker monitoring

Open rikardronnkvist opened this issue 1 year ago • 1 comments

Would it be possible to get some simple monitoring of docker?

Would like to see how many containers and then how many that are up and running of those registered. For instance, this example below would show 7 total, 5 running, 2 stopped.

riro@photon01 [ ~ ]# sudo docker ps --all

CONTAINER ID   IMAGE                              COMMAND                  CREATED        STATUS                      PORTS                                                                   NAMES
9a7a33c7732e   txn2/irsync                        "/irsync --irsync-in…"   40 hours ago   Exited (2) 57 seconds ago                                                                           irsync
62f98e15b6d6   containrrr/watchtower              "/watchtower"            40 hours ago   Up 40 hours                 0.0.0.0:8880->8080/tcp, :::8880->8080/tcp                               watchtower
7bd8a4c9dcc3   telegraf                           "/entrypoint.sh tele…"   40 hours ago   Exited (0) 51 seconds ago                                                                           telegraf
f73f29272a9e   networkstatic/iperf3               "iperf3 -s"              40 hours ago   Up 40 hours                 0.0.0.0:5201->5201/tcp, :::5201->5201/tcp                               iperf3
ec1dde90cfdd   portainer/agent                    "./agent"                40 hours ago   Up 40 hours                 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp                               portainer-agent
2331405e738c   senexcrenshaw/xteve                "/bin/sh -c '${XTEVE…"   5 days ago     Up 5 days                   0.0.0.0:34400->34400/tcp, :::34400->34400/tcp                           xteve
de276fc2cd91   tautulli/tautulli                  "./start.sh python T…"   5 days ago     Up 5 days (healthy)         0.0.0.0:8181->8181/tcp, :::8181->8181/tcp                               tautulli

rikardronnkvist avatar Mar 29 '23 05:03 rikardronnkvist