-
Notifications
You must be signed in to change notification settings - Fork 1
/
sys.config
49 lines (40 loc) · 1.08 KB
/
sys.config
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
[
{kernel,[
{error_logger, {file, "log/error.log"}},
% {error_logger_format_depth, 50},
{inet_dist_listen_min, 11000},
{inet_dist_listen_max, 11010}
]},
{goanna,[
%% data_retrival_method
%% {push, Interval, PushModule, PushAmount} |
%% pull
{data_retrival_method,
{push, 100, goanna_forward_shell, 200}
% pull
},
%% nodes
%% {Node :: atom(), Cookie :: atom()}
{nodes, [
%{'test@rpmbp', 'test'}
]},
%% traces
%% {Module :: atom()}
%% {Module :: atom(), function :: atom()}
%% {Module :: atom(), function :: atom(), arity :: integer()} |
%% nonempty_list() Ex: "ets:lookup(Cust, customers) when Cust==homer -> return"
{traces, [
]},
%% default_trace_options ( false = indefinite )
%% {time, non_neg_integer() | false} Max Time to trace
%% {messages, non_neg_integer() | false} Max messages
{default_trace_options, [
{time, 120000},
{messages, false}
]}
]},
{hawk, [
{ conn_retry_wait, 100 },
{ connection_retries, 10000 }
]}
].