mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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;
|
String streamname;
|
||||||
if (service)
|
if (service)
|
||||||
streamname = "servicestate";
|
streamname = "icinga:state:stream:service";
|
||||||
else
|
else
|
||||||
streamname = "hoststate";
|
streamname = "icinga:state:stream:service";
|
||||||
|
|
||||||
Dictionary::Ptr objectAttrs = SerializeState(object);
|
Dictionary::Ptr objectAttrs = SerializeState(object);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user