13 lines
185 B
HCL
13 lines
185 B
HCL
|
services {
|
||
|
id = "nexus"
|
||
|
name = "nexus"
|
||
|
port = 8081
|
||
|
checks = [
|
||
|
{
|
||
|
args = ["nc", "-z", "-v", "localhost", "8081"]
|
||
|
interval = "5s"
|
||
|
timeout = "20s"
|
||
|
}
|
||
|
]
|
||
|
}
|