Skip to content
/ psmqtt Public

Utility reporting system health and status via MQTT

License

Notifications You must be signed in to change notification settings

eschava/psmqtt

Repository files navigation

Summary

PSMQTT is a cross-platform utility for reporting system and processes metrics (CPU, memory, disks, network, S.M.A.R.T. disk data, etc) to an MQTT broker.

It integrates seamlessly with HomeAssistant thanks to the support for MQTT discovery messages.

PSMQTT is written in Python and is based on:

  • paho-mqtt to communicate with the MQTT broker;
  • psutil to collect metrics;
  • pySMART to collect SMART data from HDDs/SSDs;
  • recurrent to describe scheduling expressions;
  • jinja2 to format the data.

Installation

The suggested installation method is to use the provided Docker image. However alternative installation methods are available for Linux, FreeBSD and Windows:

Configuration and usage

Please check the Usage page.

Known issues

See Known issues.

Support

Please use the GitHub issue tracker to report bugs or request features.