Anyway I think SSH must be fixed on HostMonitor site, because new SSH mode breaks backwards compatibility.v.yesakov wrote:Yes, I confirm: adding "sleep" at the end of script helps. Process survives after HM closes SSH session.
V.
This will not work. Removing ampersand would keep process running in foreground, this is not the very last command in our script, so this would effectively prevent script to complete the rest of checks.KS-Soft wrote:try without ampersand, should workCode: Select all
nohup /path/to/binary -parameters
Regards
Alex