Skip to content

Commit

Permalink
add command to get ip link stats
Browse files Browse the repository at this point in the history
  • Loading branch information
diamonwiggins committed Sep 10, 2024
1 parent 8ea335c commit 7b8227b
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 7b8227b

Please sign in to comment.