Added the protocol field for check

This commit is contained in:
Diptanu Choudhury
2015-11-17 13:38:41 -08:00
parent 50086cc60e
commit fb3d2be6b6

View File

@@ -1010,6 +1010,7 @@ type ServiceCheck struct {
Type string
Script string
Http string
Protocol string
Interval time.Duration
Timeout time.Duration
}