Difference between revisions of "Zabbix create template"

Line 39: Line 39:
  
 
=How to create a new application and related item, triggers, actions?=
 
=How to create a new application and related item, triggers, actions?=
 +
 +
==Vocable==
  
 
Key points:
 
Key points:
 +
 
# Each template has a list of applications.  
 
# Each template has a list of applications.  
 +
 
# Each ''application'' has a set of '''items''' = datasource
 
# 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 ''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
 
# Each ''trigger'' is bound to some '''actions''' = action to perform on when the trigger event is sent
 +
  
  
 
==Access / create application==
 
==Access / create application==
 
You can edit this list:
 
  
 
* Access applications' list
 
* Access applications' list
Line 73: Line 78:
 
==Access / create item==
 
==Access / create item==
  
 +
* Items list
  
 
[[File:Zabbix template 06 App Items.png|1024px|caption|Zabbix template 06 App Items]]  
 
[[File:Zabbix template 06 App Items.png|1024px|caption|Zabbix template 06 App Items]]  
  
 
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Application's Items
 
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Application's Items
 +
 +
 +
* Create / edit item
 +
 +
[[File:Zabbix template 07 create edit Item.png|1024px|caption|Zabbix template 07 create edit Item]]
 +
 +
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Application's Item
 +
 +
 +
* Fill the form
 +
 +
[[File:Zabbix template 08 Item properties.png|600px|caption|Zabbix template 08 Item properties]]
 +
 +
→ Configuration menu >> Templates >> ''Searched template'' >> Applications >> Application's Items >> Item >> Create Item | edit Item
 +
 +
 +
Important notes:
 +
 +
Each ''type'' of items has a different set of ''keys'' (functions). You can find the complete list on Zabbix documentation:
 +
* List of items (v2.2): https://www.zabbix.com/documentation/2.2/manual/config/items/itemtypes
 +
* Item's key for ''Zabbix agent'' (v2.2): https://www.zabbix.com/documentation/2.2/manual/config/items/itemtypes/zabbix_agent
 +
 +
 +
 +
To monitor a log file I'm using:
 +
* Item type: '''zabbix agent (active)''' => the client will report all changes to the server, client's does NOT wait for server interrogation: it's pro-active
 +
* Key: '''logrt''' => to handle log files rotation

Revision as of 10:10, 14 August 2014


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 !


How to create a new application and related item, triggers, actions?

Vocable

Key points:

  1. Each template has a list of applications.
  1. Each application has a set of items = datasource
  1. Each item has some triggers = conditions to raise an event with a specific alert level and type
  1. Each trigger is bound to some actions = action to perform on when the trigger event is sent


Access / create application

  • Access applications' list

Zabbix template 04 applications

→ Configuration menu >> Templates >> Searched template >> Applications


  • Create new application

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

  • Items list

Zabbix template 06 App Items

→ Configuration menu >> Templates >> Searched template >> Applications >> Application's Items


  • Create / edit item

Zabbix template 07 create edit Item

→ Configuration menu >> Templates >> Searched template >> Applications >> Application's Item


  • Fill the form

Zabbix template 08 Item properties

→ Configuration menu >> Templates >> Searched template >> Applications >> Application's Items >> Item >> Create Item | edit Item


Important notes:

Each type of items has a different set of keys (functions). You can find the complete list on Zabbix documentation:


To monitor a log file I'm using:

  • Item type: zabbix agent (active) => the client will report all changes to the server, client's does NOT wait for server interrogation: it's pro-active
  • Key: logrt => to handle log files rotation