Renaming folder structure
[osm/MON.git] / osm_mon / plugins / vRealiseOps / vrops_config.xml
1 <!--
2 ##
3 # Copyright 2016-2017 VMware Inc.
4 # This file is part of ETSI OSM
5 # All Rights Reserved.
6 #
7 # Licensed under the Apache License, Version 2.0 (the "License"); you may
8 # not use this file except in compliance with the License. You may obtain
9 # a copy of the License at
10 #
11 # http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16 # License for the specific language governing permissions and limitations
17 # under the License.
18 #
19 # For those usages not covered by the Apache License, Version 2.0 please
20 # contact: osslegalrouting@vmware.com
21 ##
22 -->
23 <alarmsDefaultConfig>
24 <Average_Memory_Usage_Above_Threshold>
25 <vrops_alarm>Avg_Mem_Usage_Above_Thr</vrops_alarm>
26 <period>300</period>
27 <evaluation>2</evaluation>
28 <cancel_period>300</cancel_period>
29 <cancel_cycles>2</cancel_cycles>
30 <enabled>true</enabled>
31 <repeat>false</repeat>
32 <action>acknowledge</action>
33 <resource_kind>VirtualMachine</resource_kind>
34 <adapter_kind>VMWARE</adapter_kind>
35 <alarm_type>16</alarm_type>
36 <alarm_subType>19</alarm_subType>
37 <impact>risk</impact>
38 <unit>%</unit>
39 </Average_Memory_Usage_Above_Threshold>
40 <Read_Latency_Above_Threshold>
41 <vrops_alarm>RD_Latency_Above_Thr</vrops_alarm>
42 <period>300</period>
43 <evaluation>3</evaluation>
44 <cancel_period>300</cancel_period>
45 <cancel_cycles>3</cancel_cycles>
46 <enabled>true</enabled>
47 <repeat>false</repeat>
48 <action>acknowledge</action>
49 <resource_kind>VirtualMachine</resource_kind>
50 <adapter_kind>VMWARE</adapter_kind>
51 <alarm_type>18</alarm_type>
52 <alarm_subType>19</alarm_subType>
53 <impact>risk</impact>
54 <unit>msec</unit>
55 </Read_Latency_Above_Threshold>
56 <Write_Latency_Above_Threshold>
57 <vrops_alarm>WR_Latency_Above_Thr</vrops_alarm>
58 <period>300</period>
59 <evaluation>3</evaluation>
60 <cancel_period>300</cancel_period>
61 <cancel_cycles>3</cancel_cycles>
62 <enabled>true</enabled>
63 <repeat>false</repeat>
64 <action>acknowledge</action>
65 <resource_kind>VirtualMachine</resource_kind>
66 <adapter_kind>VMWARE</adapter_kind>
67 <alarm_type>18</alarm_type>
68 <alarm_subType>19</alarm_subType>
69 <impact>risk</impact>
70 <unit>msec</unit>
71 </Write_Latency_Above_Threshold>
72 <Net_Packets_Dropped>
73 <vrops_alarm>Net_Packets_Dropped</vrops_alarm>
74 <period>300</period>
75 <evaluation>1</evaluation>
76 <cancel_period>300</cancel_period>
77 <cancel_cycles>1</cancel_cycles>
78 <enabled>true</enabled>
79 <repeat>false</repeat>
80 <action>acknowledge</action>
81 <resource_kind>VirtualMachine</resource_kind>
82 <adapter_kind>VMWARE</adapter_kind>
83 <alarm_type>19</alarm_type>
84 <alarm_subType>19</alarm_subType>
85 <impact>risk</impact>
86 <unit>nos</unit>
87 </Net_Packets_Dropped>
88 <CPU_Utilization_Above_Threshold>
89 <vrops_alarm>CPU_Utilization_Above_Thr</vrops_alarm>
90 <period>300</period>
91 <evaluation>1</evaluation>
92 <cancel_period>300</cancel_period>
93 <cancel_cycles>1</cancel_cycles>
94 <enabled>true</enabled>
95 <repeat>false</repeat>
96 <action>acknowledge</action>
97 <resource_kind>VirtualMachine</resource_kind>
98 <adapter_kind>VMWARE</adapter_kind>
99 <alarm_type>16</alarm_type>
100 <alarm_subType>19</alarm_subType>
101 <impact>risk</impact>
102 <unit>msec</unit>
103 </CPU_Utilization_Above_Threshold>
104 <AVERAGE_MEMORY_UTILIZATION>
105 <metric_key>mem|usage_average</metric_key>
106 <unit>%</unit>
107 </AVERAGE_MEMORY_UTILIZATION>
108 <CPU_UTILIZATION>
109 <metric_key>cpu|usage_average</metric_key>
110 <unit>%</unit>
111 </CPU_UTILIZATION>
112 <READ_LATENCY_0>
113 <metric_key>virtualDisk:scsi0:0|totalReadLatency_average</metric_key>
114 <unit>msec</unit>
115 </READ_LATENCY_0>
116 <WRITE_LATENCY_0>
117 <metric_key>virtualDisk:scsi0:0|totalWriteLatency_average</metric_key>
118 <unit>msec</unit>
119 </WRITE_LATENCY_0>
120 <READ_LATENCY_1>
121 <metric_key>virtualDisk:scsi0:1|totalReadLatency_average</metric_key>
122 <unit>msec</unit>
123 </READ_LATENCY_1>
124 <WRITE_LATENCY_1>
125 <metric_key>virtualDisk:scsi0:1|totalWriteLatency_average</metric_key>
126 <unit>msec</unit>
127 </WRITE_LATENCY_1>
128 <PACKETS_DROPPED_0>
129 <metric_key>net:4000|dropped</metric_key>
130 <unit>nos</unit>
131 </PACKETS_DROPPED_0>
132 <PACKETS_DROPPED_1>
133 <metric_key>net:4001|dropped</metric_key>
134 <unit>nos</unit>
135 </PACKETS_DROPPED_1>
136 <PACKETS_DROPPED_2>
137 <metric_key>net:4002|dropped</metric_key>
138 <unit>nos</unit>
139 </PACKETS_DROPPED_2>
140 <PACKETS_RECEIVED>
141 <metric_key>net:Aggregate of all instances|packetsRxPerSec</metric_key>
142 <unit>nos</unit>
143 </PACKETS_RECEIVED>
144 <PACKETS_SENT>
145 <metric_key>net:Aggregate of all instances|packetsTxPerSec</metric_key>
146 <unit>nos</unit>
147 </PACKETS_SENT>
148 <Access_Config>
149 <vrops_site>https://192.169.241.123</vrops_site>
150 <vrops_user>Admin</vrops_user>
151 <vrops_password>VMware1!</vrops_password>
152 <vcloud-site>https://mano-vcd-1.corp.local</vcloud-site>
153 <admin_username>administrator</admin_username>
154 <admin_password>VMware1!</admin_password>
155 <nsx_manager>https://192.169.241.104</nsx_manager>
156 <nsx_user>admin</nsx_user>
157 <nsx_password>VMware1!</nsx_password>
158 <vcenter_ip>192.169.241.103</vcenter_ip>
159 <vcenter_port>443</vcenter_port>
160 <vcenter_user>administrator@vsphere.local</vcenter_user>
161 <vcenter_password>VMware1!</vcenter_password>
162 <vim_tenant_name>Org2-VDC-PVDC1</vim_tenant_name>
163 <orgname>Org2</orgname>
164 <tenant_id>Org2-VDC-PVDC1</tenant_id>
165 </Access_Config>
166 </alarmsDefaultConfig>
167
168