Le 16/02/2021 à 09:29, Lucas Viallon a écrit : > Quelqu'un sait si il y a un outils opensource style une interface web, on > indique l'ip a surveiller, cela lance un ping permanent (ou qui ce > renouvelle toutes les x minutes sans periode de blanc) et ou l'on peut > retrouver dans l'interface un mini compte rendu ?
Hello, En écosystème Prometheus (donc facilement utilisable sur une interface Grafana) il existe le Blackbox exporter (https://github.com/prometheus/blackbox_exporter) mais aussi d'autres exporter faisant exclusivement du ping : https://github.com/czerwonk/ping_exporter (Go) https://github.com/frankiexyz/ping-exporter (Python 2 + fping) Mais en cherchant d'autres exporter je suis tombé sur Statping https://github.com/statping/statping qui intègre sonde et interface et pourrait répondre directement au besoin. Fin de ma modeste contribution -- DUVERGIER Claude --------------------------- Liste de diffusion du FRnOG http://www.frnog.org/
