Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryantxu/ajax-panel

Ajax Panel Plugin for Grafana
https://github.com/ryantxu/ajax-panel

ajax grafana grafana-panel grafana-panel-plugin

Last synced: 5 days ago
JSON representation

Ajax Panel Plugin for Grafana

Awesome Lists containing this project

README

        

## AJAX Panel for Grafana

The AJAX Panel is a general way to load external content into a grafana dashboard.

### Options

* **Method**:

GET or POST or iframe

* **URL**:

The URL to request

* **Parameters**:

The parameters that will be passed in the request. This is a javascript object with access to the variables: - `ctrl` The control object.

### Screenshots

![Screenshot](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot.png)
![Options](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot-ajax-options.png)
![Examples](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot-examples.png)