We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c62b853 + 52bf277 commit c9f1210Copy full SHA for c9f1210
jobs/elasticsearch-platform/monit
@@ -1,7 +1,7 @@
1
-check process elasticsearch
2
- with pidfile /var/vcap/sys/run/bpm/elasticsearch/elasticsearch.pid
3
- start program "/var/vcap/jobs/bpm/bin/bpm start elasticsearch"
4
- stop program "/var/vcap/jobs/bpm/bin/bpm stop elasticsearch"
+check process elasticsearch-platform
+ with pidfile /var/vcap/sys/run/bpm/elasticsearch-platform/elasticsearch.pid
+ start program "/var/vcap/jobs/bpm/bin/bpm start elasticsearch-platform"
+ stop program "/var/vcap/jobs/bpm/bin/bpm stop elasticsearch-platform"
5
group vcap
6
7
check device es-ephemeral_disk with path /var/vcap/data
0 commit comments