You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some services I want to monitor but their executable paths are not available (they show up in 'ps' command as "[cmd]" with square brackets) and they don't have pid files..
The proper fix for this would be to make linfo, rather than going off of /proc/$pid/cmdline, to grab the file path from /proc/$pid/exe instead, which would use the underlying file path, in your case the actual path your mega-cmd-server uses.
Hello,
I have some services I want to monitor but their executable paths are not available (they show up in 'ps' command as "[cmd]" with square brackets) and they don't have pid files..
One example is "[mega-cmd-server]" from MEGAcmd
https://github.com/meganz/MEGAcmd
Currently $settings['services']['executables'] array only takes full path of the executable:
Is it possible for settings array to handle services running as "[cmd]" in 'ps'?
see: https://unix.stackexchange.com/questions/22121/what-do-the-brackets-around-processes-mean
The text was updated successfully, but these errors were encountered: