poa_agent v0.1.0 POAAgent.Plugins.Collectors.Eth.Information View Source

This is a Collector’s Plugin which sends peridodically the Ethereum information to the transfer.

This Collector needs the url of the ethereum node to iteract, the contact email and the node name. That url must be placed in the args field in the config file. For example:

{:eth_information, POAAgent.Plugins.Collectors.Eth.Information, 60_000, :eth_information, [url: "http://localhost:8545", name: "nodename", contact: "myemail@gmail.com"]}

In this example, the Collector will send the information to the transfer every minute