Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
influxdb-mqtt-monitor
Advanced tools
A web server to monitor changes in InfluxDB and serve data on MQTT topic.
The InfluxDB MQTT Monitor is a Node.js application designed to monitor changes in an InfluxDB database and publish notifications over MQTT (Message Queuing Telemetry Transport) protocol. It provides real-time updates on data changes in the InfluxDB database and supports seamless integration with MQTT-enabled systems.
config.json
file.Clone the repository:
git clone https://github.com/hj91/influxdb-mqtt-monitor.git
Navigate to the project directory:
cd influxdb-mqtt-monitor
Install dependencies:
npm install
Configure the application by editing the config.json
file with your InfluxDB and MQTT server details.
Start the application:
npm start
The config.json
file contains configuration parameters such as InfluxDB server details, MQTT server details, database measurement, and polling interval. Edit this file to set up the application according to your InfluxDB and MQTT setup.
{
"influxdb": {
"server": "localhost",
"port": 8086,
"database": "my_database",
"username": "admin",
"password": "password",
"measurement": "my_measurement",
"poll": 5000
},
"mqtt": {
"url": "mqtt://mqtt.example.com",
"topic": "data/changes",
"options": {}
}
}
Contributions are welcome! Feel free to open issues or submit pull requests for any improvements or features you'd like to see.
This project is licensed under the GPL-3.0 License.
FAQs
A web server to monitor changes in InfluxDB and serve data on MQTT topic.
The npm package influxdb-mqtt-monitor receives a total of 3 weekly downloads. As such, influxdb-mqtt-monitor popularity was classified as not popular.
We found that influxdb-mqtt-monitor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.