hello all,
i am using LLD via http item to discovery a group of items that are than created as discovered hosts.
these discovered hosts than have a template attached that will do another LLD via http and discover individual items.
like pulling ssl cert information
everything works fine all LDD items get created and than sit there to be populated.
the item web.certificate.get on the second level of cascading will just not do anything.
nor error / unsupported , no data
other item on second cascade level just work fine ( icmpping, net.dns .... ); ldd will create, item will start to collect data
i did copy a ldd created item to a "real" host and it start collecting data (web.certificate.get).
is the plugin not able to work with discovered hosts and its items ?
i am doing
cloudflare rest api, pull all dns domains, pull individual A records per domain , do ssl cert check on individual A records
i am using LLD via http item to discovery a group of items that are than created as discovered hosts.
these discovered hosts than have a template attached that will do another LLD via http and discover individual items.
like pulling ssl cert information
everything works fine all LDD items get created and than sit there to be populated.
the item web.certificate.get on the second level of cascading will just not do anything.
nor error / unsupported , no data
other item on second cascade level just work fine ( icmpping, net.dns .... ); ldd will create, item will start to collect data
i did copy a ldd created item to a "real" host and it start collecting data (web.certificate.get).
is the plugin not able to work with discovered hosts and its items ?
i am doing
cloudflare rest api, pull all dns domains, pull individual A records per domain , do ssl cert check on individual A records
Comment