mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
Remove TODO
This commit is contained in:
parent
3fb3e8bb6d
commit
933de15c36
@ -660,7 +660,6 @@ Dictionary::Ptr RedisWriter::SerializeState(const Checkable::Ptr& checkable)
|
|||||||
CheckResult::Ptr cr = checkable->GetLastCheckResult();
|
CheckResult::Ptr cr = checkable->GetLastCheckResult();
|
||||||
|
|
||||||
if (cr) {
|
if (cr) {
|
||||||
// TODO: Long Output did not work in my test cases. Need to investigate
|
|
||||||
attrs->Set("output", CompatUtility::GetCheckResultOutput(cr));
|
attrs->Set("output", CompatUtility::GetCheckResultOutput(cr));
|
||||||
attrs->Set("long_output", CompatUtility::GetCheckResultLongOutput(cr));
|
attrs->Set("long_output", CompatUtility::GetCheckResultLongOutput(cr));
|
||||||
attrs->Set("performance_data", cr->GetPerformanceData());
|
attrs->Set("performance_data", cr->GetPerformanceData());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user