Skip to content

hkrutzer/fogping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fogping

A network monitoring tool that pings hosts and stores the results in InfluxDB.

Usage

  1. Create a config.toml file in your working directory
  2. Run the application:
fogping

Configuration

Create a config.toml file with the following structure:

ping_targets = [
  "1.1.1.1",
  "github.com",
]

[influxdb]
host = "https://your.influx.host"
token = "your-influxdb-token"
db = "ping"

About

Monitoring via ping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages