Ad Widget

Collapse

zabbix_send Discovery templates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nigdav007
    Junior Member
    • Jan 2018
    • 4

    #1

    zabbix_send Discovery templates

    Hay All

    I am tying to set up zabbix send to send info to my zabbix server
    i got it working, but what i am having trouble with is

    Discovery lists in my template.

    what i am trying to do,
    to send to zabbix "level of issue", "info of issue" for example
    "high","Failed login",.

    i set zabbix_send to
    "server-name" key.key {"data":[{"{#THNAME}":"test_thread"}]} (this works fine)
    when i try sending data
    "server-name" key.key'test_thread'] {"data":[{"level":"high"},{"msg":"info of message"}]}

    but the last one the test failes any reasion what i am doing wrong
Working...