This is a translation of the original English documentation page. Help us make it better.

4 Mappe di rete

Panoramica

La mappa di rete export contiene:

  • tutte le immagini correlate
  • struttura della mappa - tutte le impostazioni della mappa, tutti gli elementi contenuti con i relativi impostazioni, collegamenti mappa e indicatori di stato dei collegamenti mappa

Qualsiasi gruppo host, host, trigger, altre mappe o gli altri elementi che possono essere correlati alla mappa esportata non vengono esportati. Pertanto, se manca almeno uno degli elementi a cui si riferisce la mappa, l'importazione fallirà.

L'esportazione/importazione della mappa di rete è supportata da Zabbix 1.8.2.

Esportazione

Per esportare le mappe di rete, procedi come segue:

  • Vai a: Amministrazionemappe
  • Contrassegnare le caselle dei template da esportare
  • Clicca su Esporta sotto l'elenco

A seconda del formato selezionato, i template vengono esportati in un file locale con un nome predefinito:

  • zabbix_export_maps.yaml - nell'esportazione YAML (opzione predefinita per l'esportazione)
  • zabbix_export_maps.xml - nell'esportazione XML
  • zabbix_export_maps.json - nell'esportazione JSON

Importazione

Per importare le mappe di rete, procedi come segue:

  • Vai a: MonitoraggioMappe
  • Fare clic su Importa a destra
  • Seleziona il file da importartare
  • Contrassegna le opzioni richieste nelle regole di importazione
  • Clicca su Importa

Tutti i campi di input obbligatori sono contrassegnati da un asterisco rosso.

Verrà visualizzato un messaggio di successo o errore dell'importazione nel file fine frontale.

Regole di importazione:

Regola Descrizione
Aggiorna esistente Le mappe esistenti verranno aggiornate con i dati presi dal file di importazione. In caso contrario non verranno aggiornati.
Crea nuovo L'importazione aggiungerà nuove mappe utilizzando i dati del file di importazione. Altrimenti non li aggiungerà.

Se deselezioni entrambe le opzioni della mappa e controlli le rispettive opzioni per immagini, verranno importate solo le immagini. L'importazione delle immagini è disponibile solo agli utenti Super Admin.

::: nota di avviso Se si sostituisce un'immagine esistente, avrà effetto su tutto mappe che utilizzano questa immagine. :::

Formato di esportazione

Esportazione in YAML:

zabbix_export:
         version: '6.0'
         date: '2021-08-31T12:55:10Z'
         images:
           -
             name: Zabbix_server_3D_(128)
             imagetype: '1'
             encodedImage: iVBOR...5CYII=
         maps:
           -
             name: 'Local network'
             width: '680'
             height: '200'
             label_type: '0'
             label_location: '0'
             highlight: '1'
             expandproblem: '1'
             markelements: '1'
             show_unack: '0'
             severity_min: '0'
             show_suppressed: '0'
             grid_size: '50'
             grid_show: '1'
             grid_align: '1'
             label_format: '0'
             label_type_host: '2'
             label_type_hostgroup: '2'
             label_type_trigger: '2'
             label_type_map: '2'
             label_type_image: '2'
             label_string_host: ''
             label_string_hostgroup: ''
             label_string_trigger: ''
             label_string_map: ''
             label_string_image: ''
             expand_macros: '1'
             background: {  }
             iconmap: {  }
             urls: {  }
             selements:
               -
                 elementtype: '0'
                 elements:
                   -
                     host: 'Zabbix server'
                 label: |
                   {HOST.NAME}
                   {HOST.CONN}
                 label_location: '0'
                 x: '111'
                 'y': '61'
                 elementsubtype: '0'
                 areatype: '0'
                 width: '200'
                 height: '200'
                 viewtype: '0'
                 use_iconmap: '0'
                 selementid: '1'
                 icon_off:
                   name: Zabbix_server_3D_(128)
                 icon_on: {  }
                 icon_disabled: {  }
                 icon_maintenance: {  }
                 urls: {  }
                 evaltype: '0'
             shapes:
               -
                 type: '0'
                 x: '0'
                 'y': '0'
                 width: '680'
                 height: '15'
                 text: '{MAP.NAME}'
                 font: '9'
                 font_size: '11'
                 font_color: '000000'
                 text_halign: '0'
                 text_valign: '0'
                 border_type: '0'
                 border_width: '0'
                 border_color: '000000'
                 background_color: ''
                 zindex: '0'
             lines: {  }
             links: {  }

Tags degli Elementi

I valori dei tag degli elementi sono spiegati nella tabella sottostante.

Elemento Proprietà dell'elemento Tipo gamma Descrizione
images Root element for images.
name string Unique image name.
imagetype integer 1 - image
2 - background
Image type.
encodedImage Base64 encoded image.
maps Root element for maps.
name string Unique map name.
width integer Map width, in pixels.
height integer Map height, in pixels.
label_type integer 0 - label
1 - host IP address
2 - element name
3 - status only
4 - nothing
Map element label type.
label_location integer 0 - bottom
1 - left
2 - right
3 - top
Map element label location by default.
highlight integer 0 - no
1 - yes
Enable icon highlighting for active triggers and host statuses.
expandproblem integer 0 - no
1 - yes
Display problem trigger for elements with a single problem.
markelements integer 0 - no
1 - yes
Highlight map elements that have recently changed their status.
show_unack integer 0 - count of all problems
1 - count of unacknowledged problems
2 - count of acknowledged and unacknowledged problems separately
Problem display.
severity_min integer 0 - not classified
1 - information
2 - warning
3 - average
4 - high
5 - disaster
Minimum trigger severity to show on the map by default.
show_suppressed integer 0 - no
1 - yes
Display problems which would otherwise be suppressed (not shown) because of host maintenance.
grid_size integer 20, 40, 50, 75 or 100 Cell size of a map grid in pixels, if "grid_show=1"
grid_show integer 0 - yes
1 - no
Display a grid in map configuration.
grid_align integer 0 - yes
1 - no
Automatically align icons in map configuration.
label_format integer 0 - no
1 - yes
Use advanced label configuration.
label_type_host integer 0 - label
1 - host IP address
2 - element name
3 - status only
4 - nothing
5 - custom label
Display as host label, if "label_format=1"
label_type_hostgroup integer 0 - label
2 - element name
3 - status only
4 - nothing
5 - custom label
Display as host group label, if "label_format=1"
label_type_trigger integer 0 - label
2 - element name
3 - status only
4 - nothing
5 - custom label
Display as trigger label, if "label_format=1"
label_type_map integer 0 - label
2 - element name
3 - status only
4 - nothing
5 - custom label
Display as map label, if "label_format=1"
label_type_image integer 0 - label
2 - element name
4 - nothing
5 - custom label
Display as image label, if "label_format=1"
label_string_host string Custom label for host elements, if "label_type_host=5"
label_string_hostgroup string Custom label for host group elements, if "label_type_hostgroup=5"
label_string_trigger string Custom label for trigger elements, if "label_type_trigger=5"
label_string_map string Custom label for map elements, if "label_type_map=5"
label_string_image string Custom label for image elements, if "label_type_image=5"
expand_macros integer 0 - no
1 - yes
Expand macros in labels in map configuration.
background id ID of the background image (if any), if "imagetype=2"
iconmap id ID of the icon mapping (if any).
urls Used by maps or each map element.
name string Link name.
url string Link URL.
elementtype integer 0 - host
1 - map
2 - trigger
3 - host group
4 - image
Map item type the link belongs to.
selements
elementtype integer 0 - host
1 - map
2 - trigger
3 - host group
4 - image
Map element type.
label string Icon label.
label_location integer -1 - use map default
0 - bottom
1 - left
2 - right
3 - top
x integer Location on the X axis.
y integer Location on the Y axis.
elementsubtype integer 0 - single host group
1 - all host groups
Element subtype, if "elementtype=3"
areatype integer 0 - same as whole map
1 - custom size
Area size, if "elementsubtype=1"
width integer Width of area, if "areatype=1"
height integer Height of area, if "areatype=1"
viewtype integer 0 - place evenly in the area Area placement algorithm, if "elementsubtype=1"
use_iconmap integer 0 - no
1 - yes
Use icon mapping for this element. Relevant only if iconmapping is activated on map level.
selementid id Unique element record ID.
evaltype integer Evaluation type for tags.
tags Problem tags (for host and host group elements). If tags are given, only problems with these tags will be displayed on the map.
tag Tag name.
value Tag value.
operator Operator.
elements Zabbix entities that are represented on the map (host, host group, map etc).
host
icon_off Image to use when element is in 'OK' status.
icon_on Image to use when element is in 'Problem' status.
icon_disabled Image to use when element is disabled.
icon_maintenance Image to use when element is in maintenance.
name string Unique image name.
shapes
type integer 0 - rectangle
1 - ellipse
Shape type.
x integer X coordinates of the shape in pixels.
y integer Y coordinates of the shape in pixels.
width integer Shape width.
height integer Shape height.
border_type integer 0 - none
1 - bold line
2 - dotted line
3 - dashed line
Type of the border for the shape.
border_width integer Width of the border in pixels.
border_color string Border color represented in hexadecimal code.
text string Text inside of shape.
font integer 0 - Georgia, serif
1 - "Palatino Linotype", "Book Antiqua", Palatino, serif
2 - "Times New Roman", Times, serif
3 - Arial, Helvetica, sans-serif
4 - "Arial Black", Gadget, sans-serif
5 - "Comic Sans MS", cursive, sans-serif
6 - Impact, Charcoal, sans-serif
7 - "Lucida Sans Unicode", "Lucida Grande", sans-serif
8 - Tahoma, Geneva, sans-serif
9 - "Trebuchet MS", Helvetica, sans-serif
10 - Verdana, Geneva, sans-serif
11 - "Courier New", Courier, monospace
12 - "Lucida Console", Monaco, monospace
Text font style.
font_size integer Font size in pixels.
font_color string Font color represented in hexadecimal code.
text_halign integer 0 - center
1 - left
2 - right
Horizontal alignment of text.
text_valign integer 0 - middle
1 - top
2 - bottom
Vertical alignment of text.
background_color string Background (fill) color represented in hexadecimal code.
zindex integer Value used to order all shapes and lines (z-index).
lines
x1 integer X coordinates of the line point 1 in pixels.
y1 integer Y coordinates of the line point 1 in pixels.
x2 integer X coordinates of the line point 2 in pixels.
y2 integer Y coordinates of the line point 2 in pixels.
line_type integer 0 - none
1 - bold line
2 - dotted line
3 - dashed line
Line type.
line_width integer Line width in pixels.
line_color string Line color represented in hexadecimal code.
zindex integer Value used to order all shapes and lines (z-index).
links Links between map elements.
drawtype integer 0 - line
2 - bold line
3 - dotted line
4 - dashed line
Link style.
color string Link color (6 symbols, hex).
label string Link label.
selementid1 id ID of one element to connect.
selementid2 id ID of the other element to connect.
linktriggers Link status indicators.
drawtype integer 0 - line
2 - bold line
3 - dotted line
4 - dashed line
Link style when trigger is in the 'Problem' state.
color string Link color (6 symbols, hex) when trigger is in the 'Problem' state.
trigger Trigger used for indicating link status.
description string Trigger name.
expression string Trigger expression.
recovery_expression string Trigger recovery expression.