6 ms·
How well does it support: - support remote agents and remote reporting? - dead-man triggers for missing reports? - is remote reporting properly secured? (enc
by vunie 7y ago
How well does it support:
- support remote agents and remote reporting?
- dead-man triggers for missing reports?
- is remote reporting properly secured? (encrypted/signed)
- DailyHN 7y agoWhat do you mean remote agents? Can it be accessed over HTTP? Then yes. One of the great features of huginn is the diagram. That's where there are green and red indicators. Red indicates both errors and when a longer than expected period has passed. This makes quickly inspecting your workflows easy.
- vunie 7y ago> What do you mean remote agents? Sorry. I meant running an agent on a machine that is separate from the machine running huginn. The machine running the agent is not accessible publicly but has internet access (doesn't accept connections but can initiate them). huginn would be accessible publicly.
- DailyHN 7y agoOk, so in the remote agent: Retrieving data from huginn can be done with the DataOutputAgent. Sending data to huginn can be achieved through the WebhookAgent.