I'm struggling with finding a tutorial or instructions on creating a Low Level Discovery for a custom device that has a very nice RestAPI.
There are lots of good videos and instructions around LLD, however they all use the Zabbix Agent or other pre-built data collection items which fail to explain how to do this from scratch.
Basically my RestAPI call comes back with a list of dictionaries(I think those are the right terms). Which may have one item in the list, or several. The need to to dynamically pull in one item from the dictionary, from each item in the list....even if that is ONE item or MULTIPLE. As some of our equipment has one, and some have multiple of these.
For things that have only ONE per device, it's super easy to create an item in the template using the HTTP agent. The complexity is where there are possibly multiple. I *think* the answer is LLD and setting up the right Item Prototype.
Comment