Created
June 7, 2018 18:17
-
-
Save ipmb/b04439bbf6b816660e40642a49c6fce8 to your computer and use it in GitHub Desktop.
Systemd Status exmple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo systemctl status [email protected] | |
● [email protected] - Saltdash v0.9.4 | |
Loaded: loaded (/etc/systemd/system/[email protected]; indirect; vendor preset: enabled) | |
Active: active (running) since Tue 2018-05-15 23:25:08 UTC; 3 weeks 1 days ago | |
Main PID: 25580 (python3.6) | |
Tasks: 5 (limit: 4704) | |
CGroup: /system.slice/system-saltdash.slice/[email protected] | |
└─25580 /usr/bin/python3.6 /srv/saltdash/saltdash-0.9.4.pyz serve | |
Jun 07 18:15:42 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:15:42 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1 | |
Jun 07 18:16:12 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:16:12 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1 | |
Jun 07 18:16:12 web-prod python3.6[25580]: localhost - - [07/Jun/2018:18:16:12 +0000] "GET /-/alive/ HTTP/1.1" 200 - "-" "Go-http-client/1.1 | |
Jun 07 18:16:32 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:32 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh; | |
Jun 07 18:16:32 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:32 +0000] "GET /auth/login/github-team/ HTTP/1.1" 302 0 "-" "M | |
Jun 07 18:16:33 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:33 +0000] "GET /auth/complete/github-team/?redirect_state=ifDP | |
Jun 07 18:16:33 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:33 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh; | |
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /job/ HTTP/1.1" 200 31361 "-" "Mozilla/5.0 (Mac | |
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /static/assets/icon.13c18f9fd93e.svg HTTP/1.1" | |
Jun 07 18:16:34 web-prod python3.6[25580]: 73.153.99.4 - - [07/Jun/2018:18:16:34 +0000] "GET /static/assets/icon.8be712e7bd0d.png HTTP/1.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment