Skip to content

Commit

Permalink
Version 4.0
Browse files Browse the repository at this point in the history
Screenshot
  • Loading branch information
neuralfraud committed Jul 18, 2017
1 parent 45f9863 commit 6160039
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,24 @@
[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](https://github.com/neuralfraud/grafana-prtg/wiki)
[![Donate](https://img.shields.io/badge/donate-paypal-2c9eda.svg?style=flat&colorA=0b3684)](https://paypal.me/jaylashua/10)

Works with 4.x - just drop the "jasonlashua-prtg-datasource" folder into the "data/plugins" folder of your Grafana installation and restart the grafana server.
Vizualize your PRTG data with rich, powerful Grafana dashboards!

## July 15, 2017 - Version 4.0
## Features

This version contains many great enhancements and hopefully addresses some of the open issues.
- Select multiple metrics in a single query using regular expressions
- Select from an array of PRTG metadata properties, including Status, Message, Active, Tags, Priortiy, and more.
- Query raw JSON direct from the PRTG API and render using the Table panel
- Show sensor status messages on graphs with Annotations

### Templating Support
## Getting Started

* Multiple-value variables are fully supported
* Use other template variables in your queries
Clone this repo or [download the zip](https://github.com/neuralfraud/grafana-prtg/archive/master.zip) directly into your Grafana "data/plugins" directory and check out [The Grafana-PRTG Wiki](https://github.com/neuralfraud/grafana-prtg/wiki) to get started.

**Template query examples:**
"group:*" returns all groups
"device:group=$group" returns all devices that exist in the variable named "$group"
"sensor:device=$device" returns all sensors that belong to the devices in the variable named "$device"

### Query Editor

* Full regex support! Regular expressions can be used to create powerful queries that return many items ...in a single query!
* Multiple-value variables support! For instance, if a template variable "$groups" is selected, and the that variable contains two groups, the "device" query is filtered accordingly.
* Support for text and other PRTG properties, including tags, active, status, messages, priority, and more!
* Support for raw JSON (for creating custom tables with the table panel)

### Other

It is now possible to create table panels and other useful displays using PRTG object properties and text!
![Grafana](https://neuralfraud.github.io/grafana.png)

![Grafana](https://neuralfraud.github.io/textPropertyDash.png)


**THANK YOU FOR USING THIS PLUGIN!**

For more information, see [The Grafana-PRTG Wiki](https://github.com/neuralfraud/grafana-prtg/wiki)

0 comments on commit 6160039

Please sign in to comment.