Werk #16147: Abort CMC on irrecoverable filesystem errors

Component The Checkmk Micro Core
Title Abort CMC on irrecoverable filesystem errors
Date Jan 3, 2024
Checkmk Edition Checkmk Enterprise (CEE)
Checkmk Version 2.2.0p18 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

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.

To the list of all Werks