Skip to content
This repository has been 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

Latest commit

6e82cd4 · Dec 17, 2024
Jan 9, 2024
May 19, 2023
Nov 19, 2020
Dec 15, 2019
Feb 22, 2021
Dec 18, 2019
Sep 16, 2024
Feb 24, 2019
Feb 9, 2020
Mar 18, 2017
Dec 17, 2024
May 19, 2023
Jul 9, 2019
Jul 9, 2019
Jun 15, 2017
May 19, 2023
May 19, 2023
Oct 19, 2022
Dec 1, 2022

Repository files navigation

Selenoid UI

Build Status Coverage Release Docker Pulls

UNMAINTAINED. Consider https://aerokube.com/moon/latest as alternative.

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