https://github.com/klutchell/balenablocks-glances
https://github.com/klutchell/balenablocks-glances
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/klutchell/balenablocks-glances
- Owner: klutchell
- Created: 2021-06-29T16:22:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T17:51:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T14:03:43.327Z (about 1 year ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glances
[Glances](https://nicolargo.github.io/glances/) is a cross-platform monitoring tool which aims to present a large amount of monitoring information through a curses or Web based interface. The information dynamically adapts depending on the size of the user interface.
## Usage/Examples
Add it to your application by adding the following service to your `docker-compose.yml` file:
```yaml
glances:
image: balenablocks/glances
privileged: true
network_mode: host
pid: host
labels:
io.balena.features.dbus: "1"
```
Add the [balenablocks/fbcp](https://github.com/balenablocks/fbcp/) block if you are using a RaspberryPi and have a PiDisplay or TFT attached.
## Environment Variables
| Name | Purpose |
| ---------- | ------------------------------------------------------------------------------------------------------- |
| `FONTFACE` | Change terminal font face via [console-setup](https://www.mankier.com/5/console-setup#Options-FONTFACE) |
| `FONTSIZE` | Change terminal font size via [console-setup](https://www.mankier.com/5/console-setup#Options-FONTFACE) |