Skip to content

hizel/pingd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pingd

Simple ping daemon with RESTful JSON API and graphite export

Example

pingd --api 127.0.0.1:8081 --graphite 127.0.0.1:2003

curl -i -d '{"Id":"router1","Address":"192.168.1.1"}' http://127.0.0.1:8081/hosts # add ip
curl -i http://127.0.0.1:8081/hosts/router1  # get stat
curl -i http://127.0.0.1:8081/hosts          # get all stat
curl -i -X DELETE http://127.0.0.1:8081/hosts/rouer1

About

ICMP ping daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages