Skip to content

Commit

Permalink
Merge pull request #101 from replicatedhq/diamonwiggins/ip-addr-info
Browse files Browse the repository at this point in the history
Add command to get ip link stats
  • Loading branch information
diamonwiggins authored Oct 31, 2024
2 parents 446c359 + 7b8227b commit 1209ea6
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 @@ -164,6 +164,10 @@ spec:
collectorName: "hosts"
command: "cat"
args: ["/etc/hosts"]
- run:
collectorName: "ip-interface-stats"
command: "ip"
args: ["-s", "link"]
- run:
collectorName: "ip-route-table"
command: "ip"
Expand Down

0 comments on commit 1209ea6

Please sign in to comment.