mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 02:42:14 +01:00
adding 'restart_time' information about a process in ping endpoint if LOG_LEVEL=DEBUG
This commit is contained in:
@@ -41,7 +41,8 @@ of the command "pm2 jlist".
|
||||
type JListItem struct {
|
||||
Name string `json:"name"`
|
||||
PM2Env struct {
|
||||
Status string `json:"status"`
|
||||
Status string `json:"status"`
|
||||
RestartTime int64 `json:"restart_time"`
|
||||
} `json:"pm2_env"`
|
||||
Monit struct {
|
||||
Memory int64 `json:"memory"`
|
||||
|
||||
Reference in New Issue
Block a user