func()

in osq-exts/tables/crowdstrikefalconagent/crowdstrikefalconagent_darwin.go [99:124]


func (c *CrowdStrikeFalconAgent) osColumns() []table.ColumnDefinition {
	return []table.ColumnDefinition{
		table.TextColumn(_AGENTID),
		table.TextColumn(_CUSTOMERID),
		table.TextColumn(_SENOR_OPERATIONAL),
		table.TextColumn(_VERSION),
		table.BigIntColumn(_DC_ENABLED),
		table.BigIntColumn(_DC_FSAUTH),
		table.BigIntColumn(_DC_RULECOUNT),
		table.BigIntColumn(_ES_AUTH),
		table.BigIntColumn(_ES_NOTIFY),
		table.BigIntColumn(_SA_AVG),
		table.BigIntColumn(_SA_MAX),
		table.TextColumn(_SA_READY),
		table.BigIntColumn(_SA_REQUESTS),
		table.BigIntColumn(_SA_SUCCESSES),
		table.BigIntColumn(_BW_FILTER_CALLED),
		table.BigIntColumn(_BW_FILTER_FALSE),
		table.BigIntColumn(_BW_FILTER_SATISFIED),
		table.BigIntColumn(_BW_FILTER_TIMEOUTS),
		table.BigIntColumn(_BW_FILTER_TRUE),
		table.BigIntColumn(_BW_LATERESPONSE),
		table.BigIntColumn(_BW_RECEIVER_CALLED),
		table.BigIntColumn(_BW_RECEIVER_SATISFIED),
	}
}