Skip to main content

Custom Attributes

Avantra allows you to define Custom Attributes to fulfill your business needs. These attributes can be defined for any of the monitored object types (e.g. Server, SAP System, SAP Instance, BusinessObjects, Database, Cloud Service).

Additional attributes you define will become visible and can be populated in the System details dialog. They can also be used in Selectors.

Although not shown by default, you also have the option to show Custom Attributes in System lists. You can use the list configuration action to display the Custom Attributes in System lists.

Custom Attributes can also be used in Notifications Output Channels.

Setup of Custom Attributes

Custom Attributes must be defined in an XML file. Please see below how to write such an XML file. Once you have the XML file, login to Avantra WebUI, select Administration > Settings, and navigate to the Custom Attributes tab. On the Custom Attributes tab, click on Upload Custom Attributes definition button. Find your XML file and upload it. After that, you will see the list of available Custom Attributes.

Custom Attributes XML File Definition

note

You have to be familiar with editing XML files to configure your own Custom Attributes.

tip

You can find a solution document How to use custom attributes: examples. You can also find a XML XSD definition file describing the exact schema definition for the XML file. We recommend using this XSD in your preferred XML editor for validation checks.

Here your find the description of the XML nodes and attributes:

XML Node NamePurposeXML AttributesPurposeXML Subnodes
custom_attributesRoot nodeversionset the version attribute to 1custom_attribute
`custom_attribute`Attribute definitionidthe unique id of the custom attribute, it cannot be changed.systemtype,name,defaultvalue, values
datatypethe datatype of the attribute, possible values are text and enum.
lengththe length of the attribute, only for text attributes.
mandatoryset to true or false to set whether the attribute is mandatory or not.
systemtypeLimit to monitored system typesAvailable systems are: SERVER, SAPSYSTEM, SAPINSTANCE, DATABASE, BOBJ (BusinessObject), CLOUDSERVICE, ALL.
nameAttribute name
defaultvalueAttribute default value
valuesEnumeration values (only for enum attributes)value
valueEnumeration value