glances/snap/snapcraft.yaml

56 lines
1.3 KiB
YAML
Raw Normal View History

2017-06-24 19:47:16 +03:00
name: glances
2024-05-12 11:45:03 +03:00
version: '4.0.0'
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-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
- system-observe
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
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
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