Go to file
Luna Mendes 6b82684d5a adapters: handle 204's on HttpAdapter
- adapters: add debug info on ping errors
2018-10-15 19:34:54 -03:00
docs docs/streaming: add incident op codes and payloads 2018-07-18 05:01:32 -03:00
elstat adapters: handle 204's on HttpAdapter 2018-10-15 19:34:54 -03:00
priv/frontend change uptimes to daily, weekly and monthly 2018-09-05 21:17:26 -03:00
.gitignore test: add initial testing 2018-07-22 12:10:28 -07:00
.gitlab-ci.yml add gitlab ci for testing frontend 2018-07-22 12:35:15 -07:00
LICENSE add LICENSE 2018-08-08 20:20:05 -03:00
README.md elstat.adapters: add latency to db spec 2018-07-13 23:20:09 -03:00
__init__.py move blueprints inside elstat folder 2018-07-11 17:00:39 -03:00
config.example.py add alerts 2018-08-30 22:22:02 -03:00
requirements.txt add base for python elstat 2018-07-07 19:46:28 -03:00
run.py only serve frontend build if built 2018-07-18 14:58:11 -07:00
status.json Add better error messages 2018-09-03 22:39:41 -03:00

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