mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Merge pull request #3626 from holta/node-npm-versions
iiab-diagnostics: Include Node.js and npm versions
This commit is contained in:
commit
f3fe8a65b5
2 changed files with 3 additions and 1 deletions
|
@ -224,6 +224,8 @@ cat_cmd 'lspci -nn' 'Devices on PCI buses'
|
|||
cat_cmd 'ls -l /lib/firmware/cypress/*43430*' 'RPi Zero W & 3 WiFi firmware'
|
||||
cat_cmd 'ls -l /lib/firmware/cypress/*43455*' 'RPi 3 B+ & 4 WiFi firmware'
|
||||
cat_cmd 'env' 'Environment variables'
|
||||
cat_cmd 'node -v' 'Node.js version'
|
||||
cat_cmd 'npm -v' 'npm version'
|
||||
cat_cmd '/opt/iiab/kiwix/bin/kiwix-serve --version' 'kiwix-tools'
|
||||
cat_cmd 'journalctl -t IIAB-CMDSRV' 'Admin Console CMDSRV log'
|
||||
#cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?
|
||||
|
|
|
@ -68,4 +68,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things:
|
|||
|
||||
## Source Code
|
||||
|
||||
Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 127-246 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.
|
||||
Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 127-248 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.
|
||||
|
|
Loading…
Reference in a new issue