You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luna Mendes 6b82684d5a adapters: handle 204's on HttpAdapter
- adapters: add debug info on ping errors
5 years ago
docs docs/streaming: add incident op codes and payloads 5 years ago
elstat adapters: handle 204's on HttpAdapter 5 years ago
priv/frontend change uptimes to daily, weekly and monthly 5 years ago
.gitignore test: add initial testing 5 years ago
.gitlab-ci.yml add gitlab ci for testing frontend 5 years ago
LICENSE add LICENSE 5 years ago
README.md elstat.adapters: add latency to db spec 5 years ago
__init__.py move blueprints inside elstat folder 5 years ago
config.example.py add alerts 5 years ago
requirements.txt add base for python elstat 5 years ago
run.py only serve frontend build if built 5 years ago
status.json Add better error messages 5 years ago

README.md

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