Home Directory Plugins Others check_btcpool

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_btcpool

Current Version
0.02
Last Release Date
2013-12-20
Compatible With
  • Nagios 2.x
  • Nagios 3.x
License
GPL
Hits
30348
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Nagios plugin to monitor your hashrate on a number of bitcoin and litecoin mining pools. Currently supports coinotron.com, btcguild, coinhuntr and bitcoin.cz.

Contact me to add more pools.
Usage
/usr/local/nagios/plugins/check_btcpool -p coinotron -c5 -w 20 -a 53B21DE51AEA4C0B86D7AF2BXXXXXX
/usr/local/nagios/plugins/check_btcpool -p bitcoin.cz -c500 -w 1000 -a 394472-8aed2a17ae0f5339e9b98XXXXXXXX

Nagios Example Config
define command{
command_name check_btcpool
command_line $USER1$/check_btcpool $ARG1$
}

define service{
use generic-service
host_name coinotron
service_description Hashrate of my account
check_command check_btc!-p coinotron -c5 -w 20 -a 53BXXXXXXXXXXXXXXXXXXXXXXXXXX
}