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
30008
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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
}