Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

aerokube/selenoid-ui

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2022
Jun 20, 2022
Nov 19, 2020
Dec 15, 2019
Feb 22, 2021
Dec 18, 2019
Oct 13, 2022
Feb 24, 2019
Feb 9, 2020
Mar 18, 2017
Nov 1, 2017
Jul 9, 2019
Jul 9, 2019
Jul 9, 2019
Jun 15, 2017
Jun 20, 2022
Jun 20, 2022
Oct 2, 2020
Oct 1, 2019

Repository files navigation

Selenoid UI

Build Status Coverage Release Docker Pulls

Simple status page with UI updates by SSE, backed by constant polling of status handle of selenoid on small go backend.

ui

Usage

We distribute UI as a lightweight Docker container. To run it type:

$ docker run -d --name selenoid-ui  \
    --link selenoid                 \
    -p 8080:8080                    \
    aerokube/selenoid-ui --selenoid-uri=http://selenoid:4444

where --link selenoid links with running container named selenoid with selenoid inside

Then access the UI on port 8080:

http://localhost:8080/

The following flags are supported:

  • --listen - host and port to listen (e.g. :1234)
  • --period - data refresh period (e.g. 5s or 1m)
  • --selenoid-uri - selenoid uri to fetch data from (e.g. http://selenoid.example.com:4444/)

Features, Screenshots and Complete Guide

Can be found at http://aerokube.com/selenoid-ui/latest/

Usage note

This UI is designed for debug purposes for one selenoid node. If you need monitoring capabilities on more than one selenoid, consider to use external monitoring system