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.
- Host: GitHub
- URL: https://github.com/ieee0824/elma
- Owner: ieee0824
- License: mit
- Created: 2017-10-04T03:58:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T16:40:12.000Z (over 8 years ago)
- Last Synced: 2025-01-29T07:18:28.775Z (over 1 year ago)
- Topics: monitoring, slack
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
]
}
]
```