Ad Widget

Collapse

Insert latest data in a MACRO

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kgaurav472
    Junior Member
    • Feb 2021
    • 2

    #1

    Insert latest data in a MACRO

    I want to insert the latest data in a MACRO so that I can use it in another item.

    I am receiving tokens at regular interval in json format. I want to store the latest token in a MACRO so that I can pass that token in another item to get the desired output.
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    Not gonna happen... There is no direct way to update macros from item values...
    Pull that token with a script and update a macro over API.

    Comment

    Working...