mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 17:28:02 +02:00
Clear ApiListener#last_failed_zones_stage_validation on config::Update if config not changed
refs #7642
This commit is contained in:
parent
d12bffe5f4
commit
9632d3f634
@ -534,6 +534,7 @@ void ApiListener::HandleConfigUpdate(const MessageOrigin::Ptr& origin, const Dic
|
|||||||
Log(LogInformation, "ApiListener")
|
Log(LogInformation, "ApiListener")
|
||||||
<< "Received configuration updates (" << count << ") from endpoint '" << fromEndpointName
|
<< "Received configuration updates (" << count << ") from endpoint '" << fromEndpointName
|
||||||
<< "' do not qualify for production, not triggering reload.";
|
<< "' do not qualify for production, not triggering reload.";
|
||||||
|
listener->ClearLastFailedZonesStageValidation();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user