ping_exporter icon indicating copy to clipboard operation
ping_exporter copied to clipboard

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping

Results 46 ping_exporter issues
Sort by recently updated
recently updated
newest added

Add: - Support to define rollout strategy (default to RollingUpdate). - Support to define custom podLabels (could be useful for observability purposes)

Hi! Im trying to run this exporter on kubernetes without being a root user. Currently, i can at least execute it as root but with dropped capabilities: ```yaml securityContext: capabilities:...

# implement the ability to add custom label in config file. In my case, this can be used in grafana dashboard filter. ## yaml config file example: ``` targets: -...

Hi, The same Ping_exporter works fine in Ubuntu OS, But Centos OS giving following error. $ sudo systemctl status ping_exporter_uat -l ● ping_exporter_uat.service - Ping Exporter UAT Loaded: loaded (/usr/lib/systemd/system/ping_exporter_uat.service;...

It would be nice to have an "official" `ping_exporter` Grafana dashboard on this GitHub. In the meanwhile, this is my (partial) attempt: [ping.zip](https://github.com/czerwonk/ping_exporter/files/8715048/ping.zip) PS: this assumes that VictoriaMetrics is used,...

Hi, thanks for your work. I just installed version 1.0.0 as Debian (version 10.11) package for the first time. When i manually enter the exposed interface (http://192.168.2.50:9427) in my web-browser...

It would be interesting to have more control on ping intervals. For instance I would like to be able to send 5 pings with 20ms interval every 10 seconds. This...

Provide a build system -> A Makefile for example, also would be nice to provide target to build debian packages.

Hi, I am using this docker on an Unraid server. I can't find a way to have it start with the --dns.nameserver option to specify a different DNS server. Is...

It looks like the most recent release version was from back in March, but there have been a number of updates to the git repo since then. In particular, there...