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 466d426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,15 @@ dmesg:
superuser: required
ip:
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 466d426

Please sign in to comment.