mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Grafana to 980c5dc
This commit is contained in:
parent
1ecf344ffc
commit
7149d736e7
6 changed files with 128 additions and 0 deletions
3
grafana/CHANGELOG.md
Normal file
3
grafana/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
2018/05/28 22:58 UTC - [980c5dc](https://github.com/hassio-addons/addon-grafana/commit/980c5dc02cce1169778d53d1b6413079d3ccc803) by [@frenck](https://github.com/frenck)
|
||||
> :books: Removed i386 references from README
|
||||
|
57
grafana/README.md
Normal file
57
grafana/README.md
Normal file
|
@ -0,0 +1,57 @@
|
|||
# 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 AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- 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.
|
||||
- Developers.
|
||||
|
||||
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/980c5dc/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?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-980c5dc-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/980c5dc
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
45
grafana/config.json
Normal file
45
grafana/config.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "980c5dc",
|
||||
"slug": "grafana",
|
||||
"description": "The open platform for beautiful analytics and monitoring",
|
||||
"url": "https://community.home-assistant.io/?u=frenck",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf"
|
||||
],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"8086/tcp": 8086,
|
||||
"8888/tcp": 8888
|
||||
},
|
||||
"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
BIN
grafana/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
grafana/logo.png
Normal file
BIN
grafana/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue