HP Systems Insight Manager User Manual

Page 312

Advertising
background image

accepts targets for execution. The accepts-targets attribute is

true by default. -->

<!ATTLIST app-launch-tool name CDATA #REQUIRED

visible (true | false) "true"

max-targets NMTOKEN #IMPLIED

revision CDATA #IMPLIED

job-log (true | false) "true"

schedulable (true | false) "true"

guid NMTOKEN #IMPLIED

accepts-targets (true|false) "true" >

<!-- The app-launch-block specifies the elements specific to an

application launch tool. The app-launch-block specifies a

required command element. -->

<!ELEMENT app-launch-block (command, app-parameters?) >

<!-- In addition to the previously described elements, the

app-launch-block element specifies the following attribute. The

alert-driven attribute specifies whether the alert list or the

system list is used to determine the target systems to run the tool

on. -->

<!ATTLIST app-launch-block alert-driven (true | false) "false" >

<!-- The app-parameters element is an application parameters

definition string whose value is a string -->

<!ELEMENT app-parameters ( #PCDATA ) >

<!-- The env-variable element is an environment variable definition

string whose value is a string -->

<!ELEMENT env-variable ( #PCDATA ) >

<!-- In addition to the previously described elements, the

env-variable element specifies the following attribute. The

name attribute specifies the name of the environment variable.-->

<!ATTLIST env-variable name CDATA #REQUIRED >

<!-- The owner element specifies the tool owner. When the owner field

is specified, the tool is only associated with the All Tools toolbox.

When the owner field is not specified, tool is enabled in all

of its associated toolboxes. When a limited-rights user adds or

modifies a tool, the owner field contains the name of the

limited-rights user. Only a full-rights user can add or modify a

tool without the owner specified. -->

<!ELEMENT owner ( #PCDATA ) >

!-- The comment field specifies additional information about the

tool. It is usually more verbose that the description. -->

<!ELEMENT comment ( #PCDATA ) >

<!-- The parameter element specifies the first to the tenth parameter

of a tool. -->

312 Tools that extend management

Advertising