mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
* feat(host_sysctl): add host sysctl collector * chore: add examples * Update pkg/collect/host_sysctl.go Co-authored-by: Evans Mungai <evans@replicated.com> * chore: use sysctl package vs exec calls * chore: make linter happy * chore: make schemas * chore: go back to sysctl exec * chore: make linter happy --------- Co-authored-by: Evans Mungai <evans@replicated.com>
9 lines
145 B
YAML
9 lines
145 B
YAML
apiVersion: troubleshoot.sh/v1beta2
|
|
kind: HostCollector
|
|
metadata:
|
|
name: sysctl
|
|
spec:
|
|
collectors:
|
|
- sysctl:
|
|
collectorName: sysctl
|