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.
- Host: GitHub
- URL: https://github.com/spektom/pingerd
- Owner: spektom
- License: apache-2.0
- Created: 2013-09-28T16:11:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T13:35:00.000Z (about 10 years ago)
- Last Synced: 2025-01-20T16:53:27.440Z (5 months ago)
- Language: C
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```