Advanced Features
Host Grouping (Parent-Child Relationships)
You can create parent-child relationships between hosts to visually group them together on the map. This is useful for representing logical groupings or physical locations.
Setting a Parent/Group Node
- Right-click on a host node that you want to be the parent
- Select "Properties"
- Go to the "Grouping" tab
- Select the "Set this node as a parent" checkbox
Setting a Child Node
- Right-click on a host node that you want to be the child
- Select "Properties"
- Go to the "Grouping" tab
- Select the desired parent node from the dropdown menu
Moving the parent node around the map will move its children along with it, making it easy to organize and rearrange your infrastructure visualization.
Traces (Traceroute Visualization)
MapZ has a feature to add and display traceroute information. This helps troubleshoot network connectivity to a host, with each hop metrics collected and shown in an interactive graph.
Prerequisites
Before using traces:
- The 'TEMPLATE-NET-MTR' template will be linked to the host in Zabbix
- The 'mtr' binary must be executable on the Zabbix Server or Proxy
- A script 'mtr.sh' must be added to the ExternalScripts folder on your Zabbix Server or Proxy with this code (and made executable):
#!/bin/bash
MTR=$(which mtr)
IP=$1
$MTR -r -c3 -w -b -p -j $IP
Adding Trace Data
- Right-click on any host you want to collect trace data on and select 'Add Trace Data'
- Open the Traces page from the Settings sidebar menu
- Select the trace and inspect the data
Manage Templates
From the Account Dashboard you can now manage Zabbix templates:
- Navigate to the Account Dashboard and select "Manage Templates"
- View your current templates and check installation status of required templates
Monitoring Templates
In the "Monitoring Templates" section, you can create and edit monitoring templates for your hosts. This allows you to define specific items to be included in the host monitoring.
- From the sidebar, select "Monitoring Templates"
- Click on "Create Template" to add a new monitoring template
- Fill in the required fields:
- Name: The name of the template
- Description: A brief description of what the template monitors
- Interface Type: Select the type of interface (e.g., Ethernet, Wireless)
- Zabbix Template: Select the Zabbix template to be used
- Items: Select the items to be included in the template
- Click "Create" to save the template
Usage
In the interfaces page you can select the monitoring template to be used for each interface. This allows you to customize the monitoring settings for each interface based on the selected template.
Subscriptions & Team Management
MapZ offers different subscription tiers with varying features.
Understanding Subscription Tiers
- Free: Basic map creation and visualization
- Standard: Adds support and more features
- Premium: Team Management features
To upgrade your subscription, go to your account in the sidebar and then the "Subscription" tab.
Team Management (Premium Subscription Only)
Premium subscription users can add team members and set permissions:
- Go to your account in the sidebar and then the "Team Management" tab
- Click on "Create New User"
-
Enter the new user's email address and choose a role:
- Explorer: Can view maps but cannot modify them
- Guardian: Can modify maps but cannot delete them
-
Click "Create User" - the new user will receive an email with setup instructions
Managing Map Access (Premium Subscription Only)
- Go to the "Team Management" tab and click on "Manage Maps"
- Select the map you want to share and click on "Add to Team"
All members of the selected team will have access to the map, with the permissions defined by their roles.
Support
MapZ offers support based on your subscription tier:
- Standard Support: Click on "Support" in the sidebar and submit the issue
- Priority Support (Premium Subscription): Click on "Priority Support" in the sidebar for faster response times