mirror of
https://github.com/Icinga/icinga2.git
synced 2025-12-15 17:54:22 +01:00
StateChangeHandler() is the function used when the actual hard/soft state changes and thus also writes state history. This is not desired in this case, instead, a runtime update should be generated, therefore call UpdateState() instead. refs #9063