1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-diagnostics: Also include 'systemctl status calibre-web'

This commit is contained in:
A Holt 2024-01-11 14:37:00 -05:00 committed by GitHub
parent fea5f9ccba
commit bed26162cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,8 @@ 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 'cd /usr/local/calibre-web-py3; git log --graph --oneline --decorate | head -50' 'Calibre-Web version'
cat_cmd 'journalctl -u calibre-web | tail -50' 'Calibre-Web systemd log'
cat_cmd 'systemctl status calibre-web' 'Is Calibre-Web running?'
cat_cmd 'journalctl -u calibre-web | tail -100' 'Calibre-Web systemd log'
cat_tail /var/log/calibre-web.log 100
cat_tail /var/log/xklb.log 100
cat_cmd 'journalctl -t IIAB-CMDSRV' 'Admin Console CMDSRV log'