journalctl -u nginx --since "30 days ago" | grep "Started"
Aug 12 03:14:02 ubuntu systemd[1]: Started A high performance web server and a reverse proxy server.
Aug 20 09:41:17 ubuntu systemd[1]: Started A high performance web server and a reverse proxy server.
Sep 05 22:03:55 ubuntu systemd[1]: Started A high performance web server and a reverse proxy server.
journalctl -u nginx --since "30 days ago" | grep "Stopped"
journalctl -u nginx --since "30 days ago" | grep -i "reload"
journalctl -u nginx --since "30 days ago" | grep -i "failed"
Nginx
hakkında diğer konular