🎉 Release of add-on Grafana 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-29 18:25:03 +00:00
parent 04007657ae
commit f86cdb9b76
6 changed files with 122 additions and 0 deletions

View file

@ -103,6 +103,19 @@ A secure and fast FTP server for Hass.io
[:books: FTP add-on documentation][addon-doc-ftp]
### ✓ [Grafana][addon-grafana]
![Latest Version][grafana-version-shield]
![Supports armhf Architecture][grafana-armhf-shield]
![Supports aarch64 Architecture][grafana-aarch64-shield]
![Supports amd64 Architecture][grafana-amd64-shield]
![Supports i386 Architecture][grafana-i386-shield]
![Docker Pulls][grafana-pulls-shield]
The open platform for beautiful analytics and monitoring
[:books: Grafana add-on documentation][addon-doc-grafana]
### ✓ [Happy Bubbles][addon-happy-bubbles]
![Latest Version][happy-bubbles-version-shield]
@ -292,6 +305,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AppDaemon][appdaemon3-issue]
- [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Grafana][grafana-issue]
- [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue]
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the add-on: Homebridge][homebridge-issue]
@ -398,6 +412,15 @@ SOFTWARE.
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
[grafana-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.svg
[grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.3.0
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.3.0/README.md
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues

1
grafana/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
🎉 Initial release!

54
grafana/README.md Normal file
View file

@ -0,0 +1,54 @@
# Community Hass.io Add-ons: Grafana
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
The open platform for beautiful analytics and monitoring.
## About
The analytics platform for all your metrics.
Grafana allows you to query, visualize, alert on and understand your metrics
no matter where they are stored. Create, explore, and share dashboards. Learn
about your Home Automation system using sexy and compelling graphs, and other
data visualizations.
Combine this add-on with the InfluxDB add-on to get insanely powerful
insights to your home.
[Click here for the full documentation][docs]
![Grafana in the Home Assistant Frontend][screenshot]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png

44
grafana/config.json Normal file
View file

@ -0,0 +1,44 @@
{
"name": "Grafana",
"version": "0.1.0",
"slug": "grafana",
"description": "The open platform for beautiful analytics and monitoring",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"map": [
"ssl"
],
"boot": "auto",
"ports": {
"3000/tcp": 3000
},
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"plugins": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"plugins": [
"str"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/grafana-{arch}"
}

BIN
grafana/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
grafana/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB