[HOW-TO] [Docker] Glances (monitoring tool) (all omv versions)

  • Glances is a cross-platform monitoring tool which aims to present amaximum of information in a minimum of space through a curses or Webbased interface. It can adapt dynamically the displayed informationdepending on the user interface size.
    If you want to install it, just follow this commands:


    - Go to your omv


    1) pull docker image

    Code
    docker pull nicolargo/glances

    2) run image (without modification):


    Code
    docker run -d --restart="always" -p 61208-61209:61208-61209 -e GLANCES_OPT="-w" -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host docker.io/nicolargo/glances

    - Go to the UI:


    http://omvHostIP:61208


    Enjoy :thumbup:


    glances.png

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!