pid files

Issue #348 closed
Former user created an issue

When a program has multiple PID files cannot be used like this: *.pid, [0-9], [a-z] wildcard

Comments (2)

  1. Tildeslash repo owner

    you can use a pattern based process monitoring:

    check process myprocess matching "mypattern"
    
  2. Log in to comment