1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-28 11:54:52 +00:00

magic markers

This commit is contained in:
Nils 2017-06-28 20:55:55 +02:00
parent f117dddc11
commit 91ca13859e
2 changed files with 18 additions and 2 deletions

View file

@ -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_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>
@ -14,7 +18,7 @@ ethermine_hashrate_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>
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<https://ethermine.org>.
@ -31,6 +35,10 @@ L<Nils Knieling|https://github.com/Cyclenerd>
GPLv2
=head1 MAGIC MARKERS
#%# family=manual
=cut
"""

View file

@ -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_<YOUR_PUBLIC_ETHEREUM_ADDRESS>
@ -14,7 +18,7 @@ etherscan_balance_<YOUR_PUBLIC_ETHEREUM_ADDRESS>
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<https://etherscan.io/apis>.
@ -31,6 +35,10 @@ L<Nils Knieling|https://github.com/Cyclenerd>
GPLv2
=head1 MAGIC MARKERS
#%# family=manual
=cut
"""