Add files via upload
This commit is contained in:
parent
669d1bf0e8
commit
42daed004a
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"server": {
|
||||
"httpPort": 3000,
|
||||
"wsPort": 3018
|
||||
},
|
||||
"patrol": {
|
||||
"interval": 60000,
|
||||
"maxHistory": 50
|
||||
},
|
||||
"alert": {
|
||||
"warningThreshold": 80,
|
||||
"criticalThreshold": 90
|
||||
},
|
||||
"log": {
|
||||
"file": "health-log.json",
|
||||
"maxDays": 7
|
||||
},
|
||||
"heartbeat": {
|
||||
"timeout": 300000
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue