Skip to content

Commit 57272a9

Browse files
committed
Fix plugin validator errors
* all links in README.md should be absolute * added screenshots to plugin.json * fixed typo in link
1 parent 7309d77 commit 57272a9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ interface as the Enterprise Edition has a more comprehensive filtering engine.
1616
Please consult the chapter ["Integrating Checkmk in Grafana"][3] in the
1717
official Checkmk documentation on how to use this plugin.
1818

19-
![Checkmk Grafana Data Source Plugin](../assets/grafana-checkmk-datasource.png)
19+
![Checkmk Grafana Data Source Plugin](https://github.com/tribe29/grafana-checkmk-datasource/raw/ebf24142922ccce5cc5649aa4809d1c19d55958f/grafana-checkmk-datasource.png)
2020

21-
See [CHANGELOG.md](CHANGELOG.md) for information about updating from previous
21+
See [CHANGELOG.md][4] for information about updating from previous
2222
versions.
2323

24-
See [DEVELOPMENT.md](DEVELOPMENT.md) for information about how to build and
24+
See [DEVELOPMENT.md][5] for information about how to test, build and
2525
release this software.
2626

2727
[1]: https://grafana.com/grafana/
2828
[2]: https://grafana.com/docs/grafana/latest/datasources/
2929
[3]: https://docs.checkmk.com/latest/en/grafana.html
30+
[4]: https://github.com/tribe29/grafana-checkmk-datasource/blob/main/CHANGELOG.md
31+
[5]: https://github.com/tribe29/grafana-checkmk-datasource/blob/main/DEVELOPMENT.md

src/plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@
1717
},
1818
"links": [
1919
{ "name": "GitHub", "url": "https://github.com/tribe29/grafana-checkmk-datasource" },
20-
{ "name": "checkmk", "url": "https://checkmk.com" }
20+
{ "name": "Checkmk", "url": "https://checkmk.com" }
21+
],
22+
"screenshots": [
23+
{
24+
"name": "Checkmk metrics shown in Grafana",
25+
"path": "https://github.com/tribe29/grafana-checkmk-datasource/raw/ebf24142922ccce5cc5649aa4809d1c19d55958f/grafana-checkmk-datasource.png"
26+
}
2127
],
22-
"screenshots": [],
2328
"version": "%VERSION%",
2429
"updated": "%TODAY%"
2530
},

0 commit comments

Comments
 (0)