Review system logs for anything noteworthy (not just errors):
Analyzes system logs for noteworthy events beyond errors and provides a comprehensive health summary.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehilllogs/Review system logs for anything noteworthy (not just errors):
journalctl -n 100 --no-pagerjournalctl -p warning -n 50journalctl -p crit -n 20dmesg -T | tail -50tail -50 /var/log/auth.logdocker events --since 24h --until 1s (recent events)journalctl | grep -i "restart" | tail -20journalctl | grep -i "out of memory" | tail -10journalctl | grep -i "disk\|i/o" | tail -20journalctl | grep -i "segfault" | tail -10Look for:
Provide Daniel with:
This is a "what's happening on my server" check, not just error hunting.