4 网络拓扑图

概述

网络拓扑图 导出(export) 包含:

  • 所有相关的图片

  • 拓扑图结构 - 所有拓扑图设置,所有包含元素及其设置,拓扑图链接和拓扑图链接状态指示器

未导出的是主机组,主机,触发器,其他拓扑图或可能与导出的拓扑图相关的任何其他元素。 因此,如果缺少拓扑图所引用的元素中的任何一个,导入将失败。

自Zabbix 1.8.2起支持网络拓扑图导出/导入。

导出

要导出网络拓扑图,请执行以下操作:

  • 切换到: 检测中(Monitoring)拓扑图(Maps)

  • 标记要导出的网络拓扑图的复选框

  • 单击列表下方的导出(Export)按钮

4 网络拓扑图 - 图1

选中的拓扑图以默认名称 zabbix_export_maps.xml 导出到本地的XML文件里。

导入

要导入网络拓扑图,请执行以下操作:

  • 切换到: 监测中(Monitoring)拓扑图(Maps)

  • 点击右侧的导入(Import)按钮

  • 选择导入文件

  • 在导入规则中标记所需选项

  • 单击导入(Import)按钮

4 网络拓扑图 - 图2

所有必填输入字段都标有红色星号。

导入成功或失败的消息将显示在前端。

导入规则:

规则说明
更新现有的(Update existing)将使用从导入文件中获取的数据更新现有拓扑图。 否则他们将不会更新。
创建新的(Create new)导入将使用导入文件中的数据添加新拓扑图。 否则它不会添加它们。

如果取消选中所有拓扑图选项并检查图像的相应选项,则仅导入图像。 图像导入仅适用于Zabbix Super Admin用户。

如果替换现有图像,则会影响使用此图像的所有拓扑图。

导出格式

导出一个包含三个元素的小型网络图,它们的图像和它们之间的一些链接。 请注意,图像被清空以节省空间。

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <zabbix_export>
  3. <version>5.0</version>
  4. <date>2020-04-22T09:22:17Z</date>
  5. <images>
  6. <image>
  7. <name>Server_(64)</name>
  8. <imagetype>1</imagetype>
  9. <encodedImage>iVBOR...SuQmCC</encodedImage>
  10. </image>
  11. <image>
  12. <name>Workstation_(64)</name>
  13. <imagetype>1</imagetype>
  14. <encodedImage>iVBOR...SuQmCC</encodedImage>
  15. </image>
  16. <image>
  17. <name>Zabbix_server_3D_(96)</name>
  18. <imagetype>1</imagetype>
  19. <encodedImage>iVBOR...ggg==</encodedImage>
  20. </image>
  21. </images>
  22. <maps>
  23. <map>
  24. <name>Network</name>
  25. <width>590</width>
  26. <height>400</height>
  27. <label_type>0</label_type>
  28. <label_location>0</label_location>
  29. <highlight>1</highlight>
  30. <expandproblem>0</expandproblem>
  31. <markelements>1</markelements>
  32. <show_unack>0</show_unack>
  33. <severity_min>2</severity_min>
  34. <show_suppressed>0</show_suppressed>
  35. <grid_size>40</grid_size>
  36. <grid_show>1</grid_show>
  37. <grid_align>1</grid_align>
  38. <label_format>0</label_format>
  39. <label_type_host>2</label_type_host>
  40. <label_type_hostgroup>2</label_type_hostgroup>
  41. <label_type_trigger>2</label_type_trigger>
  42. <label_type_map>2</label_type_map>
  43. <label_type_image>2</label_type_image>
  44. <label_string_host/>
  45. <label_string_hostgroup/>
  46. <label_string_trigger/>
  47. <label_string_map/>
  48. <label_string_image/>
  49. <expand_macros>0</expand_macros>
  50. <background/>
  51. <iconmap/>
  52. <urls/>
  53. <selements>
  54. <selement>
  55. <elementtype>0</elementtype>
  56. <label>Host 1</label>
  57. <label_location>-1</label_location>
  58. <x>476</x>
  59. <y>28</y>
  60. <elementsubtype>0</elementsubtype>
  61. <areatype>0</areatype>
  62. <width>200</width>
  63. <height>200</height>
  64. <viewtype>0</viewtype>
  65. <use_iconmap>0</use_iconmap>
  66. <selementid>8</selementid>
  67. <elements>
  68. <element>
  69. <host>Discovered host</host>
  70. </element>
  71. </elements>
  72. <icon_off>
  73. <name>Server_(64)</name>
  74. </icon_off>
  75. <icon_on/>
  76. <icon_disabled/>
  77. <icon_maintenance/>
  78. <application/>
  79. <urls/>
  80. </selement>
  81. <selement>
  82. <elementtype>0</elementtype>
  83. <label>Zabbix server</label>
  84. <label_location>-1</label_location>
  85. <x>252</x>
  86. <y>50</y>
  87. <elementsubtype>0</elementsubtype>
  88. <areatype>0</areatype>
  89. <width>200</width>
  90. <height>200</height>
  91. <viewtype>0</viewtype>
  92. <use_iconmap>0</use_iconmap>
  93. <selementid>6</selementid>
  94. <elements>
  95. <element>
  96. <host>Zabbix server</host>
  97. </element>
  98. </elements>
  99. <icon_off>
  100. <name>Zabbix_server_3D_(96)</name>
  101. </icon_off>
  102. <icon_on/>
  103. <icon_disabled/>
  104. <icon_maintenance/>
  105. <application/>
  106. <urls/>
  107. </selement>
  108. <selement>
  109. <elementtype>0</elementtype>
  110. <label>New host</label>
  111. <label_location>-1</label_location>
  112. <x>308</x>
  113. <y>230</y>
  114. <elementsubtype>0</elementsubtype>
  115. <areatype>0</areatype>
  116. <width>200</width>
  117. <height>200</height>
  118. <viewtype>0</viewtype>
  119. <use_iconmap>0</use_iconmap>
  120. <selementid>7</selementid>
  121. <elements>
  122. <element>
  123. <host>Zabbix host</host>
  124. </element>
  125. </elements>
  126. <icon_off>
  127. <name>Workstation_(64)</name>
  128. </icon_off>
  129. <icon_on/>
  130. <icon_disabled/>
  131. <icon_maintenance/>
  132. <application/>
  133. <urls/>
  134. </selement>
  135. </selements>
  136. <links>
  137. <link>
  138. <drawtype>0</drawtype>
  139. <color>008800</color>
  140. <label/>
  141. <selementid1>6</selementid1>
  142. <selementid2>8</selementid2>
  143. <linktriggers/>
  144. </link>
  145. <link>
  146. <drawtype>2</drawtype>
  147. <color>00CC00</color>
  148. <label>100MBps</label>
  149. <selementid1>7</selementid1>
  150. <selementid2>6</selementid2>
  151. <linktriggers>
  152. <linktrigger>
  153. <drawtype>0</drawtype>
  154. <color>DD0000</color>
  155. <trigger>
  156. <description>Zabbix agent on {HOST.NAME} is unreachable for 5 minutes</description>
  157. <expression>{Zabbix host:agent.ping.nodata(5m)}=1</expression>
  158. <recovery_expression/>
  159. </trigger>
  160. </linktrigger>
  161. </linktriggers>
  162. </link>
  163. </links>
  164. </map>
  165. </maps>
  166. </zabbix_export>

元素标签

元素标签值在下表中说明。

元素元素属性类型范围说明
images图像的根元素。
image单独的图像。
name字符唯一图像名称。
imagetype整型1 - 图像
2 - 背景
图像类型。
encodedImageBase64编码图像。
maps拓扑图的根元素。
map单独的拓扑图。
name字符唯一拓扑图名称。
width整型拓扑图宽度,以像素为单位。
height整型拓扑图高度,以像素为单位。
label_type整型0 - 标签
1 - 主机IP地址
2 - 元素名称
3 - 仅状态
4 - 无
拓扑图元素标签类型。
label_location整型0 - 底部
1 - 左
2 - 右
3 - 顶部
默认情况下拓扑图元素标签位置。
highlight整型0 - no
1 - yes
为活动触发器和主机状态启用图标突出显示。
expandproblem整型0 - no
1 - yes
显示具有单个问题的元素的问题触发器。
markelements整型0 - no
1 - yes
突出显示最近更改其状态的拓扑图元素。
show_unack整型0 - 所有问题的数量
1 - 未确认问题的数量
2 - 分别统计已确认和未确认的问题
问题显示。
severity_min整型0 - 未分类
1 - 信息
2 - 警告
3 - 一般严重
4 - 严重
5 - 灾难
默认情况下显示在拓扑图上的最小触发严重性。
show_suppressed整型0 - no
1 - yes
显示由于主机维护而被抑制(未显示)的问题。
grid_size整型20, 40, 50, 75 或者 100如果“grid_show = 1”,这是拓扑图网格的单元格大小(以像素为单位)。
grid_show整型0 - yes
1 - no
在拓扑图配置中显示网格。
grid_align整型0 - yes
1 - no
在拓扑图配置中自动对齐图标。
label_format整型0 - no
1 - yes
使用高级标签配置。
label_type_host整型0 - 标签
1 - 主机IP地址
2 - 元素名称
3 - 仅状态
4 - 无
5 - 自定义标签
如果“label_format = 1”,则显示为主机标签。
label_type_hostgroup整型0 - 标签
2 - 元素名称
3 - 仅状态
4 - 无
5 - 自定义标签
如果“label_format = 1”,则显示为主机组标签
label_type_trigger整型0 - 标签
2 - 元素名称
3 - 仅状态
4 - 无
5 - 自定义标签
如果“label_format = 1”,则显示为触发器标签
label_type_map整型0 - 标签
2 - 元素名称
3 - 仅状态
4 - 无
5 - 自定义标签
如果“label_format = 1”,则显示为拓扑图标签
label_type_image整型0 - 标签
2 - 元素名称
4 - 无
5 - 自定义标签
显示为图像标签,如果“label_format = 1”
label_string_host字符如果“label_type_host = 5”,这是主机元素的自定义标签。
label_string_hostgroup字符如果“label_type_hostgroup = 5”,这是主机组元素的自定义标签。
label_string_trigger字符如果“label_type_trigger = 5”,这是触发元素的自定义标签。
label_string_map字符如果“label_type_map = 5”,则是拓扑图元素的自定义标签
label_string_image字符如果“label_type_image = 5”,则是图像元素的自定义标签
expand_macros整型0 - no
1 - yes
在拓扑图配置中展开标签中的宏。
backgroundid如果“imagetype = 2”,则是背景图像的ID(如果有)
iconmapid图标映射的ID(如果有)。
urls
url单独的URL。
name字符链接名称。
url字符链接URL。
elementtype整型0 - 主机
1 - 拓扑图
2 - 触发器
3 - 主机组
4 - 图像
链接所属的拓扑图监控项类型。
selements
selement单独的拓扑图元素
elementtype整型0 - 主机
1 - 拓扑图
2 - 触发器
3 - 主机组
4 - 图像
拓扑图元素类型。
label字符图标标签。
label_location整型-1 - 使用拓扑图默认
0 - 底部
1 - 左
2 - 右
3 - 顶部
x整型X轴上的位置。
y整型Y轴上的位置。
elementsubtype整型0 - 单个主机组
1 - 所有主机组
如果“ElementType=3”,则是元素子类型
areatype整型0 - 与整个拓扑图相同
1 - 自定义大小
如果“elementsubtype = 1”,则是区域大小
width整型如果“areatype = 1”,则是面积宽度
height整型如果“areatype = 1”,则是面积高度
viewtype整型0 - 均匀地放在该区域如果“elementsubtype = 1”,则是区域放置算法
use_iconmap整型0 - no
1 - yes
使用此元素的图标映射。 仅在拓扑图级别激活图标映射时才相关。
selementidid唯一元素记录ID。
application字符应用集名称过滤器。 如果给出了应用集程序名称,则只会在拓扑图上显示属于给定应用集程序的触发器问题。
elements
element在拓扑图上表示的单个Zabbix实体(拓扑图,主机组,主机等)。
host
icon_off元素处于“正常”状态时使用的图像。
icon_on元素处于“问题”状态时使用的图像。
icon_disabled禁用元素时要使用的图像。
icon_maintenance元素处于维护状态时使用的图像。
name字符唯一的图像名称。
links
link拓扑图元素之间的个别链接。
drawtype整型0 - 线条
2 - 粗线条
3 - 虚线
4 - 中划线
线条类型。
color字符链接颜色(6个符号,十六进制)。
label字符链接标签。
selementid1id要连接的一个元素的ID。
selementid2id要连接的其他元素的ID。
linktriggers
linktrigger单独的链接状态指示灯。
drawtype整型0 - 线条
2 - 粗线条
3 - 虚线
4 - 中划线
触发器处于“问题”状态时的链接样式。
color字符当触发器处于“问题”状态时,链接颜色(6个符号,十六进制)。
trigger触发器用于指示链路状态。
description字符触发器名称。
expression字符触发器表达式。
recovery_expression字符触发器恢复表达式。