mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 05:54:46 +03:00
665626e44b
This avoids the additional time to clone the already existing repository Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
45 lines
1005 B
YAML
45 lines
1005 B
YAML
name: glances
|
|
version: '3.1.0'
|
|
summary: Glances an Eye on your system. A top/htop alternative.
|
|
description: |
|
|
Glances is a cross-platform monitoring tool which aims to present
|
|
a maximum of information in a minimum of space through a curses or
|
|
Web based interface. It can adapt dynamically the displayed information
|
|
depending on the user interface size.
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
apps:
|
|
glances:
|
|
command: bin/glances
|
|
plugs:
|
|
- network
|
|
- system-observe
|
|
- mount-observe
|
|
- hardware-observe
|
|
- log-observe
|
|
- network-observe
|
|
- physical-memory-observe
|
|
- upower-observe
|
|
- system-files
|
|
- home
|
|
environment:
|
|
LANG: C.UTF-8
|
|
LC_ALL: C.UTF-8
|
|
|
|
plugs:
|
|
system-files:
|
|
read: [ /etc/glances/glances.conf ]
|
|
|
|
parts:
|
|
glances:
|
|
plugin: python
|
|
source: .
|
|
bottle:
|
|
plugin: python
|
|
source: https://github.com/bottlepy/bottle.git
|
|
docker:
|
|
plugin: python
|
|
source: https://github.com/docker/docker-py.git
|