mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +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")
|
||||
<< "Received configuration updates (" << count << ") from endpoint '" << fromEndpointName
|
||||
<< "' do not qualify for production, not triggering reload.";
|
||||
listener->ClearLastFailedZonesStageValidation();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user