add host startTime and agentStartTime
This commit is contained in:
parent
b5092a4444
commit
11bbb8ed4d
@ -134,6 +134,8 @@ const TRANSFORMS = {
|
|||||||
power_state: metrics
|
power_state: metrics
|
||||||
? (isRunning ? 'Running' : 'Halted')
|
? (isRunning ? 'Running' : 'Halted')
|
||||||
: 'Unknown',
|
: 'Unknown',
|
||||||
|
startTime: toTimestamp(otherConfig.boot_time),
|
||||||
|
agentStartTime: toTimestamp(otherConfig.agent_start_time),
|
||||||
tags: obj.tags,
|
tags: obj.tags,
|
||||||
version: obj.software_version.product_version,
|
version: obj.software_version.product_version,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user