Ad Widget

Collapse

problem with trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunljhhust
    Junior Member
    • Jun 2007
    • 7

    #1

    problem with trigger

    hello,all

    1. I create a trigger called "FTP is down on test". It is clone from UNIX_t.

    expression: {test:net.tcp.service[ftp].last(0)}=0

    the problem is whether the ftp service is started or not, the status and value of this trigger doesn't change.

    2 Also,I'm confused by the meaning of the status and value of trigger.

    In the manual, I see

    {TRIGGER.STATUS}
    Trigger state. ON - if trigger is in TRUE state, OFF - if trigger is in FALSE state.

    {TRIGGER.VALUE}
    Current trigger value:
    0 - trigger is in OFF state
    1 – trigger is in ON state
    2 – trigger UNKNOWN

    I'm confused.

    Any help?

    Thanks
    Last edited by sunljhhust; 17-07-2007, 17:04.
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Form the latest Manual (not released yet):

    {TRIGGER.STATUS}

    Trigger state. ON - if trigger is in TRUE state, OFF - if trigger is in FALSE state.

    {TRIGGER.VALUE}

    Current trigger value:

    0 - trigger is in OFF state

    1 – trigger is in ON state

    2 – trigger UNKNOWN

    This macro can also be used in trigger expressions.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...