Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 972 Bytes

File metadata and controls

26 lines (16 loc) · 972 Bytes

Chainlink Balance Monitor v0.1

Monitor your Chainlink nodes Ethereum balance on the primary and emergency funding addresses. Results print to console as well as get saved as timeseries JSON files for ingesting into your favorite SIEM/Metrics software. I personally am ingesting this into Splunk.

Install

Navigate to your Chainlink directory, clone the repo, set up your .env file

Set your variables

Build the docker

  • docker build -t chainlinkbalancemonitor .

Run it

  • cd ~/.chainlink/ChainlinkBalanceMonitor && docker run --network {{your-docker-network-your-siem-is-in}} --hostname clbm -it --env-file=.env -v data-volume:/data chainlinkbalancemonitor