Ad Widget

Collapse

Zabbix item HTTP AGENT, payload dont read macro.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigo.root.rj
    Junior Member
    • Jun 2010
    • 26

    #1

    Zabbix item HTTP AGENT, payload dont read macro.

    Hi all,
    I want setup a payload with a global macro. I try put that in my payload but not work.
    bellow my payload:
    [CODE
    ]{ "jsonrpc": "2.0",
    "method": "host.get",
    "params":
    {"output":"extend"},
    "auth": "{$TOKEN}",
    "id": 1
    }[/CODE]
    When i change {$TOKEN} to real value, this item work fine.
    How i put the local/global macro in this payload?
Working...