Skip to content

Commit

Permalink
chore: Collect route table using 'ip route' command (#79)
Browse files Browse the repository at this point in the history
Not all systems will have 'netstat' which the current default
host collector spec uses to collect the route table information
  • Loading branch information
banjoh authored Sep 15, 2023
1 parent 32fbc62 commit 361a530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ spec:
collectorName: "netstat-route-table"
command: "netstat"
args: ["-r", "-n"]
- run:
collectorName: "ip-route-table"
command: "ip"
args: ["route"]
- run:
collectorName: "sysctl"
command: "sysctl"
Expand Down

0 comments on commit 361a530

Please sign in to comment.