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