Metadata-Version: 2.2
Name: juham-systemstatus
Version: 0.1.7
Summary: Built-in system diagnosis for JuhaM
Author-email: J Meskanen <juham.api@gmail.com>
Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
Project-URL: Homepage, https://gitlab.com/juham/juham/juham-systemstatus
Project-URL: Bug Reports, https://gitlab.com/juham/juham/juham-systemstatus
Project-URL: Funding, https://meskanen.com
Project-URL: Say Thanks!, http://meskanen.com
Project-URL: Source, https://gitlab.com/juham/juham/juham-systemstatus
Keywords: object-oriented,plugin,framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: juham-core>=0.1.1
Requires-Dist: pytz>=2024.1
Requires-Dist: psutil>=5.9.0
Requires-Dist: importlib-metadata
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"

SystemStatus plugin for Juham™
==============================

Description
-----------

System status and diagnosis plugin to Juham™ home automation. When installed acquires and publishes
the following data:

* CPU load
* Available memory
* Available disk space
* Number of active threads

  
.. image:: _static/images/systemstatus.png
   :alt: Built-in status and diagnosis system for JuhaM™ home automation.
   :width: 640px
   :align: center  


Getting Started
---------------

### Installation

1. Install

   .. code-block:: bash

      pip install juham_systemstatus


2. Configure

Works right out of the box. To adjust update interval and other attributes
edit `SystemStatus.json` configuration file.

