Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 750 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 750 Bytes

pingexporter

Pingexporter is a project that allows you to monitor the availability and latency of network hosts using ICMP ping requests.

It collects ping metrics and generates detailed reports for analysis.

This tool draws inspiration from both the ping_exporter and SmokePing repositories, combining their strengths and introducing additional enhancements.

install

go get github.com/jimyag/pingexporter@latest

or via github release

usage

pingexporter config.toml
curl http://localhost:9113/metrics

config

see config file for more details