]> granicus.if.org Git - icinga2/commitdiff
Fix status.dat indentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Sep 2013 07:59:04 +0000 (09:59 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Sep 2013 07:59:04 +0000 (09:59 +0200)
components/compat/compatcomponent.cpp

index f6b02fb5679eafc253d08674ff517094db4c2bd4..5c4ffada52d9edb57e21316c823dae9fb34bcdaa 100644 (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"