mirror of https://github.com/Icinga/icinga2.git
parent
2ae988f457
commit
f47f7fb8c5
|
@ -153,10 +153,8 @@ void StatusDataWriter::DumpCommand(std::ostream& fp, const Command::Ptr& command
|
||||||
fp << "<internal>";
|
fp << "<internal>";
|
||||||
}
|
}
|
||||||
|
|
||||||
fp << "\n";
|
fp << "\n" "\t" "}" "\n"
|
||||||
"\t" "}" "\n"
|
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void StatusDataWriter::DumpDowntimes(std::ostream& fp, const Service::Ptr& owner, CompatObjectType type)
|
void StatusDataWriter::DumpDowntimes(std::ostream& fp, const Service::Ptr& owner, CompatObjectType type)
|
||||||
|
|
Loading…
Reference in New Issue