monit Questions

0

I have a spring-boot application which is monitored by monit. Monit just check the /health endpoint spring is exposing. Basically, monit registered the following checks : check host hopsearch_...
Susurration asked 1/5, 2015 at 11:48

4

Solved

I have a few apps running rails 3 on ruby 1.9.2 and deployed on a Ubuntu 10.04 LTS machine using nginx + passenger. Now, I need to add a new app that runs on ruby 1.8.7 (REE) and Rails 2. I accompl...
Prudhoe asked 30/3, 2011 at 17:31

1

Solved

I created monit app that must restart golang site on crash $ cd /etc/monit/conf.d $ vim checkSite It starting program with nohup and saving its pid to file: check process site with pidfile /r...
Industry asked 5/3, 2015 at 4:23

2

Solved

I am debugging monit start/stop program statements. In my /etc/monit.conf file, my start program statement looks like this: check process node with pidfile /home/ec2-user/blah/node.pid start prog...
Mockery asked 30/7, 2013 at 9:35

2

We have a custom setup which has several daemons (web applications + background tasks) running. I am looking at using a service which helps us to monitor those daemons and restart them if their res...
Ume asked 28/8, 2012 at 9:31

7

Solved

I have a bunch of Ruby scripts which are long running, I'd like to ensure that every 30 seconds or so these are up. I normally start the commands by simply ruby script-name.rb How can I configu...
Biological asked 10/1, 2011 at 20:59

1

Solved

I'm having a hard time setting up my monitrc file. I'm using Capistrano to setup Monit on Amazon EC2, using this tutorial as a guide: http://railscasts.com/episodes/375-monit set daemon 30 set l...
Lazuli asked 30/3, 2014 at 15:6

3

Solved

I have written a module in Python and want it to run continuously once started and need to stop it when I need to update other modules. I will likely be using monit to restart it, if module has cra...
Acetone asked 19/7, 2013 at 13:41

0

I am looking out to use monit tool for my Rails app.As this is my first attempting in using any monitoring tool can anybody guide me or point me to some references on how can I set up and use monit...
Foxhound asked 26/6, 2013 at 6:13

2

Solved

I am trying to run delayed_job using monit, but its failing to run as rvm's paths (local rvm installation per user basis) are not available to the command. My application is a rails2 app with bundl...
Front asked 9/6, 2011 at 19:18

1

Solved

I have a daemon written in PHP. I use the following command to call the daemon php dojobs.php when I call that command, the daemon runs infinitely because the file dojobs.php has the following c...
Fogbow asked 8/12, 2011 at 17:15

3

Solved

After trying for hours (and also trying God and Bluepill) I decided to ask my question here because I am completely clueless how to solve this issue. I have a Rails app. I want to use Thin as my a...
Heated asked 3/5, 2011 at 0:15

1

Solved

I have read a lot about monitoring delayed_job with monit. The implementation is pretty easy and straight forward. But When one worker is not enough how do I setup monit to ensure that, let's say, ...
Clothe asked 20/5, 2011 at 12:36

6

Solved

Which one to use for process monitoring and why?
Faizabad asked 20/4, 2009 at 13:13

2

Solved

I'm configuring my server to run node.js as a daemon. I've setup Upstart to handle startup and shutdown of node, which works wonderfully. The next step is to make sure that node.js is restarted if ...
Reef asked 18/1, 2011 at 9:56

© 2022 - 2024 — McMap. All rights reserved.