Status
Last updated
Last updated
All docker containers on each Orbs Guardian node are monitored by the .
Each ORBS-VM gets its own visual representation according to the status.json
exported by the ORBS-VM.
Your ORBS-VM should write its own /status/status.json
(container's path) every 5 minutes in order to be monitored and for the HEALTHCHECK () to work properly.
Human readable explanation of current error; this field exists only if the status is erroneous.
Make sure to remove this field from the json in the event that the error has expired or is not informative
If an error occurs, the status page responds in yellow color for the ORBS-VM representation box and shows text about the error.
Human readable explanation of current status; this field always exists.
Used by status to determined validity of a ORBS-VM status.
Shows which ORBS-VM version is running, and on which node.
It is advised to export whatever external config is used by the ORBS-VM instance for debug and monitoring purposes.
Since the working folder of the ORBS-VM is /opt/orbs,
the fill path of the status, in the container's terms is /opt/orbs/status/status.json
In your code, you should simply write to ./status/status.json
e.g
Noe that once status is implemented, you should make sure your HEALTHCECK manages to read it properly and calculate it's recency in the Timestamp field
Shows the latest write time of the file in format .
The legacy orbs-v2 service can be found