A network monitoring tool that pings hosts and stores the results in InfluxDB.
- Create a
config.tomlfile in your working directory - Run the application:
fogpingCreate 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"