forked from aklyuk/zabbix-hp-3par
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCIM Health Status_valuemaps.xml
40 lines (40 loc) · 1.29 KB
/
CIM Health Status_valuemaps.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>4.4</version>
<date>2020-08-14T11:52:00Z</date>
<value_maps>
<value_map>
<name>CIM Health Status</name>
<mappings>
<mapping>
<value>0</value>
<newvalue>Unknown</newvalue>
</mapping>
<mapping>
<value>5</value>
<newvalue>OK</newvalue>
</mapping>
<mapping>
<value>10</value>
<newvalue>Degraded/Warning</newvalue>
</mapping>
<mapping>
<value>15</value>
<newvalue>Minor failure</newvalue>
</mapping>
<mapping>
<value>20</value>
<newvalue>Major failure</newvalue>
</mapping>
<mapping>
<value>25</value>
<newvalue>Critical failure</newvalue>
</mapping>
<mapping>
<value>30</value>
<newvalue>Non-recoverable Error</newvalue>
</mapping>
</mappings>
</value_map>
</value_maps>
</zabbix_export>