Skip to content

Commit

Permalink
Updated updated timestamp in plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-amir-vonage committed Feb 6, 2017
1 parent 9177f61 commit 929ad99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This plugin will make it easier to do. You just add all the measurements that yo
1. Add the queries you want to the panel and give each of them a unique alias
2. Choose the name of the panel to be displayed in the `Panel Title` field.
**Note:** this field supports Grafana templates, so if you repeat the panel the correct name will show
3. Go the the Options tab, and enter the `Warning` and `Critical` thresholds for each of your queries
3. Go the the Options tab, and enter the `Warning` and `Critical` thresholds for each of your queries.
**Note:** The plugin automatically detects if higher values are good, or lower values are good by checking which threshold is higher/lower. i.e. if in your measurement higher values are better, put a lower value in the "critical" threshold than the "warning" threshold.
4. If the query returns multiple values, choose the type of aggregation you want to be used (`None` will just use the most first result)
5. If you want the result to always be displayed with it's value (regardless to the thresholds), check the box titled `Show Value`

Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{"name": "Critical State", "path": "img/error.png"}
],
"version": "1.0.1",
"updated": "2016-10-5"
"updated": "2017-2-6"
},

"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{"name": "Critical State", "path": "img/error.png"}
],
"version": "1.0.1",
"updated": "2016-10-5"
"updated": "2017-2-6"
},

"dependencies": {
Expand Down

0 comments on commit 929ad99

Please sign in to comment.