glances/snap/snapcraft.yaml

42 lines
985 B
YAML
Raw Normal View History

2017-06-24 19:47:16 +03:00
name: glances
2019-01-19 18:41:03 +03:00
version: '3.1.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.
grade: stable
confinement: strict
apps:
glances:
command: bin/glances
plugs:
- network
- system-observe
2018-01-01 12:43:34 +03:00
- mount-observe
- hardware-observe
- log-observe
- network-observe
- physical-memory-observe
- upower-observe
- system-files
- home
plugs:
system-files:
read: [ /etc/glances/glances.conf ]
2017-06-24 19:47:16 +03:00
parts:
glances:
plugin: python
source: https://github.com/nicolargo/glances.git
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git
2017-06-25 11:17:12 +03:00
docker:
plugin: python
source: https://github.com/docker/docker-py.git