Plugins 〉Optimiz-SevOne Plugin


Developer

Optimiz

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Data Source
community

Optimiz-SevOne Plugin

  • Overview
  • Installation
  • Change log
  • Related content

SevOne

This SevOne Grafana Datasource Plugin enables communication between Grafana and SevOne to pull Device data, Object data, Indicator data, and Indicator metrics your instance.

Setup Instructions

Step 1: Install Grafana Plugin

Download or clone the repository and move the unzipped folder into your Grafana plugins folder.

Add our plugin to the list of unsigned plugins in your Grafana configuration file then restart Grafana.

allow_loading_unsigned_plugins = optimiz-sevone-datasource

Step 2: Grafana Datasource Configuration

  1. Open Grafana Configuration => Data Sources
  2. Click on the "Add data source" Button
  3. Search for and add our "Optimiz-SevOne Plugin"
  4. Configure the data source based on fields below. All fields listed below are Required
  • URL: Enter the URL of the SevOne instance
  • Username: Enter a username that can access the SevOne instance
  • Password: Enter password of user
  1. Click on the "Save & Test" Button. If you get the message "Data source connection is successful" then the plugin is ready to use!

Query Categories

Devices

Option NameDescriptionOptionsAdditional Info
DevicesSelecting a Device will only return the data of the specified Device. If no Device is selected then the query will return all Device data.Device Name or IDNot Required for this Query Category
SizeLimits the amount of records returned to the number submitted1-10000Default is 20
PageThis option, in combination with the Size input, can be thought of as pagination for your requests. Ex. Setting a Size of 10 returns the first 10 records and to see the 10 records following those, increase your page number.0-9999Default is 0, which is the first page

Object

Option NameDescriptionOptionsAdditional Info
DevicesSelecting a Device will return all the Objects connected to the specified DeviceDevice Name or IDRequired for this Query Category
SizeLimits the amount of records returned to the number submitted1-10000Default is 20
PageThis option, in combination with the Size input, can be thought of as pagination for your requests. Ex. Setting a Size of 10 returns the first 10 records and to see the 10 records following those, increase your page number.0-9999Default is 0, which is the first page

Indicators

Option NameDescriptionOptionsAdditional Info
DevicesSelecting a Device will fill in the Object field with Objects connected to the specificed DeviceDevice Name or IDRequired for this Query Category
ObjectSelecting a Object will return all the Indicators data connected to the specified Device and the specified ObjectObject Name or IDRequired for this Query Category
SizeLimits the amount of records returned to the number submitted1-10000Default is 20
PageThis option, in combination with the Size input, can be thought of as pagination for your requests. Ex. Setting a Size of 10 returns the first 10 records and to see the 10 records following those, increase your page number.0-9999Default is 0, which is the first page

Indicators Metrics

Option NameDescriptionOptionsAdditional Info
DevicesSelecting a Device will fill in the Object field with Objects connected to the specificed DeviceDevice Name or IDRequired for this Query Category
ObjectSelecting a Object will fill in the Indicator field with Indicator connected to the specificed Device and the specificed ObjectObject Name or IDRequired for this Query Category
IndicatorSelecting a Indicator will return the Indicators metrics connected to the specified Device, the specified Object, and the specified IndicatorIndicator Name or IDRequired for this Query Category

Installing Optimiz-SevOne Plugin on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Optimiz-SevOne Plugin from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

Changelog

1.0.0 (Unreleased)

Initial release.