Werk #16147: Abort CMC on irrecoverable filesystem errors
| Component | The Checkmk Micro Core | ||||
| Title | Abort CMC on irrecoverable filesystem errors | ||||
| Date | Jan 3, 2024 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The errors
- too many files open (EMFILE)
- too many files open in system (ENFILE)
- no buffer space (ENOBUFS)
- not enough memory (ENOMEM)
now exit the core. Correct monitoring cannot be guaranteed when the server is in this state.