ping-exporter icon indicating copy to clipboard operation
ping-exporter copied to clipboard

Prometheus ICMP ping exporter

Results 8 ping-exporter issues
Sort by recently updated
recently updated
newest added

Tested working on Raspberry Pi 4 (Debian 12.4) `Linux 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux` `$ docker build -t ping-exporter .` `$ docker run -d -p 9346:9346...

Please, clarify the license of the source code. Thank you.

Just curious if there is a reason why someone would want to use this over https://github.com/prometheus/blackbox_exporter (or vice versa)?

Hello, It would be nice to have option to make `ping_exporter` output less verbose, currently it logs every scrape and this is quite verbose when there are lots of targets.

Hi, When building the current version using Docker it fails due to this error: ``` Step 1/9 : FROM ekidd/rust-musl-builder:1.36.0 as builder ---> 199e6dcf7c1c ... Step 4/9 : RUN make...

Hello, I receive this log when running a container : Nov 04 09:27:37.114 INFO Starting ping-exporter 0.3.1 Nov 04 09:27:37.114 INFO Using settings: listen address: [::]:9346, preferred protocol: v4, resolver:...

Hello, Running `promtool check metrics` against latest version of `ping exporter`: ``` $ curl -s http://exporter:9346/ping?target=example | promtool check metrics ping_packets_total non-counter metrics should not have "_total" suffix ping_times_max no...

Good afternoon, help me solve this problem docker build -t ping-exporter . DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component...