Ad Widget

Collapse

triggers create

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zeus_zot
    Junior Member
    • Dec 2006
    • 1

    #1

    triggers create

    I am new to zabbix find the product great, but I am trying to create a trigger to monitor my automounter on solaris, and aix. But I cannot get it to work. The documentation does not tell me how to create custom triggers and whether or not this is even supportred.

    Can someone point me where to look or tell me if it is even possible.
    thanks
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #2
    you can create triggers for every item, that is monitored.
    Syntax is:
    {hostname(or template name):item.function(time range)}operator<number>
    see: http://www.zabbix.com/manual/v1.1/config_triggers.php

    so if you have a UserParameter called "automounter" on a host "foo", you could create a trigger called {foo:automounter.last(0)}=0 (is ON, if the last value is zero)
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

    Comment

    Working...