https://github.com/assigdev/site_pinger
python program for check urls status.
https://github.com/assigdev/site_pinger
async pinger python3 web-utils
Last synced: about 1 year ago
JSON representation
python program for check urls status.
- Host: GitHub
- URL: https://github.com/assigdev/site_pinger
- Owner: assigdev
- License: bsd-3-clause
- Created: 2018-05-17T13:10:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:15:14.000Z (over 5 years ago)
- Last Synced: 2025-03-01T04:29:26.907Z (over 1 year ago)
- Topics: async, pinger, python3, web-utils
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Site Pinger
===============================
[](https://badge.fury.io/py/site_pinger)
[](https://github.com/assigdev/site_pinger/blob/master/LICENSE.md)
version number: 0.4.0
author: Arsen Khalilov
Overview
--------
python program for check work in site urls.
for periodical ping sites run with cron.
Installation
------------
To install use pip:
$ pip install site_pinger
Or clone the repo:
$ git clone https://github.com/assigdev/site_pinger.git
$ python setup.py install
Usage
-----
first you need conf ini file:
$ site_pinger_conf
then run program
$ site_pinger
run with conf in flag
$ site_pinger -c path_to_conf_file
Flags
-------
optional arguments:
-h, --help show this help message and exit
-t TIMEOUT, --timeout TIMEOUT
time out for async tasks
-l LOG, --log LOG log file path
-d, --debug debug logging
-e, --email receiver email
-c CONFIG, --config CONFIG
config file path
--email-header EMAIL_HEADER
header for email
Contributing
------------
TBD