<?xml version="1.0" ?>
<!--
# Filename : oracle_cell.xml
#
# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. 
#
#    NAME
#      oracle_cell.xml - metric collection schedule for Exadata cell.
#
#    NOTES
#
#    MODIFIED   (MM/DD/YY)
#         ystein 03/06/11 - corrected CollectionItem: Category_Statistics, Database_Statistics, 
#                           CellOffload_Statistics, CellIORMBoost_Statistics,
#                           Filesystem_Utilization, Flashcache_Statistics.
#                           Added cell upper/lower temperature threshold.
-->

<!DOCTYPE TargetCollection SYSTEM "../dtds/TargetCollection.dtd">
<TargetCollection TYPE="oracle_cell">
  <CollectionItem NAME = "Response"> 
      <Schedule>
      <IntervalSchedule INTERVAL = "1" TIME_UNIT = "Min"/>
    </Schedule>

    <Condition COLUMN_NAME="Status" 
               CRITICAL="0" 
               WARNING="NotDefined" 
               OPERATOR="EQ" 
               OCCURRENCES="1" 
               MESSAGE="%target% is unreachable over the network or is down or non-existent. Please check if cell can be pinged with ttl value 100 and if so, please check if cellcli -e 'list cell attributes msStatus' shows ms as running" 
               MESSAGE_NLSID="oracle_cell_response_status"
               CLEAR_MESSAGE="%target% is Up." 
               CLEAR_MESSAGE_NLSID="oracle_cell_response_status_clear"/>
               
  </CollectionItem>

<CollectionItem NAME = "ConsumerGroup_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_io_sm_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Small IO Requests Per Sec of Consumer Group %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cg_io_sm_req"
           CLEAR_MESSAGE="Small IO Requests Per Second of Consumer Group  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cg_io_sm_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_sm_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Small IO Wait Requests Per Sec of Consumer Group %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cg_wt_sm_req"
           CLEAR_MESSAGE="Small IO Wait Requests Per Second of Consumer Group  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cg_wt_sm_req_clear" />
<Condition COLUMN_NAME="c_io_lg_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Large IO Requests Per Sec of Consumer Group %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cg_io_lg_req"
           CLEAR_MESSAGE="Large IO Requests Per Second of Consumer Group  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cg_io_lg_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_lg_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Large IO Wait Requests Per Sec of Consumer Group %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cg_wt_lg_req"
           CLEAR_MESSAGE="Large IO Wait Requests Per Second of Consumer Group  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cg_wt_lg_req_clear" />
</CollectionItem>

<CollectionItem NAME = "Category_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_io_sm_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Small IO Requests Per Sec of Category %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cat_io_sm_req"
           CLEAR_MESSAGE="Small IO Requests Per Second of Category  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cat_io_sm_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_sm_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Small IO Wait Requests Per Sec of Category %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cat_wt_sm_req"
           CLEAR_MESSAGE="Small IO Wait Requests Per Second of Category  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cat_wt_sm_req_clear" />
<Condition COLUMN_NAME="c_io_lg_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Large IO Requests Per Sec of Category %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cat_io_lg_req"
           CLEAR_MESSAGE="Large IO Requests Per Second of Category  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cat_io_lg_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_lg_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Large IO Wait Requests Per Sec of Category %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_cat_wt_lg_req"
           CLEAR_MESSAGE="Large IO Wait Requests Per Second of Category  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_cat_wt_lg_req_clear" />
 </CollectionItem>

<CollectionItem NAME = "Database_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_io_sm_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Small IO Requests Per Sec of Database %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_db_io_sm_req"
           CLEAR_MESSAGE="Small IO Requests Per Second of Database  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_db_io_sm_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_sm_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Small IO Wait Time Per Request of Database %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_db_wt_sm_req"
           CLEAR_MESSAGE="IO Wait Time Per Request of Database  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_db_wt_sm_req_clear" />
<Condition COLUMN_NAME="c_io_lg_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Large IO Requests Per Sec of Database %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_db_io_lg_req"
           CLEAR_MESSAGE="Large IO Requests Per Second of Database  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_db_io_lg_req_clear" />
<Condition COLUMN_NAME="c_wait_time_per_lg_request"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Large IO Wait Time Per Request of Database %IORM_Category%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_db_wt_lg_req"
           CLEAR_MESSAGE="Large IO Wait Time Per Requestof Database  %IORM_Category%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_db_wt_lg_req_clear" />
 </CollectionItem>

<CollectionItem NAME = "GridDisk_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_read_throughput"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Griddisk Read Throughput %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_griddisk_readthroughput"
           CLEAR_MESSAGE="Griddisk Read Throughput %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_griddisk_readthroughput_clear" />
<Condition COLUMN_NAME="c_write_throughput"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Griddisk Write Throughput %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_griddisk_writethroughput"
           CLEAR_MESSAGE="Griddisk Write Throughput %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_griddisk_writethroughput_clear" />
<Condition COLUMN_NAME="c_read_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Griddisk Read Requests %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_griddisk_readrequests"
           CLEAR_MESSAGE="Griddisk Read Requests %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_griddisk_readrequests_clear" />
<Condition COLUMN_NAME="c_write_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Griddisk Write Requests %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_griddisk_writerequests"
           CLEAR_MESSAGE="Griddisk Write Requests %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_griddisk_writerequest_clear" />
 </CollectionItem>

<CollectionItem NAME = "HostInterConnect_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_mb_sent"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect MB Sent %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_sent"
           CLEAR_MESSAGE="Interconnect MB Sent %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_sent_clear" />
<Condition COLUMN_NAME="c_mb_dropped"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect MB Dropped %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_dropped"
           CLEAR_MESSAGE="Interconnect MB Dropped %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_dropped_clear" />
<Condition COLUMN_NAME="c_mb_resent"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect MB Resent %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_resent"
           CLEAR_MESSAGE="Interconnect MB Resent %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_resent_clear" />
<Condition COLUMN_NAME="c_mb_received"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect MB Received %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_received"
           CLEAR_MESSAGE="Interconnect MB Received %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_received_clear" />
<Condition COLUMN_NAME="c_mb_rdma_dropped"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect RDMA MB Dropped %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_rdma_dropped"
           CLEAR_MESSAGE="Interconnect RDMA MB Dropped %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_rdma_dropped_clear" />
<Condition COLUMN_NAME="c_rdma_retry_latency"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Interconnect RDMA Retry Latency %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_interconnect_mb_rdma_retry"
           CLEAR_MESSAGE="Interconnect RDMA Retry Latency %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_interconnect_mb_rdma_retry_clear" />
 </CollectionItem>

<CollectionItem NAME = "CellOffload_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="cl_offloadefficiency"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="LT"
           OCCURRENCES="3"
           MESSAGE=" Offload Efficiency %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_offload_efficiency"
           CLEAR_MESSAGE="Offload Efficiency %cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_offload_efficiency_clear" />
 </CollectionItem>

<CollectionItem NAME = "CellOffload_Statistics_Charts">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
 </CollectionItem>

<CollectionItem NAME = "CellIORMBoost_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="cl_iormboost"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="LT"
           OCCURRENCES="3"
           MESSAGE=" IORM Boost %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_iorm_boost"
           CLEAR_MESSAGE="IORM Boost %cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_iorm_boost" />
 </CollectionItem>

<CollectionItem NAME = "CellIORMBoost_Statistics_Charts">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
 </CollectionItem>

<CollectionItem NAME = "LUN_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="LUN_Status"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="EQ"
           OCCURRENCES="1"
           MESSAGE=" LUN Status %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_lun_status"
           CLEAR_MESSAGE="LUN Status %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_lun_status_clear" />
 </CollectionItem>

<CollectionItem NAME = "PhysicalDisk_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="PhysicalDisk_Status"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="EQ"
           OCCURRENCES="1"
           MESSAGE=" Physical Disk Status %name%:%cellname%:%realmname% is %value%, equalled warning (%warning_threshold%) or critical (%critical_threshold%) value. "
           MESSAGE_NLSID="oracle_cell_lun_status"
           CLEAR_MESSAGE="Physical Disk Status %name%:%cellname%:%realmname% is %value%, changed from warning (%warning_threshold%) or critical (%critical_threshold%) value." 
           CLEAR_MESSAGE_NLSID="oracle_cell_lun_status_clear" />
 </CollectionItem>

<CollectionItem NAME = "CellDisk_Stats">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<MetricColl NAME = "CellDisk_Statistics">
<Condition COLUMN_NAME="c_read_throughput"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Read Throughput Per Second of CellDisk %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_read_throughput"
           CLEAR_MESSAGE="Read Throughput Second of CellDisk  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_read_throughput_clear" />
<Condition COLUMN_NAME="c_write_throughput"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Write Throughput Per Second of CellDisk %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_write_throughput"
           CLEAR_MESSAGE="Write Throughput Per Second of CellDisk  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_write_throughput_clear" />
<Condition COLUMN_NAME="c_read_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Read Requests Per Second of CellDisk %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_read_requests"
           CLEAR_MESSAGE="Read Requests Per Second of CellDisk  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_read_requests_clear" />
<Condition COLUMN_NAME="c_write_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Write Requests Per Second of CellDisk %name%:%cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_write_requests"
           CLEAR_MESSAGE="Write Requests Per Second of CellDisk  %name%:%cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_write_requests_clear" />
</MetricColl>
<MetricColl NAME = "Cell_Summary_Statistics">
<Condition COLUMN_NAME="max_celldisk_reads"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Max Celldisk Reads  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_max_celldisk_reads"
           CLEAR_MESSAGE="Max Celldisk Reads  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_max_celldisk_reads_clear" />
<Condition COLUMN_NAME="avg_celldisk_reads"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Avg Celldisk Reads  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_avg_celldisk_reads"
           CLEAR_MESSAGE="Avg Celldisk Reads  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_avg_celldisk_reads_clear" />
<Condition COLUMN_NAME="sum_celldisk_reads"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Total Celldisk Reads  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_total_celldisk_reads"
           CLEAR_MESSAGE="Total Celldisk Reads  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_total_celldisk_reads_clear" />
<Condition COLUMN_NAME="max_celldisk_writes"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Max Celldisk Writes  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_max_celldisk_writes"
           CLEAR_MESSAGE="Max Celldisk Writes  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_max_celldisk_writes_clear" />
<Condition COLUMN_NAME="avg_celldisk_writes"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Avg Celldisk Writes  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_avg_celldisk_writes"
           CLEAR_MESSAGE="Avg Celldisk Writes  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_avg_celldisk_writes_clear" />
<Condition COLUMN_NAME="sum_celldisk_writes"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Total Celldisk Writes  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_total_celldisk_writes"
           CLEAR_MESSAGE="Total Celldisk Writes  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_total_celldisk_writes_clear" />
<Condition COLUMN_NAME="max_celldisk_read_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Max Celldisk Read Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_max_celldisk_requests"
           CLEAR_MESSAGE="Max Celldisk Read Requests  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_max_celldisk_requests_clear" />
<Condition COLUMN_NAME="avg_celldisk_read_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Avg Celldisk Read Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_avg_celldisk_read_requests"
           CLEAR_MESSAGE="Avg Celldisk Read Requests %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_avg_celldisk_read_requests_clear" />
<Condition COLUMN_NAME="sum_celldisk_read_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Total Celldisk Read Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_total_celldisk_read_requests"
           CLEAR_MESSAGE="Total Celldisk Read Requests  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_total_celldisk_read_requests_clear" />
<Condition COLUMN_NAME="max_celldisk_write_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Max Celldisk Write Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_max_celldisk_write_requests"
           CLEAR_MESSAGE="Max Celldisk Write Requests  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_max_celldisk_write_requests_clear" />
<Condition COLUMN_NAME="avg_celldisk_write_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Avg Celldisk Write Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_avg_celldisk_write_requests"
           CLEAR_MESSAGE="Avg Celldisk Write Requests  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_avg_celldisk_write_requests_clear" />
<Condition COLUMN_NAME="sum_celldisk_write_requests"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Total Celldisk Write Requests  %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_total_celldisk_write_requests"
           CLEAR_MESSAGE="Total Celldisk Write Requests  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_total_celldisk_write_requests_clear" />
</MetricColl>
<MetricColl NAME="Cell_Summary_Statistics_Charts"/>
</CollectionItem>
<CollectionItem NAME = "Cell_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_cl_upper_temp"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Cell Temperature %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_upper_temp"
           CLEAR_MESSAGE="Cell Temperature  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_upper_temp_clear" />
<Condition COLUMN_NAME="c_cl_lower_temp"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="LT"
           OCCURRENCES="1"
           MESSAGE=" Cell Temperature %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_lower_temp"
           CLEAR_MESSAGE="Cell Temperature  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_lower_temp_clear" />
<Condition COLUMN_NAME="cl_cput"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Cell CPU Busy %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_cput"
           CLEAR_MESSAGE="Cell CPU Busy  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_cput_clear" />
<Condition COLUMN_NAME="cl_memut"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Cell Memory Utilization %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_memut"
           CLEAR_MESSAGE="Cell Memory Utilization  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_memut_clear" />
<Condition COLUMN_NAME="cl_runq"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Cell Run Queue %cellname%:%realmname% is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_c_runq"
           CLEAR_MESSAGE="Cell Fans  %cellname%:%realmname% is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_c_runq_clear" />
</CollectionItem>
<CollectionItem NAME = "Filesystem_Utilization">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="utilization"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Percentage of total space on file system %name%:%cellname%:%realmname% that is currently used is %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_file_util"
           CLEAR_MESSAGE="Percentage of total space on file system %name%:%cellname%:%realmname% that is currently used is %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_file_util_clear" />
</CollectionItem>
<CollectionItem NAME = "Flashcache_Statistics">
      <Schedule>
        <IntervalSchedule INTERVAL = "15" TIME_UNIT = "Min"/>
      </Schedule>
<Condition COLUMN_NAME="c_fc_bykeep_overwrite"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of megabytes pushed out of the FlashCache because of space limit for 'keep' objects on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_overwrite"
           CLEAR_MESSAGE="Number of megabytes pushed out of the FlashCache because of space limit for 'keep' objects on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_overwrite_clear" />
<Condition COLUMN_NAME="c_fc_bykeep_used"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of megabytes used for keep objects on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_bykeep_used"
           CLEAR_MESSAGE="Number of megabytes used for keep objects on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_bykeep_used_clear" />
<Condition COLUMN_NAME="c_fc_used"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of megabytes used on FlashCache in %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_used"
           CLEAR_MESSAGE="Number of megabytes used on FlashCache in %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_used_clear" />
<Condition COLUMN_NAME="c_fc_io_bykeep_r"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of megabytes read from FlashCache for 'keep' objects on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_bykeep_r"
           CLEAR_MESSAGE=" Number of megabytes read from FlashCache for 'keep' objects on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_bykeep_r_clear" />
<Condition COLUMN_NAME="c_fc_io_bykeep_w"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of megabytes written to FlashCache for 'keep' objects  on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_bykeep_w"
           CLEAR_MESSAGE="Number of megabytes written to FlashCache for 'keep' objects on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_bykeep_w_clear" />
<Condition COLUMN_NAME="c_fc_io_r"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of megabytes read from FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_r"
           CLEAR_MESSAGE="Number of megabytes read from FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_r_clear" />
<Condition COLUMN_NAME="c_fc_io_r_miss"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of megabytes read from disks because not all requested data was in FlashCache  on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_r_miss"
           CLEAR_MESSAGE="Number of megabytes read from disks because not all requested data was in FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_r_miss_clear" />
<Condition COLUMN_NAME="c_fc_io_r_skip"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of megabytes read from disks for IO requests with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_r_skip"
           CLEAR_MESSAGE="Number of megabytes read from disks for IO requests with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_r_skip_clear" />
<Condition COLUMN_NAME="c_fc_io_w"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of megabytes written to FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_w"
           CLEAR_MESSAGE="Number of megabytes written to FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_w_clear" />
<Condition COLUMN_NAME="c_fc_io_errs"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of IO errors on FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_errs"
           CLEAR_MESSAGE="Number of IO errors on FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_errs_clear" />
<Condition COLUMN_NAME="c_fc_io_rqkeep_r"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests for 'keep' objects satisfied from FlashCache  on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r"
           CLEAR_MESSAGE="Number of read IO requests for 'keep' objects satisfied from FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r_clear" />
<Condition COLUMN_NAME="c_fc_io_rqkeep_r_miss"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests for 'keep' objects which did not find all data in FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r_miss"
           CLEAR_MESSAGE="Number of read IO requests for 'keep' objects which did not find all data in FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r_miss_clear" />
<Condition COLUMN_NAME="c_fc_io_rqkeep_r_skip"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests for 'keep' objects with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r_skip"
           CLEAR_MESSAGE="Number of read IO requests for 'keep' objects with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_r_skip_clear" />
<Condition COLUMN_NAME="c_fc_io_rqkeep_w"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE=" Number of IO requests for 'keep' objects which resulted in FlashCache being populated with data on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_w"
           CLEAR_MESSAGE=" Number of IO requests for 'keep' objects which resulted in FlashCache being populated with data on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_rqkeep_w_clear" />
<Condition COLUMN_NAME="c_fc_io_req_r"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests satisfied from FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_req_r"
           CLEAR_MESSAGE="Number of read IO requests satisfied from FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_req_r_clear" />
<Condition COLUMN_NAME="c_fc_io_req_r_miss"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests which did not find all data in FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_req_r_miss"
           CLEAR_MESSAGE="Number of read IO requests which did not find all data in FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_req_r_miss_clear" />
<Condition COLUMN_NAME="c_fc_io_req_r_skip"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of read IO requests with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_req_r_skip"
           CLEAR_MESSAGE="Number of read IO requests with a hint to bypass FlashCache on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_req_r_skip_clear" />
<Condition COLUMN_NAME="c_fc_io_req_w"
           CRITICAL="NotDefined"
           WARNING="NotDefined"
           OPERATOR="GT"
           OCCURRENCES="1"
           MESSAGE="Number of IO requests which resulted in FlashCache being populated with data on %cellname%:%realmname% is currently %value%, crossed warning (%warning_threshold%) or critical (%critical_threshold%) threshold. "
           MESSAGE_NLSID="oracle_cell_fc_io_req_w"
           CLEAR_MESSAGE="Number of IO requests which resulted in FlashCache being populated with data on %cellname%:%realmname% is currently %value%, fallen below warning (%warning_threshold%) or critical (%critical_threshold%) threshold." 
           CLEAR_MESSAGE_NLSID="oracle_cell_fc_io_req_w_clear" />
</CollectionItem>

<CollectionItem NAME = "CELL_Config" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
      <Schedule OFFSET_TYPE="INCREMENTAL">
        <IntervalSchedule INTERVAL = "24" TIME_UNIT = "Hr"/>
      </Schedule>
         <MetricColl NAME="CELL_CONFIG"/>
         <MetricColl NAME="CELL_CELLDISK_CONFIG"/>
         <MetricColl NAME="CELL_GRIDDISK_CONFIG"/>
         <MetricColl NAME="CELL_LUN_CONFIG"/>
         <MetricColl NAME="CELL_DISK_CONFIG"/>
         <MetricColl NAME="CELL_IORM_CONFIG"/>
</CollectionItem>

<CollectionItem NAME="cell_alert">
    <Condition PUSH="TRUE"
               COLUMN_NAME="alerttype"
               CRITICAL="Critical"
               WARNING="INFO"
               OPERATOR="EQ"
               OCCURRENCES="1"
               NO_CLEAR_ON_NULL="TRUE"
               MESSAGE="Alert Severity: %severity% Message: %msg% Action: %action% ."
               MESSAGE_NLSID="oracle_cell_critical_alert_clear"/>
</CollectionItem>

</TargetCollection>
