Fix status.dat indentation.

This commit is contained in:
Gunnar Beutner 2013-09-24 09:59:04 +02:00
parent ce6529ba25
commit d88d2a258a
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ void CompatComponent::StatusTimerHandler(void)
<< "\n";
statusfp << "programstatus {" << "\n"
<< "icinga_pid=" << Utility::GetPid() << "\n"
<< "\t" << "icinga_pid=" << Utility::GetPid() << "\n"
<< "\t" << "daemon_mode=1" << "\n"
<< "\t" << "program_start=" << static_cast<long>(IcingaApplication::GetInstance()->GetStartTime()) << "\n"
<< "\t" << "active_service_checks_enabled=1" << "\n"