eOracle
Project documentation
https://docs.eo.app/docs/operators/installation
Monitoring
We have an eOracle dashboard located here for production.
Logs are in docker can be access with docker logs -f eoracle-data-validator.
Maintenance
The eoracle validator is deployed via docker and controlled by the usual docker commands,
e.g. docker start eoracle-data-validator.
The docker container is managed by a docker compose file stored in ansible. Configuration of the eoracle-operator is
controlled via an environment file stored in ansible and installed at /home/docker/eoracle/bin/.env. The per
environment values are injected in to these files via ansible.
Alerts
| Alert Name | Description | Action |
|---|---|---|
| Incorrect number of eoracle instances | We expect one instance running and we have found more or fewer. | Find which instances should/should not be running and start/stop as appropriate. |
| eOracle performance has dropped below 95% | The performance score for the AVS has dropped below 95%. | Investigate the logs to see why we are not performing our duties. |
| eOracle error rate is above 0.05 | The number of errors has increased above a rate of 0.05 in the last 5 minutes. | Investigate the logs and troubleshoot the errors raised. |