mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Livestatus: Fix program start time in status table.
This commit is contained in:
parent
d1419a3067
commit
f3f113efd6
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ Value StatusTable::NagiosPidAccessor(const Value& row)
|
|||
|
||||
Value StatusTable::ProgramStartAccessor(const Value& row)
|
||||
{
|
||||
return Application::GetStartTime();
|
||||
return static_cast<long>(Application::GetStartTime());
|
||||
}
|
||||
|
||||
Value StatusTable::NumHostsAccessor(const Value& row)
|
||||
|
|
|
|||
Loading…
Reference in a new issue