Table of Contents

Displaying ticket statistics in the Surveyor

In the Surveyor, ticket statistics can be displayed next to elements, services and views.

The settings that control the data being displayed have to be configured in MaintenanceSettings.xml and are synchronized across all DMAs in the DMS.

To do so:

  1. Stop the DataMiner software.

  2. Open the file C:\Skyline DataMiner\MaintenanceSettings.xml.

  3. In the <Surveyor> tag, add the [#Tickets] placeholder to the <ViewStatistics>, <ServiceStatistics> and/or <ElementStatistics> tag.

    For example:

    <MaintenanceSettings>
      ...
      <Surveyor>
        <ViewStatistics>[#Tickets] tickets</ViewStatistics>
        <ServiceStatistics>[#Tickets] tickets</ServiceStatistics>
        <ElementStatistics>[#Tickets] tickets</ElementStatistics>
      </Surveyor>
      ...
    </MaintenanceSettings>
    
    Note

    From DataMiner 9.5.3 onwards, you can also add the domain name in the [#Tickets] placeholder, in order to only show statistics for a particular domain. For example: [#Tickets:Internal]

  4. Save and close the file, and restart the DMA.

    Note

    If the DMA is part of a DMS, the setting will be applied across the DMS during the midnight synchronization. Alternatively, you can also force an immediate synchronization. See Synchronizing data between DataMiner Agents.

Note
Tip

See also: MaintenanceSettings.xml