Metadata-Version: 2.1
Name: ssh-dashboard
Version: 1.6.0
Summary: Agentless Linux host monitoring over standard SSH connections.
Author-email: Christoph Stein <christoph@oss.impulse9.de>
License: MIT
Project-URL: homepage, https://gitlab.com/s7one/ssh-dashboard
Project-URL: documentation, https://s7one.gitlab.io/ssh-dashboard/
Project-URL: repository, https://gitlab.com/s7one/ssh-dashboard
Keywords: SSH,Linux,Monitoring,Host monitoring,Agentless
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Flask
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: bcrypt==4.1.2
Requires-Dist: blinker==1.7.0
Requires-Dist: certifi==2024.2.2
Requires-Dist: cffi==1.16.0
Requires-Dist: click==8.1.7
Requires-Dist: colorama==0.4.6
Requires-Dist: cryptography==42.0.5
Requires-Dist: flask==3.0.2
Requires-Dist: gevent==24.2.1
Requires-Dist: greenlet==3.0.3
Requires-Dist: importlib-metadata==7.1.0
Requires-Dist: influxdb-client==1.41.0
Requires-Dist: itsdangerous==2.1.2
Requires-Dist: Jinja2==3.1.3
Requires-Dist: MarkupSafe==2.1.5
Requires-Dist: paho-mqtt==2.0.0
Requires-Dist: paramiko==3.4.0
Requires-Dist: pycparser==2.21
Requires-Dist: PyNaCl==1.5.0
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: reactivex==4.0.4
Requires-Dist: six==1.16.0
Requires-Dist: typing-extensions==4.10.0
Requires-Dist: urllib3==2.2.1
Requires-Dist: werkzeug==3.0.1
Requires-Dist: zipp==3.18.1
Requires-Dist: zope.event==5.0
Requires-Dist: zope.interface==6.2

# About SSH-Dashboard

SSH-Dashoard is an easy to set-up, basic Linux host monitoring solution which works without the need to install any additional software on the hosts. All host metrics are collected over a non-superuser ssh account.

Host status information are then available as

 * Websites and/or REST API from an integrated webserver
 * Prometheus target

 Additionally, SSH-Dashboard can actively

 * Publish to a MQTT broker
 * Write to an InfluxDb server

For more details, see the [documentation](https://s7one.gitlab.io/ssh-dashboard/)
