Skip to content

Docker container that pings a list of servers and provides a prometheus feed for the ping

Notifications You must be signed in to change notification settings

robrohan/bash-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Ping

Bash Ping is a docker container with a few bash scripts that ping defined servers and reports back in prometheus compatible response.

  • Edit hosts.txt to setup your servers
  • Edit crontab if you want to ping on a different time frame (default every one minute)
  • Uses curl not ping so if ICMP is off, you should still get a response if up
  • Reports results to https://localhost:9323/metrics which can be used as a Grafana data source

Example Grafana Screenshot

About

Docker container that pings a list of servers and provides a prometheus feed for the ping

Topics

Resources

Stars

Watchers

Forks