summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-10-12 16:17:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:46:53 +0100
commit4185ee35155f50c64ce8d905200ed272c9663a5b (patch)
treef238ceea3e1a58b0b1f1b4771961d05621e4724f
parentb02ece66c0a3132e79017f6056e904c19aa8dd39 (diff)
downloadpoky-4185ee35155f50c64ce8d905200ed272c9663a5b.tar.gz
toaster-manual: Updated "Remote Toaster Monitoring" section
Updated with review fixes. (From yocto-docs rev: 424e9cad5f950b068e6f977355c5dbdb17da52a2) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index 6c51ad1d24..94ece4e16d 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -759,6 +759,8 @@
759 &lt;body&gt;Ok&lt;/body&gt; 759 &lt;body&gt;Ok&lt;/body&gt;
760 &lt;/html&gt; 760 &lt;/html&gt;
761 </literallayout> 761 </literallayout>
762 In the previous example, the actual output appears in a single line.
763 Here, however, the line has been artificially split for readability.
762 </para> 764 </para>
763 </section> 765 </section>
764 766
@@ -793,8 +795,7 @@
793 "name": "20170922093200", 795 "name": "20170922093200",
794 "parse": "818:818", 796 "parse": "818:818",
795 "project": "my_rocko", 797 "project": "my_rocko",
796 "target": 798 "target": "core-image-minimal"
797 "core-image-minimal"
798 }] 799 }]
799 } 800 }
800 </literallayout> 801 </literallayout>
@@ -850,9 +851,8 @@
850 </literallayout> 851 </literallayout>
851 Be sure to provide values for <replaceable>host</replaceable>, 852 Be sure to provide values for <replaceable>host</replaceable>,
852 <replaceable>port</replaceable>, and <replaceable>ID</replaceable>. 853 <replaceable>port</replaceable>, and <replaceable>ID</replaceable>.
853 In order to provide the value for <replaceable>ID</replaceable>, 854 You can find the value for <replaceable>ID</replaceable> from the
854 you must check the status of the completed build. 855 Builds Completed query. See the
855 See the
856 "<link linkend='checking-status-of-builds-completed'>Checking Status of Builds Completed</link>" 856 "<link linkend='checking-status-of-builds-completed'>Checking Status of Builds Completed</link>"
857 section for more information. 857 section for more information.
858 </para> 858 </para>