https://github.com/ipdotsetaf/pingdog
https://github.com/ipdotsetaf/pingdog
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipdotsetaf/pingdog
- Owner: IPdotSetAF
- License: gpl-3.0
- Created: 2025-03-17T08:39:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T10:40:17.000Z (about 1 year ago)
- Last Synced: 2025-03-30T11:26:09.917Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PingDog
PingDog is a minimalistic console app for monitoring http services/websites availablelity.
## Instructions
1. install requirements: `pip install -r requirements.txt`
2. create a text file that contains services urls:
example:
```
https://google.com
https://github.com
```
3. run PingDog: `python PingDog.py urls.txt`
4. (optional) set calling interval using `-i`
`python PingDog.py urls.txt -i 5` : Calls services every 5 seconds