AgentCollectCommand

data class AgentCollectCommand(val flags: List<CollectorFlag> = listOf(CollectorFlag.HTTP), val session: String, val timeOut: Long = 60 * 60L, val interval: String = "0.1", val debugMode: Boolean = false) : AgentCommand

Start the collector (collectd).

Constructors

Link copied to clipboard
constructor(flags: List<CollectorFlag> = listOf(CollectorFlag.HTTP), session: String, timeOut: Long = 60 * 60L, interval: String = "0.1", debugMode: Boolean = false)

Properties

Link copied to clipboard
val debugMode: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard