-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintenance.cfg
41 lines (41 loc) · 1.05 KB
/
maintenance.cfg
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
<setup>
loglevel = 3
logsize = 8192
nim_login = administrator
nim_password =
maintenance_mode =
</setup>
<uimapi>
api_host =
api_protocol = http
api_port = 8080
api_user =
api_pass =
</uimapi>
<messages>
default_origin =
<callback_failed>
message = Callback $callback failed on Source $source
token =
severity = 1
subsystem = 1.1.
supp_key = cbfail_$callback_$source
variables = $callback,$source,$robot
</callback_failed>
<device_not_found>
message = Unable to found Master Device ID for hostname '$source'
token =
severity = 1
subsystem = 1.1.
supp_key = device_id_failed_$source
variables = $api,$source,$robot
</device_not_found>
<http_request_fail>
message = HTTP request to '$api' failed with code '$statusCode' for hostname '$source'
token =
severity = 1
subsystem = 1.1.
supp_key = device_id_failed_$source
variables = $api,$source,$robot,$statusCode,$reason
</http_request_fail>
</messages>