mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
parent
0b466aabc0
commit
2773d93d40
@ -76,7 +76,7 @@ void RedisWriter::UpdateAllConfigObjects(void)
|
|||||||
|
|
||||||
if (reply->type == REDIS_REPLY_STATUS || reply->type == REDIS_REPLY_ERROR) {
|
if (reply->type == REDIS_REPLY_STATUS || reply->type == REDIS_REPLY_ERROR) {
|
||||||
Log(LogInformation, "RedisWriter")
|
Log(LogInformation, "RedisWriter")
|
||||||
<< "DEL icinga:config:" << typeName << ": " << reply->str;
|
<< "DEL icinga:config:" << typeName << " icinga:status:" << typeName << ": " << reply->str;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reply->type == REDIS_REPLY_ERROR) {
|
if (reply->type == REDIS_REPLY_ERROR) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user