2017-06-24 19:47:16 +03:00
|
|
|
name: glances
|
2024-05-12 11:45:03 +03:00
|
|
|
version: '4.0.0'
|
2024-03-24 16:18:21 +03:00
|
|
|
|
2017-06-24 19:47:16 +03:00
|
|
|
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.
|
|
|
|
|
2024-04-29 12:42:00 +03:00
|
|
|
base: core22
|
2024-05-12 11:45:03 +03:00
|
|
|
grade: stable
|
2017-06-24 19:47:16 +03:00
|
|
|
confinement: strict
|
|
|
|
|
|
|
|
apps:
|
|
|
|
glances:
|
2024-03-24 16:08:04 +03:00
|
|
|
command: bin/glances
|
2024-04-29 12:26:35 +03:00
|
|
|
plugs: # https://snapcraft.io/docs/supported-interfaces
|
2017-06-24 19:47:16 +03:00
|
|
|
- network
|
2017-11-02 23:08:24 +03:00
|
|
|
- system-observe
|
2018-01-01 12:43:34 +03:00
|
|
|
- mount-observe
|
|
|
|
- hardware-observe
|
|
|
|
- log-observe
|
|
|
|
- network-observe
|
|
|
|
- physical-memory-observe
|
|
|
|
- upower-observe
|
2019-01-23 22:30:27 +03:00
|
|
|
- home
|
2019-04-05 13:40:43 +03:00
|
|
|
- network-bind
|
2024-04-29 12:26:35 +03:00
|
|
|
- uio
|
|
|
|
- raw-volume
|
|
|
|
- removable-media
|
|
|
|
- power-control
|
|
|
|
- process-control
|
2019-01-25 11:50:08 +03:00
|
|
|
environment:
|
|
|
|
LANG: C.UTF-8
|
|
|
|
LC_ALL: C.UTF-8
|
2019-01-23 22:30:27 +03:00
|
|
|
|
2019-04-10 12:35:42 +03:00
|
|
|
plugs:
|
|
|
|
home-glances-config:
|
|
|
|
interface: personal-files
|
|
|
|
read:
|
2019-04-11 19:45:47 +03:00
|
|
|
- $HOME/.config/glances/glances.conf
|
2019-04-10 12:35:42 +03:00
|
|
|
etc-glances-config:
|
|
|
|
interface: system-files
|
|
|
|
read:
|
2019-04-11 19:45:47 +03:00
|
|
|
- /etc/glances/glances.conf
|
2019-04-10 12:35:42 +03:00
|
|
|
|
2017-06-24 19:47:16 +03:00
|
|
|
parts:
|
|
|
|
glances:
|
|
|
|
plugin: python
|
2024-03-24 16:08:04 +03:00
|
|
|
source: https://github.com/nicolargo/glances.git
|
2024-05-12 11:45:03 +03:00
|
|
|
source-branch: master
|
2024-03-24 16:08:04 +03:00
|
|
|
python-requirements:
|
|
|
|
- requirements.txt
|
2024-05-12 11:45:03 +03:00
|
|
|
- webui-requirements.txt
|