mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-28 03:44:52 +00:00
magic markers
This commit is contained in:
parent
f117dddc11
commit
91ca13859e
2 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue