mirror of https://github.com/Icinga/icinga2.git
Rename state stream keys
This commit is contained in:
parent
3def496b62
commit
f68ad634b2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue