Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hivemq/hivemq-sys-topic-plugin

This HiveMQ plugin enables MQTT $SYS topics in HiveMQ. It can be easily removed or switched by any of your favorite monitoring interfaces.
https://github.com/hivemq/hivemq-sys-topic-plugin

Last synced: 5 days ago
JSON representation

This HiveMQ plugin enables MQTT $SYS topics in HiveMQ. It can be easily removed or switched by any of your favorite monitoring interfaces.

Awesome Lists containing this project

README

        

:hivemq-sys-topics: https://www.hivemq.com/docs/3.4/hivemq/monitoring.html#sys-topic

= HiveMQ SYS Topic Plugin

== Description

The SYS-Topic plugin is a plugin for HiveMQ to make it possible to subscribe to SYS-Topics.
For a detailed list of sys-topics check our {hivemq-sys-topics}[documentation].

== How to use the plugin with sample configuration

. Copy the jar file to your +/plugins+ folder
. Copy configuration files
.. +sample-configuration/systopic-plugin.properites+ into your +/conf+ folder
. Run HiveMQ
. Done!

NOTE: This sample installation sets metrics publish interval to 60 seconds.

== Configuration Options

The plugin can be configured with the +systopic-plugin.properites+ file, which needs to be placed in the plugin folder next to the jar file.

[cols="1m,1,2" options="header"]
.Configuration Options
|===
|Name
|Default
|Description

|publishInterval
|60
|This property specifies the interval of metrics getting published

|===

= Contributing

If you want to contribute to HiveMQ SYS Topic Plugin, see the link:CONTRIBUTING.md[contribution guidelines].

= License

HiveMQ SYS Topic Plugin is licensed under the `APACHE LICENSE, VERSION 2.0`. A copy of the license can be found link:LICENSE.txt[here].