-
Notifications
You must be signed in to change notification settings - Fork 3
Add: python monero health checker module #70
Comments
This is good. A nice python module which could be easily integrated. Remote node health is important for Monero service project. I vote |
Cool project. |
Good point. |
@monero-ecosystem/maintainers any opinion/vote about this? |
|
Thank you for voting. We can consider this accepted. @normoes you may start the transfer whenever you are ready. Please ping me when it's done :) |
I finished transferring the repository: |
Added to the README with #73 |
I would like to introduce
monero_health
to you. It is written in python and is a module to return health or status information aboutmonerod
.https://github.com/normoes/monero_health
The README describes its usage and responses.
This module is used on the XMR.to community hub - The module provides the running serice with the JSON result.
The idea is to make the monero daemon status available in a readable format, right now only JSON.
Definition of status (see README):
/monerod/health
.last_block
status, which defines an age limit (12 [minutes]
) of a block and returnsOK
if the block is younger than that orERROR
if the block is older than that.What do you think?
The text was updated successfully, but these errors were encountered: