An open API service indexing awesome lists of open source software.

https://github.com/spektom/pingerd

Ping daemon that can be set up to ping numerous hosts at once, and report timings back to log files.
https://github.com/spektom/pingerd

Last synced: 3 months ago
JSON representation

Ping daemon that can be set up to ping numerous hosts at once, and report timings back to log files.

Awesome Lists containing this project

README

        

pingerd
=======

Ping daemon that can be set up to ping numerous hosts at once, and report timings back to log files.

Compilation
------------

```bash
./buildconf.sh
./configure
make
```