diff --git a/README.md b/README.md index 66c646ebb..65e9a0bcb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md new file mode 100644 index 000000000..052735b7c --- /dev/null +++ b/glances/CHANGELOG.md @@ -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 + diff --git a/glances/README.md b/glances/README.md new file mode 100644 index 000000000..71e55a652 --- /dev/null +++ b/glances/README.md @@ -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: + + + +[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 \ No newline at end of file diff --git a/glances/config.json b/glances/config.json new file mode 100644 index 000000000..968c6ca53 --- /dev/null +++ b/glances/config.json @@ -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" +} \ No newline at end of file diff --git a/glances/icon.png b/glances/icon.png new file mode 100644 index 000000000..a4fe9cd88 Binary files /dev/null and b/glances/icon.png differ diff --git a/glances/logo.png b/glances/logo.png new file mode 100644 index 000000000..3288f5925 Binary files /dev/null and b/glances/logo.png differ