Commit Graph

1 Commits

Author SHA1 Message Date
Bernd Machenschalk 7b33ef1b0c Remote server management:
added pshelper

    - script to find out whether a daemon is running on a remote server

    - ran via ssh by the server status page

    - returns the process line returned by 'ps ww pid' or 'false'

    - inefficient over long distances, as a new ssh connection is required
      for every daemon
2014-05-26 14:13:58 +02:00