MON vROPs plugin updates -
[osm/MON.git] / plugins / vRealiseOps / vrops_config.xml
index aa628d7..67774e4 100644 (file)
@@ -1,6 +1,28 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+##
+# Copyright 2016-2017 VMware Inc.
+# This file is part of ETSI OSM
+# All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# For those usages not covered by the Apache License, Version 2.0 please
+# contact:  osslegalrouting@vmware.com
+##
+-->
 <alarmsDefaultConfig>
     <Average_Memory_Usage_Above_Threshold>
+        <vrops_alarm>Avg_Mem_Usage_Above_Thr</vrops_alarm>
         <period>300</period>
         <evaluation>2</evaluation>
         <cancel_period>300</cancel_period>
@@ -16,6 +38,7 @@
         <unit>%</unit>
     </Average_Memory_Usage_Above_Threshold>
     <Read_Latency_Above_Threshold>
+        <vrops_alarm>RD_Latency_Above_Thr</vrops_alarm>
         <period>300</period>
         <evaluation>3</evaluation>
         <cancel_period>300</cancel_period>
         <action>acknowledge</action>
         <resource_kind>VirtualMachine</resource_kind>
         <adapter_kind>VMWARE</adapter_kind>
-        <alarm_type>16</alarm_type>
+        <alarm_type>18</alarm_type>
         <alarm_subType>19</alarm_subType>
         <impact>risk</impact>
         <unit>msec</unit>
     </Read_Latency_Above_Threshold>
     <Write_Latency_Above_Threshold>
+        <vrops_alarm>WR_Latency_Above_Thr</vrops_alarm>
         <period>300</period>
         <evaluation>3</evaluation>
         <cancel_period>300</cancel_period>
         <action>acknowledge</action>
         <resource_kind>VirtualMachine</resource_kind>
         <adapter_kind>VMWARE</adapter_kind>
-        <alarm_type>16</alarm_type>
+        <alarm_type>18</alarm_type>
         <alarm_subType>19</alarm_subType>
         <impact>risk</impact>
         <unit>msec</unit>
     </Write_Latency_Above_Threshold>
     <Net_Packets_Dropped>
+        <vrops_alarm>Net_Packets_Dropped</vrops_alarm>
         <period>300</period>
         <evaluation>1</evaluation>
         <cancel_period>300</cancel_period>
         <action>acknowledge</action>
         <resource_kind>VirtualMachine</resource_kind>
         <adapter_kind>VMWARE</adapter_kind>
-        <alarm_type>16</alarm_type>
+        <alarm_type>19</alarm_type>
         <alarm_subType>19</alarm_subType>
         <impact>risk</impact>
         <unit>nos</unit>
     </Net_Packets_Dropped>
     <CPU_Utilization_Above_Threshold>
+        <vrops_alarm>CPU_Utilization_Above_Thr</vrops_alarm>
         <period>300</period>
         <evaluation>1</evaluation>
         <cancel_period>300</cancel_period>
         <metric_key>net:Aggregate of all instances|packetsTxPerSec</metric_key>
         <unit>nos</unit>
     </PACKETS_SENT>
+    <Access_Config>
+        <vrops_site>https://192.169.241.123</vrops_site>
+        <vrops_user>Admin</vrops_user>
+        <vrops_password>VMware1!</vrops_password>
+        <vcloud-site>https://mano-vcd-1.corp.local</vcloud-site>
+        <admin_username>administrator</admin_username>
+        <admin_password>VMware1!</admin_password>
+        <nsx_manager>https://192.169.241.104</nsx_manager>
+        <nsx_user>admin</nsx_user>
+        <nsx_password>VMware1!</nsx_password>
+        <vcenter_ip>192.169.241.103</vcenter_ip>
+        <vcenter_port>443</vcenter_port>
+        <vcenter_user>administrator@vsphere.local</vcenter_user>
+        <vcenter_password>VMware1!</vcenter_password>
+        <vim_tenant_name>Org2-VDC-PVDC1</vim_tenant_name>
+        <orgname>Org2</orgname>
+        <tenant_id>Org2-VDC-PVDC1</tenant_id>
+    </Access_Config>
 </alarmsDefaultConfig>
+
+