2017-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Configuring Host Variables' section to the Operations Guide.
This commit is contained in:
Fred Gleason 2017-12-13 10:18:54 -05:00
parent fc510cf28f
commit 63f7815281
5 changed files with 51 additions and 0 deletions

View File

@ -16463,3 +16463,5 @@
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Configuring Switcher/GPIO Devices' section to the
Operations Guide.
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Configuring Host Variables' section to the Operations Guide.

View File

@ -138,10 +138,12 @@ OPSGUIDE_IMAGES = rdadmin.autofill_carts_dialog.png\
rdadmin.dropbox_configuration_dialog.png\
rdadmin.edit_channel_gpios_dialog.png\
rdadmin.edit_gpi_dialog.png\
rdadmin.edit_host_variable_dialog.png\
rdadmin.edit_service_dialog.png\
rdadmin.edit_switcher_dialog.png\
rdadmin.group_dialog.png\
rdadmin.host_dialog.png\
rdadmin.host_variables_dialog.png\
rdadmin.hosts_dialog.png\
rdadmin.import_parser_fields.png\
rdadmin.list_gpis_dialog.png\

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -2019,5 +2019,52 @@
</important>
</sect3>
</sect2>
<sect2 xml:id="sect.rdadmin.manage_hosts.configuring_host_variables">
<title>Configuring Host Variables</title>
<sect3 xml:id="sec.rdadmin.manage_hosts.configuring_host_variables.overview">
<title>Overview</title>
<para>
<emphasis>Host variables</emphasis> are alphanumeric tags bracketed
by '%' characters --e.g. <userinput>%HOST_VAR%</userinput> -- that
can be assigned string values on a per host basis. When used in
the command list in a macro cart, the assigned string is
automatically substituted for the variable name.
</para>
</sect3>
<sect3 xml:id="sec.rdadmin.manage_hosts.configuring_host_variables.editing_host_variables">
<title>Editing Host Variables</title>
<para>
To add, edit or delete host variables, touch the
<computeroutput>Host Variables</computeroutput> button to open the
Host Variables dialog.
</para>
<para>
<mediaobject>
<imageobject>
<imagedata align="center" fileref="rdadmin.host_variables_dialog.png" scale="60"/>
</imageobject>
<caption>
<para>The Host Variables Dialog</para>
</caption>
</mediaobject>
</para>
<para>
To edit the value of an host variable, select its entry on the
<computeroutput>Host Variables</computeroutput> list and then touch
the <computeroutput>Edit</computeroutput> button to bring up the
Edit Host Variable dialog.
</para>
<para>
<mediaobject>
<imageobject>
<imagedata align="center" fileref="rdadmin.edit_host_variable_dialog.png" scale="60"/>
</imageobject>
<caption>
<para>The Edit Host Variable Dialog</para>
</caption>
</mediaobject>
</para>
</sect3>
</sect2>
</sect1>
</chapter>