Rename event_type state to state_change

This commit is contained in:
Noah Hilverling 2019-10-30 17:09:07 +01:00 committed by Michael Friedrich
parent 5eb1c42a28
commit 4a43dd1ce6
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ void IcingaDB::SendStatusUpdate(const ConfigObject::Ptr& object, const CheckResu
"max_check_attempts", Convert::ToString(checkable->GetMaxCheckAttempts()),
"event_time", Convert::ToString(TimestampToMilliseconds(cr ? cr->GetExecutionEnd() : Utility::GetTime())),
"event_id", Utility::NewUniqueID(),
"event_type", "state"
"event_type", "state_change"
});
if (service) {