mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
0ff5cf51b8
commit
bfcf1b3eb8
@ -356,7 +356,7 @@ int AgentUpdateConfigCommand::Run(const boost::program_options::variables_map& v
|
|||||||
Log(LogWarning, "cli")
|
Log(LogWarning, "cli")
|
||||||
<< "Service '" << old_service << "' on host '" << old_host << "' on agent '"
|
<< "Service '" << old_service << "' on host '" << old_host << "' on agent '"
|
||||||
<< old_agent_name << "' is blacklisted, but not whitelisted. Skipping.";
|
<< old_agent_name << "' is blacklisted, but not whitelisted. Skipping.";
|
||||||
skip_service = true;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!new_services->Contains(old_service)) {
|
if (!new_services->Contains(old_service)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user