Skip to content

Releases: Nexalis-Organization/nexalis-grafana-plugin-releases

Nexalis datasource 1.1.0

Choose a tag to compare

@nex-alis5 nex-alis5 released this 31 Jul 13:09

Grafana datasource plugin for the Nexalis Cloud real-time API.

Requires self-hosted Grafana ≥ 12.3. Not installable on Grafana
Cloud, which only loads plugins signed and published in the Grafana
catalog.

Install, update or remove

https://docs.nexalis.io/pages/nexalis-cloud/real-time-api/grafana-plugin

The guide covers both a package install and Docker, including the
permissions and volume details that are easy to get wrong. In short:
unzip the archive below into your Grafana plugins directory, allow the
plugin ID nexalis-nexalis-datasource as an unsigned plugin, and restart
Grafana.

This archive

Backends for Linux (amd64, arm64, arm), macOS (amd64, arm64) and
Windows (amd64). Verify the download against the published
.zip.sha1:

sha1sum -c nexalis-nexalis-datasource-1.1.0.zip.sha1

Nexalis datasource 1.0.0

Choose a tag to compare

@nex-alis5 nex-alis5 released this 13 Jun 03:27

Grafana datasource plugin for the Nexalis Cloud real-time API.

Install (self-hosted Grafana)

  1. Download and unzip into your Grafana plugins directory:
    cd /var/lib/grafana/plugins
    curl -sSL -o nexalis-nexalis-datasource.zip \
      https://github.com/Nexalis-Organization/nexalis-grafana-plugin-releases/releases/download/v1.0.0/nexalis-nexalis-datasource-1.0.0.zip
    unzip nexalis-nexalis-datasource.zip && rm nexalis-nexalis-datasource.zip
  2. Allow the plugin in grafana.ini (until catalog signing):
    [plugins]
    allow_loading_unsigned_plugins = nexalis-nexalis-datasource
  3. Restart Grafana, then add a Nexalis datasource with your
    endpoint URL and READ token.

Requires Grafana ≥ 12.3. Includes backends for Linux, macOS and
Windows (amd64 + arm64).