Behold is a light monitoring application written in Elixir and utilizing some basic OTP principals. This was primarily an exercise in learning how to do basic OTP stuff.
mix deps.get
mix ecto.create && mix ecto.migrate
mix phx.server
Will fill this out soon!