feat(host_analyzer): add host sysctl analyzer (#1681)

* feat(host_analyzer): add host sysctl analyzer

* chore: add e2e tests to support bundle collection

* chore: missing spec e2e test update

* chore: cleanup remote collector and use parse operator

* chore: update schemas
This commit is contained in:
João Antunes
2024-11-08 18:55:24 +00:00
committed by GitHub
parent 2f62240ed3
commit 197f6de425
17 changed files with 832 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ func TestHostLocalCollector(t *testing.T) {
"hostos_info.json",
"ipv4Interfaces.json",
"memory.json",
"sysctl.json",
},
notExpectedPaths: []string{
"node_list.json",

View File

@@ -11,6 +11,7 @@ spec:
- memory: {}
- blockDevices: {}
- kernelConfigs: {}
- sysctl: {}
- copy:
collectorName: etc-resolv
path: /etc/resolv.conf

View File

@@ -12,6 +12,7 @@ spec:
- memory: {}
- blockDevices: {}
- kernelConfigs: {}
- sysctl: {}
- copy:
collectorName: etc-resolv
path: /etc/resolv.conf