AgentCollectCommand

data class AgentCollectCommand(val flags: List<CollectorFlag> = listOf(CollectorFlag.HTTP), val session: String? = null, 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? = null, 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
val session: String? = null
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): <Error class: unknown class>