https://github.com/jdesive/rpi-pinger
https://github.com/jdesive/rpi-pinger
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdesive/rpi-pinger
- Owner: jdesive
- Created: 2018-01-04T03:02:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T16:36:40.000Z (about 8 years ago)
- Last Synced: 2025-09-24T02:02:15.278Z (5 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPi Pinger
A simple pinging application made to run on a raspberrypi or similar device. RPi Pinger keeps track of the device its pointed at and will send email notifications when the device is OFFLINE/ONLINE and a annual update email.
## Parameters
* Ping Delay - *15* (Minutes)
* Update Delay - *1* (Days)
* Ping Timeout - *1000*
* Max Unreachable Attempts - *8*
* IP - *9.9.9.9*
* To Email - *NONE*
* From Gmail - *NONE*
* Gmail Password - *NONE*
Example:
`java -jar pinger.jar 15 1 1000 8 127.0.0.1 to-email@example.com from-email@gmail.com password`