Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Pinger

Pinger is an application to help you to monitoring your HTTP endpoints, like a health check. Pinger creates and supervises HTTP requests, also Pinger checks targets URLs in a configured interval. We call targets, you can add many targets as you wish to keep checking and acting when needed.

Instalation

Add Pinger to your project's dependencies in mix.exs

  defp deps do
    [
      {:pinger, "~> 0.1.0"}
    ]
  end

  def application do
    [ applications: [:pinger] ]
  end

And fetch your project's dependencies:

$ mix deps.get

About

Checking many URIs as you can and know their status in time

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages