-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreference.conf
35 lines (34 loc) · 924 Bytes
/
reference.conf
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
# Default configuration for Greenish
check-groups: {
refresh-in-seconds: 30
binding-address: "127.0.0.1"
port: 8080
scratch-dir: "/tmp/greenish/stdout"
default-period-check-offset: 1
default-period-pattern: "yyyy-MM/dd/HH"
default-job-run-frequency: "hourly"
default-timezone: "UTC"
default-lookback: 200
default-great-at: 0
default-normal-at: 1
default-warn-at: 3
default-error-at: 4
default-start-at: 0
env: {}
}
# This section is used to tune the performance of Greenish
akka {
# This is the thread-pool for running monitoring scripts
# If Greenish is unresponsive, you should look into this.
# As, monitoring scripts are expected to be IO bound, you
# may want to maximize parallelism.
refresh-dispatcher {
type = Dispatcher
executor = "thread-pool-executor"
thread-pool-executor {
fixed-pool-size = 100
}
throughput = 1
mailbox-capacity = -1
}
}