mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
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:
@@ -25,6 +25,7 @@ func TestHostLocalCollector(t *testing.T) {
|
||||
"hostos_info.json",
|
||||
"ipv4Interfaces.json",
|
||||
"memory.json",
|
||||
"sysctl.json",
|
||||
},
|
||||
notExpectedPaths: []string{
|
||||
"node_list.json",
|
||||
|
||||
@@ -11,6 +11,7 @@ spec:
|
||||
- memory: {}
|
||||
- blockDevices: {}
|
||||
- kernelConfigs: {}
|
||||
- sysctl: {}
|
||||
- copy:
|
||||
collectorName: etc-resolv
|
||||
path: /etc/resolv.conf
|
||||
|
||||
@@ -12,6 +12,7 @@ spec:
|
||||
- memory: {}
|
||||
- blockDevices: {}
|
||||
- kernelConfigs: {}
|
||||
- sysctl: {}
|
||||
- copy:
|
||||
collectorName: etc-resolv
|
||||
path: /etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user