ID
{{ agent.id || '-' }}
IP
{{ agent.ip || '-'}}
Version
{{ agent.version || '-'}}
OS
{{ agentOS || '-'}}
Registration date
{{offsetTimestamp('', agent.dateAdd) || '-'}}
Last keep alive
{{offsetTimestamp('', agent.lastKeepAlive) || '-'}}
Last syscheck scan
Scan in progress
{{offsetTimestamp('', syscheck.end) || '-'}}
End time: {{offsetTimestamp('', syscheck.end) || '-'}}
Duration time: {{syscheck.duration +' minutes' || '-'}}
Last rootcheck scan
Scan in progress
{{offsetTimestamp('', rootcheck.end)
|| '-'}}
End time: {{offsetTimestamp('', rootcheck.end) || '-'}}
Duration time: {{rootcheck.duration + ' minutes' || '-'}}
{{agent.error}}