npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-bvq

v3.0.4

Published

BVQ Node that returns Data from the BVQ-API to n8n. Alerts and Events can be called.

Readme

n8n-nodes-bvq

This is an n8n community node developed by SVA System Vertrieb Alexander GmbH. It lets you use BVQ data in your n8n workflows. For further Information regarding BVQ visit the offical BVQ Website https://www.bvq-software.de/en.

BVQ is a cross-platform software designed for automated monitoring of your entire data center, including computing, SAN, and storage layers. It offers monitoring, reporting, alerting, and analysis functions with an intelligent connection to ITSM systems.

n8n is a fair-code licensed workflow automation platform.

Contact

E-Mail: [email protected] Website: https://www.sva.de/en Company: SVA System Vertrieb Alexander GmbH Department: SVA Automation Solutions

Installation

Follow the installation guide in the n8n community nodes documentation.

Quick Installation

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-bvq in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

Note: After installation, you need to restart your n8n instance for the new node to be recognized!

Operations

In the UI there is a dropdown to select what data shall be retrieved from the BVQ API. You can choose between "Alerts" and "Events". Furthermore, you can select the source and the type of "Alerts" and "Events" to specify the requested data. The data is limited by the given time value and unit.

Only if "All" as an "Alert Source" is selected there is no option to specify the data by a time and "Alerts" of all sources and types are provided.

Credentials

You need the following credentials to establish an API connection:

  • Username (from your BVQ-Account)
  • Password (from your BVQ-Account)
  • URL (Can be found in your local BVQ-Instance under "Connectors" > "Integrations")
  • API-Key only mandatory/used for "All Alerts" (Can be generated in your local BVQ-Instance under "Connectors" > "Integrations")

Furthermore there is a checkbox named "Ignore SSL Issues", which you can tick to trust invalid or self-signed SSL-Certificates. If you persist to only trust valid SSL-Certificates, keep the checkbox at "false", which is the default value. If you do so, the Authentication of your API-Connection might fail.

Usage

The data is submitted in a json formatted array and can be used for any use case. Please note that extending the time period for the requested data may result in a longer response time from the API. Please be aware that the response time may as well exceed the execution time limit of your n8n instance.

Resources

Version History

3.0.4

  • Bugfixes

3.0.3

  • Bugfixes

3.0.2

  • Bugfixes

3.0.1

  • Bugfixes

3.0.0

  • Initial release/Republish