From: Thomas Markwalder Date: Thu, 13 Jun 2024 19:06:55 +0000 (-0400) Subject: [#3328] Corrected JOSN errors in doc X-Git-Tag: Kea-2.7.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20456516278c4877ea00a9b7da3bd25673f32484;p=thirdparty%2Fkea.git [#3328] Corrected JOSN errors in doc modified: hooks-perfmon.rst --- diff --git a/doc/sphinx/arm/hooks-perfmon.rst b/doc/sphinx/arm/hooks-perfmon.rst index 691961aaea..e4a91555e0 100644 --- a/doc/sphinx/arm/hooks-perfmon.rst +++ b/doc/sphinx/arm/hooks-perfmon.rst @@ -254,7 +254,7 @@ flags are always returned: "text": "perfmon-control success", "arguments": { "enable-monitoring": true, - "stats-mgr-reporting": false" + "stats-mgr-reporting": false } } @@ -272,7 +272,7 @@ the Perfmon hook library. { "command": "perfmon-get-all-durations", "arguments": { - "result-set-format\": true" + "result-set-format": true } } @@ -288,7 +288,7 @@ of durations will be returned as a list of individual elements as shown below: { "arguments": { - "durations\": [{ + "durations": [{ "duration-key": { "query-type": "DHCPDISCOVER", "response-type": "DHCPOFFER", @@ -301,7 +301,7 @@ of durations will be returned as a list of individual elements as shown below: "occurrences": 501, "start-time": "2024-06-12 17:52:06.814884", "total-duration-usecs": 23951, - "ave-duration-usecs\": 47 + "ave-duration-usecs": 47 }, .., ]",