mirror of https://github.com/Icinga/icinga2.git
Livestatus: Fix program start time in status table.
This commit is contained in:
parent
d1419a3067
commit
f3f113efd6
|
@ -150,7 +150,7 @@ Value StatusTable::NagiosPidAccessor(const Value& row)
|
||||||
|
|
||||||
Value StatusTable::ProgramStartAccessor(const Value& row)
|
Value StatusTable::ProgramStartAccessor(const Value& row)
|
||||||
{
|
{
|
||||||
return Application::GetStartTime();
|
return static_cast<long>(Application::GetStartTime());
|
||||||
}
|
}
|
||||||
|
|
||||||
Value StatusTable::NumHostsAccessor(const Value& row)
|
Value StatusTable::NumHostsAccessor(const Value& row)
|
||||||
|
|
Loading…
Reference in New Issue