OpServ-Monitoring / opserv-backend

The backend repository for the opserv monitoring software
GNU General Public License v3.0
3 stars 0 forks source link

[Database] Implement a faulty state mechanism on all methods accessing the database #13

Closed EndzeitBegins closed 7 years ago

EndzeitBegins commented 8 years ago

In case the system on which OpServ runs rejects SQLite to write to the disk all Interfaces to the database should indicate a faulty state such that e.g. the api can respond accordingly.

EndzeitBegins commented 7 years ago

Preserving historical data is an essential feature of OpServ. Thus we decided not to support running the programm without a working database connection.

Instead logging in case of an database access error has been improved with b6fe037.