summaryrefslogtreecommitdiff
path: root/conf.yaml
blob: 4ce9b8f67a99462b94df6b234b9a171415f573e3 (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
# Typical plugin properties:
# - name:    plugin name (always required, all other properties are optional)
# - title:   title representation on the panel
# - hide_ok: false to force display value even if it is below problem threshold
# - problem: a threshold value to make a value urgent and / or display
#            the value on the panel

output_format: i3

plugins:
- name: ping
  title: NET
  hosts:
  - de-ber-as20647.anchors.atlas.ripe.net
  - nl-ams-as1101.anchors.atlas.ripe.net
  - uk-boh-as196745.anchors.atlas.ripe.net
  hide_ok: false

- name: disk
  partition: /
  problem: 80
  hide_ok: false

- name: disk
  partition: /home
  problem: 90

- name: pacman

- name: mem

- name: load

- name: date
  format: '%a %d %H:%M'