-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprovotum.yml
57 lines (54 loc) · 1.73 KB
/
provotum.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ~/.tmuxinator/provotum.yml
name: provotum
root: ~/
windows:
- sealer-geth-metrics:
layout: tiled
panes:
- sealer01_geth_metrics:
- ssh sealer01.provotum.ch
- clear
- sudo geth monitor --attach provotum/node/geth.ipc system/memory/allocs/Overall
- sealer02_geth_metrics:
- ssh sealer02.provotum.ch
- clear
- sudo geth monitor --attach provotum/node/geth.ipc system/memory/allocs/Overall
- sealer03_geth_metrics:
- ssh sealer03.provotum.ch
- clear
- sudo geth monitor --attach provotum/node/geth.ipc system/memory/allocs/Overall
- sealer04_geth_metrics:
- ssh sealer04.provotum.ch
- clear
- sudo geth monitor --attach provotum/node/geth.ipc system/memory/allocs/Overall
- sealer-geth-logs:
layout: tiled
panes:
- sealer01_geth_log:
- ssh sealer01.provotum.ch
- clear
- multitail -cS apache provotum/node/console.log
- sealer02_geth_log:
- ssh sealer02.provotum.ch
- clear
- multitail -cS apache provotum/node/console.log
- sealer03_geth_log:
- ssh sealer03.provotum.ch
- clear
- multitail -cS apache provotum/node/console.log
- sealer04_geth_log:
- ssh sealer04.provotum.ch
- clear
- multitail -cS apache provotum/node/console.log
- backend:
layout: tiled
panes:
- backend:
- ssh backend.provotum.ch
- tmux attach-session -t provotum-backend
- id-provider:
layout: tiled
panes:
- id-provider:
- ssh id.provotum.ch
- tmux attach-session -t id-provider