Rename state stream keys

This commit is contained in:
Jean Flach 2018-11-14 14:32:57 +01:00 committed by Michael Friedrich
parent 3def496b62
commit f68ad634b2
1 changed files with 2 additions and 2 deletions

View File

@ -578,9 +578,9 @@ void RedisWriter::SendStatusUpdate(const ConfigObject::Ptr& object)
String streamname;
if (service)
streamname = "servicestate";
streamname = "icinga:state:stream:service";
else
streamname = "hoststate";
streamname = "icinga:state:stream:service";
Dictionary::Ptr objectAttrs = SerializeState(object);