Ad Widget

Collapse

Help needed with creating a discovery rule for Jeedom application in Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Isilorn
    Junior Member
    • Feb 2024
    • 1

    #1

    Help needed with creating a discovery rule for Jeedom application in Zabbix

    Hello,

    I'm seeking assistance on the Zabbix forum regarding the creation of a template for the Jeedom home automation application. I am retrieving information in JSON format via an API call, and I have successfully created the object that retrieves all the information in JSON.

    Now, I would like to create a discovery rule to generate objects for each plugin.

    The JSON structure I retrieve is as follows:

    Code:
    body
       result
         <id>
    I can have multiple ids for a plugin, one id for each piece of information:

    Code:
    13:
       plugin:"alexaapi"
       type:"dependency"
       default:0
       result:"OK"
       advice:""
    14:
       plugin:"alexaapi"
       type:"Daemon configuration"
       default:0
       result:"OK"
       advice:""
    This is my first template, and my first time dealing with JSON. I would appreciate any advice to progress with my template.
  • PeterZielony
    Senior Member
    • Nov 2022
    • 146

    #2
    this will help you get started:

    Hiring in the UK? Drop a message

    Comment

    Working...