I have a raw item which fetches data using HTTP agent. This data is NOT stored in database, but used by discovery rules and in turn dependent items which are discovered.
Since the data fetch does not store any data, how can one check if the data fetch worked eg. for last 1h? Any suggestions?
It would be hard to make triggers on the discovery rules as it is not possible to know beforehand if anything will be discovered or not.
Since the data fetch does not store any data, how can one check if the data fetch worked eg. for last 1h? Any suggestions?
It would be hard to make triggers on the discovery rules as it is not possible to know beforehand if anything will be discovered or not.
Comment