From f606c5820458ce5737e89b3dc7a4148a5487133e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 14:13:51 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- Annotation/JsonRpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/JsonRpc.php b/Annotation/JsonRpc.php index a15eaa9..a499692 100644 --- a/Annotation/JsonRpc.php +++ b/Annotation/JsonRpc.php @@ -70,7 +70,7 @@ use ReflectionException; "Check" => [ "CheckId" => "service:rpc.json.{$this->service}." . $this->uniqueId, "Name" => "service " . $this->service . ' health check', - "Annotations" => "Script based health check", + "Notes" => "Script based health check", "ServiceID" => $this->service, "TCP" => $this->checkUrl, "Interval" => "5s",