Skip to content

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.

Notifications You must be signed in to change notification settings

Alkhara/ChainlinkBalanceMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published