Update AgentCheck struct in api

This commit is contained in:
Kyle Havlovitz 2017-11-01 15:30:29 -07:00
parent d3dd2b1402
commit c9c083d843
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 9 additions and 16 deletions

View File

@ -15,14 +15,7 @@ type AgentCheck struct {
Output string
ServiceID string
ServiceName string
HTTP string
Header map[string][]string
Method string
TLSSkipVerify bool
TCP string
Interval ReadableDuration
Timeout ReadableDuration
DeregisterCriticalServiceAfter ReadableDuration
Definition HealthCheckDefinition
}
// AgentService represents a service known to the agent