Ad Widget

Collapse

Triggers doesn't add to templates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aakaa
    Junior Member
    • Feb 2013
    • 10

    #1

    Triggers doesn't add to templates

    Hi,
    today i installed fresh instance of zabbix server (ver 2.4.3-1 with mysql 5.6.22-2). I want to create new templates, but I can't add any triggers to template, but triggers are adding to hosts

    Step by step:
    Configurations -> Templates -> Triggers (then something strange happens templates on top menu changes to Hosts)
    I added trigger like on the screenshots which i attached, "Trigger added" but no triggers found, when I look in hosts and device triggers I see it.

    I export template and there is no trigger in xml file.

    I don't know it's bug or I do something wrong.


    Strange situation, when I create new template and not add any device to it, triggers ads normally. Problem persist when I add triggers to template which are connected with devices.
    Attached Files
    Last edited by aakaa; 20-01-2015, 11:17.
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    Safe solution: close all Zabbix browser windows/tabs except one and use only this one browser window for editing template triggers.
    It's problem with rewriting session data from another browser window/tab. IMHO it's "special" feature, not real bug.
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    • coreychristian
      Senior Member
      Zabbix Certified Specialist
      • Jun 2012
      • 159

      #3
      I could be misreading it, but on your picture it looks like your trigger expression starts off with the following.

      Code:
      {ASA:Cisco.ASA.Chassis.....
      Change the trigger expression to start with the following

      Code:
      {Cisco ASA XXXXXXX:Cisco.ASA.Chassis.....
      (Sorry can't read the model number)

      Or when your selecting the item make sure you are selecting the template item and not the item on the host called 'ASA'

      Comment

      Working...