monitoring
This commit is contained in:
parent
658bda6eea
commit
bd657c9ddc
@ -22,3 +22,8 @@ REP=5
|
||||
free --lohi -g -s $REP | lolcat
|
||||
```
|
||||
|
||||
Check the next thing cron will do:
|
||||
|
||||
```bash
|
||||
cronnext /var/spool/cron/$USER -l
|
||||
```
|
||||
|
@ -10,6 +10,12 @@ See a running log of all system messages:
|
||||
journalctl -f
|
||||
```
|
||||
|
||||
Or just one user:
|
||||
|
||||
```bash
|
||||
journalctl --user -f
|
||||
```
|
||||
|
||||
Or just one unit (`sshd`):
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user