Ad Widget

Collapse

Anatomy of a trigger....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cbidwell
    Senior Member
    • Aug 2006
    • 127

    #1

    Anatomy of a trigger....

    Is there any documentation of the different parameters of a trigger?

    i.e.

    Code:
    {Template_Linux:proc.num[]. min( 900 ) }>350
    {Template_Linux:net.tcp.service[pop]. last( 0 ) }=0
    The proc.num is obvious...but there appears to be several different options for the next settings.

    min,diff, last, etc. are there a list of what all of these are and the syntax on how to use them?
  • terry
    Junior Member
    • Mar 2009
    • 21

    #2
    Check out the zabbix manual. All of the parameters, macros, etc are explained in there. I am not saying it's the holy grail of documentation either. It needs a lot of work but at least start there.

    http://www.zabbix.com/documentation.php

    Comment

    Working...