This website requires JavaScript.
Explore
Help
Sign In
ashie
/
elstat
Watch
1
Star
1
Fork
You've already forked elstat
0
Code
Issues
Pull requests
Releases
Wiki
Activity
d2ec70799d
elstat
/
priv
/
frontend
/
config.example.json
5 lines
83 B
JSON
Raw
Normal View
History
Unescape
Escape
make domain configurable via config.json
2018-07-16 04:21:41 +00:00
{
detect slow services and show an icon 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.
2018-07-16 17:44:06 +00:00
"domain"
:
"https://elstatus.stayathomeserver.club"
,
"slow_threshold"
:
2000
make domain configurable via config.json
2018-07-16 04:21:41 +00:00
}
Reference in a new issue
Copy permalink