Skip to content

Commit 330bb26

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/Development'
2 parents 2ce465d + 9a2b5cb commit 330bb26

25 files changed

+141
-311
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,51 @@ As of July, 2017, all significant changes will be logged in this document.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [4.0.3] - 2017-07-28
8+
9+
### Fixed
10+
11+
- **Query Editor**: Fixed structure of editor elements, alignment and other visual tweaks
12+
- **API**: Fixed an issue with some sensors where the displayed name is different from the name returned by the histdata XML query.
13+
14+
### Added
15+
16+
### Changed
17+
18+
- **Plugin**: Cleaned up package.json and plugin.json, updated version number, updated plugin README.md, removed unused content, and, replaced PRTG logo image.
19+
20+
## [4.0.2] - 2017-07-24
21+
22+
### Fixed
23+
24+
- **API**: Missed a bug that caused the query editor to show ALL sensors when Device was set to "*" even if Group was specified.
25+
- **API**: Added query string parameter "&count=9999" to group, device, and sensor queries to resolve issues for larger deployments. Addresses [#49](https://github.com/neuralfraud/grafana-prtg/issues/49)
26+
27+
### Changed
28+
29+
- **API**: Updated method to retrieve historic data, fixes an issue where no values are returned if the channel display name differes from the name in the API XML response. For instance, SSL Security sensors display the channel "Security Rating", when the actual value contains additional descriptive text.
30+
- **API**: Performance improvements in the collection of historic data, the array index to retrieve the channel value from is determined using the first result record instead of being determined for each result, which has a noticable impact with multiple-channel queries and thousands of data points.
31+
32+
### Added
33+
34+
- **Query Editor**: Added option to include a device's name in an item's label. Addresses [#47](https://github.com/neuralfraud/grafana-prtg/issues/47)
35+
736
## [4.0.1] - 2017-07-24
837

38+
### Fixed
39+
940
- **Query Editor**: Fixed color highlighting. Addresses [#48](https://github.com/neuralfraud/grafana-prtg/issues/48)
10-
- **Query Editor**: Added option to include a device's name in an item's label. Addresses [#47](https://github.com/neuralfraud/grafana-prtg/issues/47)
11-
- **API**: Added query string parameter "&count=9999" to group, device, and sensor queries to resolve issues for larger deployments. Addresses [#49](https://github.com/neuralfraud/grafana-prtg/issues/49)
41+
42+
### Changed
43+
1244
- **API**: Updated method to retrieve historic data, fixes an issue where no values are returned if the channel display name differes from the name in the API XML response. For instance, SSL Security sensors display the channel "Security Rating", when the actual value contains additional descriptive text.
1345
- **API**: Performance improvements in the collection of historic data, the array index to retrieve the channel value from is determined using the first result record instead of being determined for each result, which has a noticable impact with multiple-channel queries and thousands of data points.
1446

47+
### Added
48+
49+
- **Query Editor**: Added option to include a device's name in an item's label. Addresses [#47](https://github.com/neuralfraud/grafana-prtg/issues/47)
50+
- **API**: Added query string parameter "&count=9999" to group, device, and sensor queries to resolve issues for larger deployments. Addresses [#49](https://github.com/neuralfraud/grafana-prtg/issues/49)
51+
1552
## [4.0.0] - 2017-07-17
1653

1754
### Fixed

jasonlashua-prtg-datasource/dist/PRTGAPIService.js

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jasonlashua-prtg-datasource/dist/PRTGAPIService.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# PRTG Datasource for Grafana 3.x
1+
# PRTG Datasource for Grafana
22

3-
This is a **beta** plugin designed to work with Grafana 3.0 and newer.
3+
[![GitHub version](https://badge.fury.io/gh/neuralfraud%2Fgrafana-prtg.svg)](https://badge.fury.io/gh/neuralfraud%2Fgrafana-prtg)
4+
[![Change Log](https://img.shields.io/badge/change-log-blue.svg?style=flat)](https://github.com/neuralfraud/grafana-prtg/blob/master/CHANGELOG.md)
5+
[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](https://github.com/neuralfraud/grafana-prtg/wiki)
6+
[![Donate](https://img.shields.io/badge/donate-paypal-2c9eda.svg?style=flat&colorA=0b3684)](https://paypal.me/jaylashua/10)
47

5-
Please participate on GitHub!
8+
Vizualize your PRTG data with rich, powerful Grafana dashboards!
9+
10+
## Features
11+
12+
- Select multiple metrics in a single query using regular expressions
13+
- Select from an array of PRTG metadata properties, including Status, Message, Active, Tags, Priortiy, and more.
14+
- Query raw JSON direct from the PRTG API and render using the Table panel
15+
- Show sensor status messages on graphs with Annotations
16+
17+
For more information, see [The Grafana-PRTG Wiki](https://github.com/neuralfraud/grafana-prtg/wiki)

jasonlashua-prtg-datasource/dist/XMLtoJSON.xsl

Lines changed: 0 additions & 71 deletions
This file was deleted.
-17.7 KB
Binary file not shown.
-4.77 KB
Binary file not shown.
135 KB
Loading

jasonlashua-prtg-datasource/dist/module.js

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jasonlashua-prtg-datasource/dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)