13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
{
|
||
|
"service": {
|
||
|
"name": "loki",
|
||
|
"port": 3100,
|
||
|
"check":{
|
||
|
"tcp": "<%= @ipaddr %>:3100",
|
||
|
"interval": "60s",
|
||
|
"timeout": "1s",
|
||
|
"success_before_passing": 3
|
||
|
}
|
||
|
}
|
||
|
}
|