Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / currency / bitcoin / bitcoind_ @ 7063330e

Historique | Voir | Annoter | Télécharger (8 ko)

# Date Auteur Commentaire
7063330e 2019-12-17 18:25 Lars Kruse

Fix python style issues reported by flake8

Additionally some python2-only "print" statements are now compatible
with python3.

db7b2f28 2019-07-24 07:56 Lars Kruse

Plugin bitcoind_: unify error output

88e027be 2019-07-24 07:40 Lars Kruse

Plugin bitcoind_: demystify "autoconf" handling

fd45fe6c 2019-07-24 07:32 Lars Kruse

Plugin bitcoind_: unify exit behaviour

a0aa955a 2019-07-23 15:09 Lars Kruse

Plugin bitcoind_: improve style

ea051b7f 2019-07-23 15:09 Lars Kruse

Plugin bitcoind_: use defaults for missing environment variables

Previously undefined environment variables were treated as "None"
instead of using the supplied defaults (e.g. for "rpchost" or
"rpcport").

f5de3d19 2019-07-22 19:35 Lars Kruse

Plugin bitcoind_: fix POST request body format

Python3 mandates "bytes" as the request body data type.

b6a41513 2019-07-22 07:50 Lars Kruse

Plugin bitcoind_: fix base64 encoding for credentials

Python2.7 (as well as Python3.x) refused to execute the previously used
encoding (`foo.encode('base64')`). It is unknown, whether it worked
before with an older Python version.

abdeb7ec 2018-08-24 15:52 Lars Kruse

Plugin bitcoind_: introduce explicit configuration file path

The home directory of the currently effective UID cannot be easily
inferred in python via os.path.expanduser. Since there is no other
simple way for reaching this goal, an explicit environemnt setting is...

0a090e5b 2018-08-24 15:52 Lars Kruse

Plugin bitcoind_: improved error output

675f1f69 2018-08-24 14:45 Lars Kruse

Plugin bitcoind_: retrieve debug state from environment

bc20826c 2018-08-24 14:38 Lars Kruse

Plugin bitcoind_: switch to Python3

fffb536e 2018-08-24 14:31 Lars Kruse

Plugin bitcoind_: fix flake8 and python3 issues

3b438369 2018-08-24 14:29 Lars Kruse

Plugin bitcoind_: reformat documentation header

5a45d497 2018-03-27 22:31 Lars Kruse

plugin categories: other -> htc (crypto currencies)

d6dcc5d3 2017-07-02 18:02 Lars Kruse

Revert "Change category of currency-related plugins from 'other' to 'htc'"

This reverts commit a48cf873338cc13d9a9239fef5d9a1326a98c9a3.

see the discussion:
https://github.com/munin-monitoring/contrib/pull/855
(the term 'htc' is probably too unknown and not really suitable)

a48cf873 2017-07-02 13:28 Lars Kruse

Change category of currency-related plugins from 'other' to 'htc'

some categories were changed erroneously before:
https://github.com/munin-monitoring/contrib/pull/855

fce1e801 2017-07-02 03:03 Nils

change bitcoin category from htc to other

f81bdebc 2017-07-02 03:01 Nils

move bitcoin to currency folder