Ad Widget

Collapse

Actions - Trigger name like?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • louis-m
    Member
    • Nov 2013
    • 70

    #1

    Actions - Trigger name like?

    I'm trying this in Zabbix 3.4.2 and it doesn't seem to work. Could somebody clarify the actual syntax and confirm if they have an action like this working in 3.4.2

    I have a trigger called:
    Free disk space is less than 10% on volume E:

    For an action, I've put:
    Trigger name like "Free disk space is less than 10% on volume E:"

    I've even tried:
    Trigger name like "Free disk" and all sorts of combinations but to no avail.

    Do you have to include the speech marks eg "<string_to_search_for>" or use inverted comma's eg '<string_to_search_for>' or just the <string_to_search_for>

    Any help would be appreciated
  • Pitons
    Member
    • Oct 2017
    • 49

    #2
    Hi Louis!

    Add a condition: Trigger name like: <string_to_search_for>
    in your case: Free disk space is less than 10%

    Don't forget to add Operations

    Or you can:
    Change condition type to "Trigger" and select specific one.

    Comment

    Working...