diff --git a/plugins/ethereum/ethermine_hashrate_ b/plugins/ethereum/ethermine_hashrate_ index 485f5e34..fdace8ae 100755 --- a/plugins/ethereum/ethermine_hashrate_ +++ b/plugins/ethereum/ethermine_hashrate_ @@ -5,6 +5,10 @@ ethermine_hashrate_ - Munin plugin to monitor your ethermine.org hashrate (MH/s) +=head1 APPLICABLE SYSTEMS + +All systems with "python" and "munin" + =head1 CONFIGURATION ethermine_hashrate__ @@ -14,7 +18,7 @@ ethermine_hashrate__ ln -s /usr/share/munin/plugins/ethermine_hashrate_ \ /etc/munin/plugins/ethermine_hashrate_3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f_mine -=head1 DESCRIPTION +=head1 INTERPRETATION This plugin shows the ethermine.org mining pool hashrate (MH/s) of a given ethereum address and rig name. Hashrate is queried via ethermine.org API L. @@ -31,6 +35,10 @@ L GPLv2 +=head1 MAGIC MARKERS + + #%# family=manual + =cut """ diff --git a/plugins/ethereum/etherscan_balance_ b/plugins/ethereum/etherscan_balance_ index 379679c5..96e14c9c 100755 --- a/plugins/ethereum/etherscan_balance_ +++ b/plugins/ethereum/etherscan_balance_ @@ -5,6 +5,10 @@ etherscan_balance_ - Munin plugin to monitor your ethereum (ETH) balance +=head1 APPLICABLE SYSTEMS + +All systems with "python" and "munin" + =head1 CONFIGURATION etherscan_balance_ @@ -14,7 +18,7 @@ etherscan_balance_ ln -s /usr/share/munin/plugins/etherscan_balance_ \ /etc/munin/plugins/etherscan_balance_0x3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f -=head1 DESCRIPTION +=head1 INTERPRETATION This plugin shows the balance (ETH) of a given ethereum address. Account balance is queried via etherscan.io API L. @@ -31,6 +35,10 @@ L GPLv2 +=head1 MAGIC MARKERS + + #%# family=manual + =cut """