larssb / HealOps

A monitoring and healing framework. It uses Pester tests (TDD) to determine the state of an IT system entity. Then, if the entity is in a faulted state HealOps will try to repair it. All along HealOps reports metrics to a backend report system and HealOps status is sent to stakeholders. In order to e.g. trigger alarms and get on-call personnel on an issue that could not be repaired.

Home Page:https://healops.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to cache reports locally. Good to have if the backend TDB cannot be reached.

larssb opened this issue · comments

In order to avoid loosing any reports, if/when the reporting backend is down or, in the case that som issue results in HealOps being unable to submit a report to the backend.

Suggestion/s:

  • Save the report to a JSON or YAML file. In a "cache" folder.