Packages
ex_green_yet_core
0.0.1
Core component used in ExGreenYet for monitoring services and their depending components.
Current section
Files
Jump to
Current section
Files
ex_green_yet_core
README.md
README.md
# ExGreenYetCore
Does a simple check by monitoring an endpoint according to the URL and poll time specified.
## Installation
```elixir
def deps do
[
{:ex_greenyet_core, "~> 0.0.1"}
]
end
```
## License
ExGreenYetCore is released under the [MIT License](https://opensource.org/licenses/MIT).