Ad Widget

Collapse

Create Triggers to a template ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abovebeyond
    Member
    • Dec 2015
    • 32

    #1

    Create Triggers to a template ?

    Hi there, im new in Zabbix

    trying to create a windows service trigger alerts.

    is it possible to create of entire template ?

    Expression:

    {testserver:service_state[MyApplicationService].last(0)}#0

    where testserver need to be every time different server ?
    how i do it?

    Thanks !
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    Yes. Make sure the Item in question is created on a template assigned to the respective hosts and let the trigger reference the item in the template instead one on host level:

    {TemplateName:service_state[MyApplicationService].last(0)}#0

    Comment

    Working...