mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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…
x
Reference in New Issue
Block a user