Skip to content

Commit

Permalink
Changed org. Added uncommitted plugin notice
Browse files Browse the repository at this point in the history
  • Loading branch information
prydin committed Mar 6, 2023
1 parent 88f7094 commit 9ae4d29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Grafana datasource plugin for reading metrics from VMware Aria Operations (formerly vRealize Operations). This is a full-featured datasource capable of accessing any metric in Aria Operations
either through a simple list picker or a rich query language

## Important Notice

This is currently an unsigned plugin that has not been reviewed or endorsed by Grafana. You may still use it, but you need to do one of the following:

1. Allow Grafana to bypass the signature check for this plugin. You can do that by adding the following line in your configuration file under the `[plugins]` section:
`allow_loading_unsigned_plugins=vmware-ariaoperations-datasource`. This is generally not recommended and you're doing this at you own risk.
2. Create a private signature as described here: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/

Unfortunately, this plugin is currently not compatible with Grafana Cloud.

## Quick Start

1. Unzip the zip file in your plugin directory (as configured)
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Aria Operations",
"id": "pontusrydin-ariaoperations-datasource",
"id": "vmware-ariaoperations-datasource",
"metrics": true,
"info": {
"description": "Plugin for running queries against VMmware aria operations",
"author": {
"name": "VMmware"
"name": "Pontus Rydin"
},
"keywords": ["datasource"],
"logos": {
Expand Down

0 comments on commit 9ae4d29

Please sign in to comment.