mirror of https://github.com/statping/statping
Unset default method for grpc check.
Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>pull/806/head
parent
3ea70439ab
commit
904689bae4
|
@ -351,11 +351,13 @@
|
|||
this.service.expected = "status:SERVING"
|
||||
this.service.port = 50051
|
||||
this.service.verify_ssl = false
|
||||
this.service.method = ""
|
||||
} else {
|
||||
this.service.expected_status = 200
|
||||
this.service.expected = ""
|
||||
this.service.port = 80
|
||||
this.service.verify_ssl = true
|
||||
this.service.method = "GET"
|
||||
}
|
||||
},
|
||||
updatePermalink() {
|
||||
|
|
Loading…
Reference in New Issue