openvstorage / openvstorage-health-check

The health check is classified as a monitoring and detection tool for Open vStorage.
3 stars 7 forks source link

Adding tasks for every module who grep in the log files for common errors #164

Closed kinvaris closed 7 years ago

kinvaris commented 7 years ago

Feature description

We currently have 4 modules, for the arakoon module we are already checking if arakoon is restarting to quickly or not. In the future we could add some more tasks in the other modules who do this too.

Additional information

Setup

kinvaris commented 7 years ago

https://github.com/openvstorage/openvstorage-health-check/issues/78

wimpers commented 7 years ago

Let's think this through before we engage in this as this gave us a lot of trouble in case of SSO. We now also have the central log analyser which we can easily update.

JeffreyDevloo commented 7 years ago

The arakoon restart-check was a very basic implementation and did not check all possible cases. We can use https://github.com/openvstorage/framework/pull/1250 to possible implement it but this test would mean a lot of overhead.

JeffreyDevloo commented 7 years ago

After checking with @jeroenmaelbrancke this check would require too much resource for the healthcheck and should frankly be monitored by Ops.