https://github.com/andrewn/periodic-pinger
https://github.com/andrewn/periodic-pinger
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewn/periodic-pinger
- Owner: andrewn
- Created: 2014-02-03T11:31:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T11:31:16.000Z (over 12 years ago)
- Last Synced: 2025-11-30T19:13:00.678Z (7 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requires `node.js`.
Using Foreman:
$ INTERVAL_SECS=2 PING_URL='http://www.google.com/' foreman start
Directly:
$ INTERVAL_SECS=2 PING_URL='http://www.google.com/' bin/clock