-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessh.sample.conf
More file actions
42 lines (36 loc) · 836 Bytes
/
messh.sample.conf
File metadata and controls
42 lines (36 loc) · 836 Bytes
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
# MeSSH sample config (HCL format - see https://github.com/hashicorp/hcl)
#
# edit according to your preferences and rename to messh.conf to apply
bare = false
debug = false
interleaved = true
delay = "0ms"
parallelism = 0 # automatic, make sure to increase it to achieve high performance
database = "~/.local/share/messh/messh.db"
print {
immed = "Out != '' ? ff('%32s [%14s] (%d) %s %s', [Alias, Time, Exit, Arrow, Out]) : ''"
# template = "f([Alias, Time, Exit])"
# order = "a.Alias > b.Alias"
}
/*
hosts {
directive = "MSSH"
file = ""
filter = "sets.intersects(Labels, ['PRODUCTION','STAGING'])"
order = "a.Stats.Avg > b.Stats.Avg"
}
log {
file = "'log/'+Alias+'log'"
template = "Out"
order = "a.Time > b.Time"
}
script = "batch.sh"
upload {
from = ""
to = ""
}
download {
from = ""
to = ""
}
*/