Skip to content

Monitor the availability and latency of network hosts using ICMP ping requests.

Notifications You must be signed in to change notification settings

jimyag/pingexporter

Folders and files

NameName
Last commit message
Last commit date
May 11, 2024
May 3, 2024
May 11, 2024
May 3, 2024
May 11, 2024
May 11, 2024
May 11, 2024
May 11, 2024
May 11, 2024
Aug 21, 2024
Aug 21, 2024
May 11, 2024

Repository files navigation

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