Ad Widget

Collapse

JSON Items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bzp
    Junior Member
    • Apr 2017
    • 1

    #1

    JSON Items

    Hi there,

    I have a Zabbix active agent that has a UserParameter item defined that runs a Powershell script which returns a JSON object, as seen in the below example;

    Code:
    {
     "data":[
      {"sql-backups": "138"},
      {"sql-uploads": "138"}
     ]
    }
    How can I setup host items to monitor these 2 values?
    I'm running Zabbix v3.2 server & agent.

    Thank you
  • dvg_lab
    Junior Member
    • Oct 2017
    • 6

    #2
    Hi bzp,

    Did you resolve it? I wanna do same things with JSON object.

    Comment

    Working...