diff options
Diffstat (limited to 'opensim-monit.conf')
| -rw-r--r-- | opensim-monit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opensim-monit.conf b/opensim-monit.conf index f28c76c..c98ad91 100644 --- a/opensim-monit.conf +++ b/opensim-monit.conf | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | # see ../README for configuration instructions. | 20 | # see ../README for configuration instructions. |
| 21 | # | 21 | # |
| 22 | check process sim01 with pidfile /var/run/opensim/sim01.pid | 22 | check process sim01 with pidfile /var/run/opensim/sim01.pid |
| 23 | start program = "/bin/bash -c 'cd /opt/opensim/config/sim01 && /opt/opensim/sim01/start-sim-in-rest -q'" | 23 | start program = "/bin/bash -c 'cd /opt/opensim/config/sim01 && /opt/opensim/sim01/start-sim -q'" |
| 24 | as uid opensim and gid opensim | 24 | as uid opensim and gid opensim |
| 25 | stop program = "/bin/kill -9 `cat /var/run/opensim/sim01.pid`" | 25 | stop program = "/bin/kill -9 `cat /var/run/opensim/sim01.pid`" |
| 26 | # if cpu usage > 300% for 4 cycles then restart | 26 | # if cpu usage > 300% for 4 cycles then restart |
