Metadata-Version: 2.1
Name: simplemonitor
Version: 1.11.0
Summary: A simple network and host monitor
Home-page: https://github.com/jamesoff/simplemonitor
License: BSD-3-Clause
Author: James Seward
Author-email: james@jamesoff.net
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Monitoring
Classifier: Typing :: Typed
Requires-Dist: Jinja2 (>=2.11.2,<4.0.0)
Requires-Dist: arrow (>=0.17,<1.2)
Requires-Dist: boto3 (>=1.15.16,<2.0.0)
Requires-Dist: colorlog (>=4.4,<6.0)
Requires-Dist: paho-mqtt (>=1.5.1,<2.0.0)
Requires-Dist: paramiko (>=2.7.2,<3.0.0)
Requires-Dist: ping3 (>=2.6.6,<3.0.0)
Requires-Dist: psutil (>=5.7.2,<6.0.0)
Requires-Dist: pyOpenSSL (>=19.1,<21.0)
Requires-Dist: pyarlo (>=0.2.4,<0.3.0)
Requires-Dist: pync (>=2.0.3,<3.0.0); sys_platform == "darwin"
Requires-Dist: pywin32 (>=228,<302); sys_platform == "win32"
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: ring-doorbell (>=0.6.0)
Requires-Dist: twilio (>=6.58.0,<7.0.0)
Project-URL: Documentation, http://jamesoff.github.io/simplemonitor/
Project-URL: Repository, https://github.com/jamesoff/simplemonitor
Description-Content-Type: text/markdown

[![PyPI version fury.io](https://badge.fury.io/py/simplemonitor.svg)](https://pypi.python.org/pypi/simplemonitor/) [![Downloads](https://pepy.tech/badge/simplemonitor)](https://pepy.tech/project/simplemonitor)

![Tests (Windows)](https://github.com/jamesoff/simplemonitor/workflows/Tests%20(Windows)/badge.svg) ![Tests (Linux)](https://github.com/jamesoff/simplemonitor/workflows/Tests%20(Linux)/badge.svg) ![Linting](https://github.com/jamesoff/simplemonitor/workflows/Linting/badge.svg)

[![codecov](https://codecov.io/gh/jamesoff/simplemonitor/branch/master/graph/badge.svg)](https://codecov.io/gh/jamesoff/simplemonitor) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

SimpleMonitor is a Python script which monitors hosts and network connectivity. It is designed to be quick and easy to set up and lacks complex features that can make things like Nagios, OpenNMS and Zenoss overkill for a small business or home network. Remote monitor instances can send their results back to a central location.

Requires Python >= 3.6.2.

Documentation is here:
https://jamesoff.github.io/simplemonitor/

