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