Ad Widget

Collapse

zabbix 114 : {HOSTNAME} not propagate in actions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsipe
    Senior Member
    • Oct 2006
    • 184

    #1

    zabbix 114 : {HOSTNAME} not propagate in actions

    i create a item name "Logins not autorize" [ with the key S12 taken from MRTGEXT software ] to monitor wether it's possible or not to login on a netware server.

    That item has been created inside a template.
    Each Novell server belong to that template.

    I create then a trigger named "{HOSTNAME}: logins not autorize" on that item.
    when the trigger get ON, i get an entry in the Monitoring->Triggers menu with the GOOD server name

    now i create an action on that trigger to get warn by email.
    It's a very generic action as it take alls the triggers with severity >= "warning" and value="ON".

    i well receive the mail, BUT instead of getting the name of the server, the macro { HOSTNAME} is not replace ...

    What's wrong ??
    thanks
  • netod
    Member
    • Nov 2006
    • 36

    #2
    Originally posted by dsipe
    i create a item name "Logins not autorize" [ with the key S12 taken from MRTGEXT software ] to monitor wether it's possible or not to login on a netware server.

    That item has been created inside a template.
    Each Novell server belong to that template.

    I create then a trigger named "{HOSTNAME}: logins not autorize" on that item.
    when the trigger get ON, i get an entry in the Monitoring->Triggers menu with the GOOD server name

    now i create an action on that trigger to get warn by email.
    It's a very generic action as it take alls the triggers with severity >= "warning" and value="ON".

    i well receive the mail, BUT instead of getting the name of the server, the macro { HOSTNAME} is not replace ...

    What's wrong ??
    thanks


    Are you using zabbix 1.1.4 on the server as well as the clients? I recommend you recompile 1.1.4 from source and try it out as that fixed the same problem I was having with version 1.1.3. Good luck.

    Comment

    Working...