From 14158746b5737dcee2b2ca51bd6526e2ec007cb5 Mon Sep 17 00:00:00 2001 From: David Lorenzo <17401854+David-Lor@users.noreply.github.com> Date: Tue, 14 May 2019 11:56:46 +0200 Subject: [PATCH 1/2] Add mqtt2mongodb to Logging section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed13dd3..3ccdfac 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ Core analytics * [mqtt2graphite](https://github.com/jpmens/mqtt2graphite) - Subscribe to MQTT topics and push to Graphite's Carbon server. * [mqttcollect](https://github.com/jpmens/mqttcollect) - A collectd "Exec" plugin for MQTT. * [mqtthandler](https://github.com/changyuheng/MQTTHandler) - A Python logging handler module for MQTT. +* [mqtt2mongodb](https://github.com/David-Lor/MQTT2MongoDB) - Subscribe to MQTT topics and insert into MongoDB. #### Smart Home Hardware Interfaces From db633f2488158d37ebc40ca62ba7d1a49c79f8fb Mon Sep 17 00:00:00 2001 From: David Lorenzo <17401854+David-Lor@users.noreply.github.com> Date: Tue, 14 May 2019 11:59:15 +0200 Subject: [PATCH 2/2] Add mqtt2notifysend to Monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ccdfac..6672345 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Core analytics * [check-mqtt](https://github.com/jpmens/check-mqtt) - A Nagios/Icinga plugin for checking connectivity to an MQTT broker. * [nag2mqtt](https://github.com/DE-IBH/nag2mqtt) - Nagios event broker to MQTT gateway. * [notify-by-mqtt](https://github.com/jpmens/notify-by-mqtt) - A Nagios/Icinga notification module which wraps data into JSON and fires it off to an MQTT broker. +* [mqtt2notifysend](https://github.com/David-Lor/MQTT2NotifySend) - Subscribe to a topic and show notifications from MQTT messages on Ubuntu & other notify-send compatible Linux distros. #### Location tracking