glances/snap/snapcraft.yaml

62 lines
1.5 KiB
YAML
Raw Normal View History

2017-06-24 19:47:16 +03:00
name: glances
2024-07-07 19:47:46 +03:00
version: '4.1.2+build02' # Put the current stable version+buildXX
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.
base: core22
2024-05-18 12:18:01 +03:00
grade: stable # devel
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
2024-07-07 19:47:46 +03:00
- system-observe # This one should give read access to all the system
2018-01-01 12:43:34 +03:00
- mount-observe
- hardware-observe
- log-observe
- network-observe
- physical-memory-observe
- upower-observe
- home
- network-bind
2024-04-29 12:26:35 +03:00
- uio
- raw-volume
- removable-media
- power-control
- process-control
- network-setup-observe
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8
plugs:
home-glances-config:
interface: personal-files
read:
- $HOME/.config/glances/glances.conf
etc-glances-config:
interface: system-files
read:
- /etc/glances/glances.conf
2024-07-08 11:54:40 +03:00
proc-sys:
interface: system-observe
read:
- /proc
- /sys
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-18 12:18:01 +03:00
source-branch: master # develop
2024-03-24 16:08:04 +03:00
python-requirements:
- requirements.txt
2024-05-12 11:45:03 +03:00
- webui-requirements.txt