An open API service indexing awesome lists of open source software.

https://github.com/ieee0824/elma

elma is simple outline monitoring tool.
https://github.com/ieee0824/elma

monitoring slack

Last synced: 2 months ago
JSON representation

elma is simple outline monitoring tool.

Awesome Lists containing this project

README

          

# elma
elma is simple outline monitoring tool.

# configure

```
[
{
"target": "http://example.com",
"rate": "5s"
},
{
"target": "https://example.co.jp",
"rate": "5s",
"healthy_status_code_list": [
200, 301, 302
]
}
]
```