Difference between revisions of "Zabbix create template"

 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Linux]]
 
[[Category:Linux]]
  
 +
 +
=Vocable=
 +
 +
Reminder, you need to know Zabbix vocable. See [[Zabbix vocable]].
 +
 +
  
 
=Access templates=
 
=Access templates=
Line 35: Line 41:
  
 
* Tab 3 ''Macros'' : nothing to do over here !
 
* Tab 3 ''Macros'' : nothing to do over here !
 
 
 
=How to create a new application and related item, triggers, actions?=
 
 
Key points:
 
# Each template has a list of applications.
 
# Each ''application'' has a set of '''items''' = datasource
 
# Each ''item'' has some '''triggers''' = conditions to raise an event with a specific alert level and type
 
# Each ''trigger'' is bound to some '''actions''' = action to perform on when the trigger event is sent
 
 
 
==Access / create application==
 
 
You can edit this list:
 
 
* Access applications' list
 
 
[[File:Zabbix template 04 applications.png|1024px|caption|Zabbix template 04 applications]]
 
 
→ Configuration menu >> Templates >> ''Searched template'' >> Applications
 
 
 
* Create new application
 
 
[[File:Zabbix template 05 new application.png|1024px|caption|Zabbix template 05 new application]]
 
 
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Create application
 
 
 
==> Give a '''name''' to the new application and save.
 
 
==> It should appears it the applications list
 
 
 
 
==Access / create item==
 
 
 
[[File:Zabbix template 06 App Items.png|1024px|caption|Zabbix template 06 App Items]]
 
 
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Application's Items
 

Latest revision as of 14:07, 25 June 2015


Vocable

Reminder, you need to know Zabbix vocable. See Zabbix vocable.


Access templates

Zabbix template access

→ Configuration menu >> Templates


Don't forget to choose the group of template you want to see.


Create new template

You can request a new template creation from the template menu:

Zabbix template 01 create template

→ Configuration menu >> Templates >> Create template


Then, you just have to fill up the forms:

  • Tab 1 Template : Give a template a name. Template name = Visible name


  • Tab 2 Linked templates : If you plan to use Linux then create a link to Template OS Linux. Otherwise, create a link to Zabbix agent.


Zabbix create template tab2


  • Tab 3 Macros : nothing to do over here !