AgentStatus

data class AgentStatus(val startTime: String, val collectorCapabilities: List<CollectorFlag>, val availablePlans: List<PlanEntry>, val currentTime: String, val activeTask: AgentTask?, val collectorTask: AgentCollectionTask?)

Periodic status package from the agent to the service.

Constructors

Link copied to clipboard
constructor(startTime: String, collectorCapabilities: List<CollectorFlag>, availablePlans: List<PlanEntry>, currentTime: String, activeTask: AgentTask?, collectorTask: AgentCollectionTask?)

Properties

Link copied to clipboard

Currently active / last executed task

Link copied to clipboard

List of available measurement plans

Link copied to clipboard

Supported collector flags

Link copied to clipboard

Summary of the current collection

Link copied to clipboard

The current time of this node

Link copied to clipboard

The start time of this agent