Merge pull request #669 from nicholascapo/http-check-client-api

api/agent: Support HTTP service checks in client api
This commit is contained in:
Armon Dadgar 2015-02-04 10:34:04 -08:00
commit 375f207a3b
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ type AgentServiceCheck struct {
Script string `json:",omitempty"`
Interval string `json:",omitempty"`
TTL string `json:",omitempty"`
HTTP string `json:",omitempty"`
}
type AgentServiceChecks []*AgentServiceCheck