16 lines
290 B
Plaintext
16 lines
290 B
Plaintext
|
{
|
||
|
"ID": "eventbus",
|
||
|
"Name": "esb",
|
||
|
"Address": "__IP__",
|
||
|
"Tags": ["api-eventbus", "eventbus", "tcp", "rabbitmq"],
|
||
|
"Port": 5672,
|
||
|
"Connect": {
|
||
|
"Native": true
|
||
|
},
|
||
|
"Check": {
|
||
|
"TCP": "__IP__:5672",
|
||
|
"Interval": "10s",
|
||
|
"Timeout": "10s",
|
||
|
"DeregisterCriticalServiceAfter": "20s"
|
||
|
}
|
||
|
}
|