No description
slice
cb12d43aea
The amount of latency a service needs before being considered "slow" is configurable in config.json. By default, it is 2000ms (2s). A side effect of this change is that the "service unresponsive" icon that is shown when a service is unreachable has been changed to an X instead of a !. The slow icon now uses the ! icon. Additionally, icon "titles" were added to aid any screen readers. |
||
---|---|---|
docs | ||
elstat | ||
priv/frontend | ||
.gitignore | ||
__init__.py | ||
config.example.py | ||
README.md | ||
requirements.txt | ||
run.py |
Elstat
Status page software.
Installing
git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt
# edit config.py as you wish
cp config.example.py config.py
# build frontend
cd priv/frontend
# check instructions on README.md
Run
python3.6 run.py