summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
blob: 9fcb8dda8bc6602335de4a5d83c093866b4f76db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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

parts:
  glances:
    plugin: python
    source: https://github.com/nicolargo/glances.git
  bottle:
    plugin: python
    source: https://github.com/bottlepy/bottle.git
  docker:
    plugin: python
    source: https://github.com/docker/docker-py.git