<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/reports/service_dashboard.dlf /st_emcore_10.2.0.4.3db11.2.0.2/1 2010/06/10 23:46:00 jagopal Exp $ 
  - 
  - Copyright (c) 2005 Oracle. All Rights Reserved. 
  - 
  - NAME 
  -   service_dashboard.dlf - Seed file for the MGMT_MESSAGES table 
  - 
  - DESCRIPTION 
  -   This file contains service dashboard related seed data for the EM Messages table. 
  - 
  - NOTES 
  - 
  - MODIFIED   (MM/DD/YY) 
  -   lgloyd   06/24/05 - restore string 
  -   lgloyd   06/21/05 - consolidate category/subcategory strings 
  -   vkgarg   05/19/05 - Bug # 4369167 - add system dashboard nls 
  -   lgloyd   05/11/05 - irina's string project 
  -   vmotamar 05/09/05 - Bug No 4275044
  -   jmenon   01/27/05 - Change the element names 
  -   mswamyt  01/26/05 - mswamyt_sl_0110
  -   mswamyt  01/24/05 - Created 
 -->
<table xml:lang="en" name="MGMT_MESSAGES">

<!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate -->
<lookup-key>
  <column name="MESSAGE_ID"/>
  <column name="SUBSYSTEM"/>
  <column name="LANGUAGE_CODE"/>
  <column name="COUNTRY_CODE"/>
</lookup-key>

<!-- columns indicates which columns will be loaded as part of processing the dataset and
       which should be translated by the Translation Group -->
<columns>
  <column name="MESSAGE_ID" type="string" maxsize="256"/>
  <column name="SUBSYSTEM" type="string" maxsize="64"/>
  <column name="LANGUAGE_CODE" type="string" language="%l"/>
  <column name="COUNTRY_CODE" type="string" language="%Cs"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

<!-- dataset specifies the data to be loaded into the repository -->
<dataset>

  <row>
    <col name="MESSAGE_ID">dashboard_service_status</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Services' Status Summary</col>
  </row>

  <row>
    <col name="MESSAGE_ID">dashboard_service_status_desc</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Info on Services' Current status, Performance, Usage and Component Statuses</col>
  </row>

  <row>
    <col name="MESSAGE_ID">servicelevel_table</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Service Level Summary</col>
  </row>

  <row>
    <col name="MESSAGE_ID">servicelevel_table_desc</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Info on Service Levels over different time-ranges</col>
  </row>

  <row>
    <col name="MESSAGE_ID">service_dashboard</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Services Monitoring Dashboard</col>
  </row>

  <row>
    <col name="MESSAGE_ID">service_dashboard_desc</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays status, performance, usage and service level information for a set of services.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">ServiceLevel_Details_Elem</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Service Level Details</col>
  </row>

  <row>
    <col name="MESSAGE_ID">ServiceLevel_Details_Elem_desc</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Details on factors (Violations, Business Hours, etc.,) affecting Service Level</col>
  </row>

  <row>
    <col name="MESSAGE_ID">Violations_table</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Service Level Violations</col>
  </row>

  <row>
    <col name="MESSAGE_ID">Violations_table_desc</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Details on Service Level violations for a time-range</col>
  </row>

  <row>
    <col name="MESSAGE_ID">Dashboards</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">OBSOLETE STRING</col>
  </row>

  <row>
    <col name="MESSAGE_ID">services_systems_groups</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">OBSOLETE STRING</col>
  </row>

  <row>
    <col name="MESSAGE_ID">IPMSG_DASHBOARDS_CATEGORY</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Dashboards</col>
  </row>

  <!--  System Dashboard -->
  <row>
    <col name="MESSAGE_ID">IPMSG_SYSTEM_DASHBOARD_REPORT_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays status and alert information for a Group or System.</col>
  </row>
  <row>
    <col name="MESSAGE_ID">IPMSG_SYSTEM_DASHBOARD_TITLE</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">System Monitoring Dashboard</col>
  </row>  

</dataset>
</table>
