/smokeping-bootstrap

Modern looking layout for Smokeping

Primary LanguageHTML

Smokeping - Bootstrap WebGui

A modern looking smokeping webgui.

Screenshots

image

Features

  • Cropping graphs
  • Search Functions

Roadmap

  • Better support for small screen devices

Installation - Bare metal

Replace the standaard page

 cd /etc/smokeping
 mv basepage.html basepage.html.bak
 wget https://raw.githubusercontent.com/svenvg93/smokeboot/main/basepage.html

Installation - Docker

Use docker volumes to pass the into the docker container

Docker compose:

volumes:
- ./smokeping/basepage.html:/etc/smokeping/basepage.html

Background change

Set the graph border to no in the Presentation file to have no borders and white background on the graphs

graphborders = no

Acknowledgements

  • tsumaru720/smokeping-bootstrap