9 lines
147 B
HCL
9 lines
147 B
HCL
service {
|
|
name = "SSHD"
|
|
port = 22
|
|
check {
|
|
tcp = "localhost:22"
|
|
interval = "5s"
|
|
}
|
|
}
|