Ad Widget

Collapse

zabbix import triggers from template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krisdigitx
    Junior Member
    • Mar 2012
    • 1

    #1

    zabbix import triggers from template

    hi,

    I am importing a template from xml and i have defined the trigger as

    </triggers>
    <triggers>
    <trigger>
    <description>PING response on Vlan1</description>
    <type>1</type>
    <expression>{11.11.11.11:icmpping[11.11.11.11].last(0)}=0</expression>
    <status>0</status>
    <priority>0</priority>
    <comments>Interface: Vlan1 is down</comments>
    </trigger>
    </triggers>

    now when i try to import the xml, it can import the items successfuly, but when it reaches trigger section it gives this error:

    Added new item Template_Test_Router_Ping:icmpping[11.11.11.11,3,25,68,500]
    [ CTrigger::create ] No permissions !
    Any idea where the problem could be? i have checked the permissions of fping and they are correct...

    -kris
    Last edited by krisdigitx; 09-03-2012, 18:27.
Working...