Creating your Zabbix template
In this recipe, we will start with the basics of creating a Zabbix template. We will go over the structure of Zabbix templating and why we need to pay attention to certain aspects of templating.
Getting ready
All you will need in this recipe is your Zabbix server.
How to do it…
Now, let's get started with building our structured Zabbix template.
- Open your Zabbix frontend and navigate to Configuration | Templates.
- At this page, click the Create template button in the top-right corner. This will lead you to the following page:
At this point, we are going to need to name our template and assign a group to it. We will be creating an SNMP template to monitor a Linux host. I'll be using SNMP in the example to show how the templates are structured.
Important note
Use SNMP to monitor network equipment, custom equipment supporting SNMP, and more. SNMP is very versatile and...