Skip to content

Michael-Swartz/ha_mqtt_linux_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HA MQTT Linux Monitor

Usage

$ ./ha_mqtt_monitor --help
Usage of ./ha_mqtt_monitor:
  -address string
        IP or FQDN of Mqtt broker (default "localhost")
  -port int
        Port Number (default 1883)
  -topic-prefix string
        Prefix for the mqtt topic. (default "computer-monitor")

MQTT Topics

By default this will export the following metrics on the following topics:

Metric Topic
CPU Usage /computer-monitor/cpu
Memory Usage /computer-monitor/memory
CPU Temperature /computer-monitor/temp/cpu
GPU Temperature /computer-monitor/temp/gpu
Interface RX Bytes /computer-monitor/network/<interface-name>/RX
Interface TX Bytes /computer-monitor/network/<interface-name>/TX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages