⬆️ Updating add-on Glances to 4b15d3a

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-13 13:30:03 +00:00
parent fd37962c39
commit 002472bac5
6 changed files with 152 additions and 0 deletions

View file

@ -119,6 +119,19 @@ A secure and fast FTP server for Hass.io
[:books: FTP add-on documentation][addon-doc-ftp]
### ✓ [Glances][addon-glances]
![Latest Version][glances-version-shield]
![Supports armhf Architecture][glances-armhf-shield]
![Supports aarch64 Architecture][glances-aarch64-shield]
![Supports amd64 Architecture][glances-amd64-shield]
![Supports i386 Architecture][glances-i386-shield]
![Docker Pulls][glances-pulls-shield]
A cross-platform system monitoring tool
[:books: Glances add-on documentation][addon-doc-glances]
### ✓ [Grafana][addon-grafana]
![Latest Version][grafana-version-shield]
@ -496,6 +509,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: Glances][glances-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 Panel][home-panel-issue]
@ -626,6 +640,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-glances]: https://github.com/hassio-addons/addon-glances/tree/4b15d3a
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/4b15d3a/README.md
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
[glances-version-shield]: https://img.shields.io/badge/version-4b15d3a-blue.svg
[glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances.svg
[glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/646690f
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/646690f/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues

7
glances/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
2019/01/13 13:11 UTC - [4b15d3a](https://github.com/hassio-addons/addon-glances/commit/4b15d3ac4fe3673e75e62344dcc66899fe2daba3) by [@renovate[bot]](https://github.com/apps/renovate)
> Configure Renovate (#1)
* Add renovate.json
* Update renovate.json

57
glances/README.md Normal file
View file

@ -0,0 +1,57 @@
# Community Hass.io Add-ons: Glances
[![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]
[![Support my work on Patreon][patreon-shield]][patreon]
Glances is a cross-platform system monitoring tool written in Python.
## About
Glances is a cross-platform monitoring tool which aims to present a maximum of
information in a minimum of space through a Web-based interface.
Glances can export all system statistics to InfluxDB, allowing you to look
at all your system information and its behavior over time.
[Click here for the full documentation][docs]
![Glances screenshot][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/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-glances/blob/4b15d3a/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/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-4b15d3a-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/4b15d3a
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png

65
glances/config.json Normal file
View file

@ -0,0 +1,65 @@
{
"name": "Glances",
"version": "4b15d3a",
"slug": "glances",
"description": "A cross-platform system monitoring tool",
"url": "https://github.com/hassio-addons/addon-glances",
"webui": "[PROTO:ssl]://[HOST]:[PORT:61208]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"map": [
"addons",
"backup",
"config:rw",
"share",
"ssl"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"auth_api": true,
"docker_api": true,
"host_network": true,
"host_pid": true,
"apparmor": false,
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"influxdb": {
"enabled": false,
"host": "a0d7b954-influxdb",
"port": 8086,
"username": "glances",
"password": "",
"database": "glances",
"interval": 60
}
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"influxdb": {
"enabled": "bool",
"host": "str",
"port": "port",
"username": "str",
"password": "str",
"database": "str",
"interval": "int"
},
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/glances"
}

BIN
glances/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
glances/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB