Metadata-Version: 2.1
Name: py-link-monitor
Version: 0.1.1
Summary: Link monitor written on Python that uses command line ping utility
License: MIT
Author: Mykhailo  Volkov
Author-email: mvolkov83@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pingparsing (==1.4.1)
Description-Content-Type: text/markdown

# py-link-monitor
Link monitor written on Python that uses command line ping utility
# Installation
pip install py-link-monitor
# Usage
$ py_link_monitor -t 8.8.8.8
# Sample output
monitor Status changed to ALIVE for monitor of 8.8.8.8 at 2023-05-16T15:51:15.184630
monitor Status changed to FAIL for monitor of 8.8.8.8 at 2023-05-16T15:52:21.319762
monitor Status changed to ALIVE for monitor of 8.8.8.8 at 2023-05-16T15:52:26.512260

