Nuclei Parser logo

Pinger

Repository gitlab.com/localgoproject/mercantour/modules/pinger
Started at MARCH/2026

Made to be used as a module in the Mercantour CLI and in my homelab's raspberry Pi, this program pings the configured servers and outputs the status on stdin and in a file that can be parsed recurrently.

The project is devided in 2 parts, the "tool" and the "service". The tool is a CLI that pings the servers on the fly. The service is the program that can be installed as a system service. There also is a script to install the service. For the moment, the only service manager supported is systemd. The service outputs the results in the result file. This result file can be parsed by the tool.

Screeshots

Pinger tool usage

Written in C.