Skip to content

Commit

Permalink
Modify system-report example
Browse files Browse the repository at this point in the history
Add network interface tables
  • Loading branch information
jmichalski-ant committed Dec 5, 2023
1 parent 76dca75 commit 6e67561
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,16 @@ dmesg:
run: grep v4l
output: dmesg.out
superuser: required
ip:
run: ip a
run: ip a
summary:
- title: Network interfaces state
run: python3 $PROTOPLASTER_SCRIPTS/generate_ip_table.py "$(cat)"
output: ip.out
on-fail:
run: ifconfig -a
summary:
- title: Network interfaces state
run: python3 $PROTOPLASTER_SCRIPTS/generate_ifconfig_table.py "$(cat)"
output: ifconfig.out
```
Expand Down

0 comments on commit 6e67561

Please sign in to comment.