Ad Widget

Collapse

Using value from External Script Item in Trigger?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swedishviking
    Junior Member
    • Mar 2024
    • 2

    #1

    Using value from External Script Item in Trigger?

    Hey all.

    I'm facing an issue which probably is easy to solve, but I can't seem to wrap my head around it.

    I'm using this template and I'm trying to get IPv6 BGP monitoring to work correctly. IPv4 works like it should but I'm stuck when it comes to the IPv6 part.

    Whenever a Problem arises, it gets presented like this: Problem: BGPv6 peer 20 01 0C 00 A0 00 00 00 00 70 00 00 00 00 01 53 ASN 123 is DOWN

    What I want, is for it to be presented correctly. For instance: Problem: BGPv6 peer 2001:C00:A000:0:70::153 ASN 1257 is DOWN

    I have installed the external script mentioned, and whenever I go to "Items" on a host and press "Test" for one of the peering partners, we receive the correct IPv6 address.

    How would I go about doing this? I don't have the best knowledge of Zabbix. Thanks for your time

    //swedishviking
  • swedishviking
    Junior Member
    • Mar 2024
    • 2

    #2
    I managed to fix it in the template and made a pull request to the creators github:
    Added check to trigger and referencing that value in Name of triggers, fixing IPv6 address that's displayed Unsure why my changes basically changed the whole file. Only things that I changed is...

    Comment

    Working...