mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Prometheus to 0d8bd26
This commit is contained in:
parent
c95b973862
commit
afd1dc880e
4 changed files with 47 additions and 5 deletions
|
@ -1131,10 +1131,10 @@ SOFTWARE.
|
|||
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/d79d1fb
|
||||
[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/d79d1fb/README.md
|
||||
[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/0d8bd26
|
||||
[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/0d8bd26/README.md
|
||||
[prometheus-issue]: https://github.com/hassio-addons/addon-prometheus/issues
|
||||
[prometheus-version-shield]: https://img.shields.io/badge/version-d79d1fb-blue.svg
|
||||
[prometheus-version-shield]: https://img.shields.io/badge/version-0d8bd26-blue.svg
|
||||
[prometheus-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/prometheus-amd64.svg
|
||||
[prometheus-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[prometheus-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1 +1 @@
|
|||
- Linter and build fixed (#3)
|
||||
- 📚 Added documentation for home-assistiant addon page
|
||||
|
|
42
prometheus/README.md
Normal file
42
prometheus/README.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Home Assistant Community Add-on: Prometheus
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
||||
|
||||
The open platform for beautiful analytics and monitoring.
|
||||
|
||||
## About
|
||||
|
||||
...
|
||||
|
||||
![Prometheus in the Home Assistant Frontend][screenshot]
|
||||
|
||||
## WARNING! THIS IS AN EDGE VERSION!
|
||||
|
||||
This Home Assistant 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>
|
||||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://example.org
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[project-stage-shield]: [project-stage-shield]: https://img.shields.io/badge/project%20stage-Development-yellowgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-0d8bd26-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-prometheus/tree/0d8bd26
|
||||
[screenshot]: https://github.com/hassio-addons/addon-prometheus/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Prometheus",
|
||||
"version": "d79d1fb",
|
||||
"version": "0d8bd26",
|
||||
"slug": "prometheus",
|
||||
"description": "Cloud native metrics",
|
||||
"url": "https://github.com/hassio-addons/addon-prometheus",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue