Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations (http://mmonit.com/monit/).

learn more… | top users | synonyms

0
votes
1answer
14 views

Monit errors when running “check program” for custom script

I am getting syntax errors when I try to check the exit status of a bash script using monit's "check program". If I run the bash script manually, it doesn't error. But if I do monit reload with my ...
0
votes
0answers
26 views

How to check a process is running in monit

check process myproc with pidfile /opt/management/myproc.pid start program = "/etc/init.d/myproc start" stop program = "/etc/init.d/myproc stop" if 3 restarts ...
0
votes
1answer
16 views

Tiny tiny rss monit

Help! I want to set up a monitoring service on my Debian server, that will monitor and start wen needed the updater for tiny tiny rss. The problem is that it is a php foreground process normally run ...
0
votes
0answers
12 views

How to use Monit to monitor Storm daemons

I have installed Monit and is able to monitor processes on localhost and remote host. Now I need to monitor a storm cluster using Monit. How can you monitor Storm daemons using Monit? I am using ...
0
votes
2answers
25 views

Cannot monitor MySQL in another system using Monit

I am trying to monitor the MySQL process in another system using Monit. The system is connected to the same network connection as mine. I am using this code (inside the configuration file, monitrc) : ...
0
votes
1answer
17 views

How to (or should I) monitor or ensure running of a monitoring software?

I'm writing a system/service monitoring software, and my primary goal is to make it as failsafe as possible. Right now, I have a binary script which starts the master process, which forks off ...
1
vote
1answer
42 views

How do I configure monit to allow the change in pid?

I am deploying a rails app with sidekiq. On each deploy Capistrano stops a previous running version of sidekiq (a ruby process) and then starts a new one. I am monitoring the sidekiq pid file with ...
0
votes
0answers
45 views

Monit fails to start process

I've written a scrip that works fine to start and stop a server. #!/bin/bash PID_FILE='/var/run/rserve.pid' start() { touch $PID_FILE eval "/usr/bin/R CMD Rserve" PID=$(ps aux ...
0
votes
0answers
18 views

Configure monit for background process

I'm very new to system administration, and very sorry if it is a newbie question and I need to configure monit to check for the process. In my very beginning I'm little confused, which file to use. As ...
0
votes
0answers
35 views

How to support several nodejs servises by upstart amd monit?

I have created an upstart script in order to daemonize a node.js app. The upstart script is the following: description "app_name" start on startup stop on shutdown script export ...
0
votes
1answer
68 views

monit does not find the unicorn worker in production server

I'm using this gem for deploy kapify. This is my unicorn config: unicorn config unicorn.rb.erb unicorn_init.erb I have in my deploy: server "111.111.111.111", :web, :app, :db, primary: true set ...
0
votes
0answers
31 views

alarm on existence of file in Monit

I've been using monit for a little while, but I want to alarm if a file exists. This is the opposite use case from the main documentation. Here's the doc says: IF [DOES] NOT EXIST [[<X>] ...
0
votes
1answer
122 views

Regular expression to match if X strings containing a word?

I'm dealing with a problem that i don't know if is possible to solve this way, hope you can help me, Let's see: I'm using Monit to monitor some log files, and i want it to look for a certain ...
0
votes
0answers
138 views

Runit with Monit

I'm using runit in cooperation with Monit, we are still using the init.d scripts that shipped with Ubuntu 12.04 LTS, but using runit for all application level processes. Monit also watches over a ...
1
vote
1answer
242 views

Monit times out when stopping unicorn workers if they respawn too quickly

I'm trying to monitor unicorn workers with monit, so it gracefully kills them when they reach certain memory threshold. The problem: When I tell monit to restart a worker it first tries to stop it, ...
0
votes
0answers
84 views

How to monit Passenger and Rack processes?

I have Apache + Passenger configured for a Rails application. I am already monitoring apache process. Process tree of Apache, ...
0
votes
0answers
220 views

monit 'nginx' failed to start, 'unicorn' failed to start [closed]

I'm using monit to monitor unicorn and nginx, but when i start monit, it can't start unicorn and nginx. Someone can help me?. this is the information in log file vs config file: monit.log [ICT Feb ...
0
votes
1answer
43 views

Monit Seems doesn't except '@' in the conf file and consider it as a syntax error : Error: syntax error

I have the following configuration file monit: check process rabbitmq-server with pidfile /var/lib/rabbitmq/mnesia/rabbit@ubuntu.pid start program = "/etc/init.d/rabbitmq-server start" stop ...
0
votes
1answer
29 views

Monit to use with virtualenv

I want to monitor django server using monit. However, it won't let me to run "python manage.py runserver" because it is environment specific to the virtualenv that i use. So i want to do.. workon ...
0
votes
1answer
63 views

How to figure out the pid of HornetQ instance?

I want to write an script (at the end of run.sh file) with the typical start-stop options to start/stop HornetQ standalone server. I want to use the method of writing a pid file when hornetq started ...
0
votes
0answers
79 views

Resource limit matched monit ruby on rails 3

I have an small rails 3 app on a small linode 512 mb and I make the monitoring with monit my rails app. I can see on monit the message Resource limit matched. You can see the next image: ...
0
votes
1answer
88 views

Monit exec not working

This is my applicable monit.conf check file feedabilityLog with path /var/www/scraper/feedability/feedabilityLog.txt if timestamp > 20 seconds then exec "/usr/local/bin/forever restart ...
0
votes
1answer
89 views

cap monit:setup failed

I'm using monit for monitoring my rails app. This is my monit.rb file: namespace :monit do desc "Install Monit" task :install do run "#{sudo} apt-get -y install monit" end after ...
1
vote
1answer
56 views

Undef data and process/system status obtained from Monit::HTTP perl module

Anyone knows or have used Monit::HTTP module for perl connection to monit daemon through HTTP? I am trying to use Monit::HTTP module for perl and I have some troubles. I cannot retrieve status ...
0
votes
0answers
63 views

Monitoring Solr using Monit

I'm new to Solr and Monit. I have a Rails 3.2 app with Solr, how do you configure monit to handle Solr? Cheers, and Thanks, Zeck
0
votes
1answer
114 views

How to get status from Monit from a NodeJS program?

I'm trying to get the status from Monit from a NodeJS program. In my monitrc I have it set to use port 2812, but I'm not sure what to do in my node program. Any advice would be highly appreciated. ...
0
votes
1answer
97 views

Monit memory utilization different from Ubuntu's own diagnostics

I have a Linode 512 VPS running Ubuntu 12.04 and I noticed a very big discrepency between Monit's report of memory utilization and Ubuntu's report. This becomes an issue when monit tries to restart ...
0
votes
1answer
162 views

Using Monit to monitor a custom daemon

I created a daemon using the System_Daemon pear package. How do I use Monit to restart the daemon when it fails. I have the following code that was going to place in the monit config gile: check ...
1
vote
2answers
875 views

Monit Ruby on Rails Sidekiq

I'm trying to set up Monit for Sidekiq. Here's what I have so far for my config file: check process sidekiq_site with pidfile /var/www/site/tmp/pids/sidekiq.pid start program = "bundle exec ...
0
votes
0answers
48 views

Include last lines of log in Monit alert

I am currently monitoring a Node.JS instance with Monit. It's working great, but I would like to add the last 10 lines of the Node.JS instance's log when something is going wrong. Is this even ...
0
votes
0answers
63 views

monit processes problems

I'm not sure what was the start of all this, but a lot of changes have been made to this particular server especially with regard to replication. Data from an older server needed to be replicated to ...
1
vote
1answer
213 views

Use monit to monitor a java program

I am writing to get some help regarding starting my java programs via Monit. I have written a start script program.sh. The monit code and the scipt code is given with this posting. The issue is that ...
0
votes
0answers
137 views

Monitoring rails and ruby processes with Monit? [closed]

I have a rails application with some independent ruby processes, I would like to monitore each process using Monit, now in usual cases I do that easily , like as for example if I wanna monitor ...
0
votes
2answers
338 views

configure monitrc to monitor node js app process, can't find node app pidfile running with screen ec2 linux

I run my app.js (node js application) via screen on my ec2 linux instance. I'm trying to config my monitrc file and I need the app pidfile. It's not in : /var/run (and there isn't a /var/www) Would ...
2
votes
2answers
938 views

make failure installing monit on linux ec2

I'm trying to install monit on linux. I ran the following commands : wget http://mmonit.com/monit/dist/monit-5.5.tar.gz tar zxvf monit-5.5.tar.gz cd monit-5.5 ./configure and when i try : make ...
1
vote
0answers
75 views

Running Mailman script as a service in Ubuntu/Monit

I have setup a mailman script in my rails app to download and process emails. This is working fine. The script is located in the scripts directory of the rails app. I need this script to run upon ...
0
votes
0answers
79 views

monit and a 200 check on http://127.0.0.1/mypath

I need to do a 200 check on http://127.0.0.1/mypath/ check process nginx with pidfile "/var/run/nginx.pid" start program = "/etc/init.d/nginx start" stop program = "/etc/init.d/nginx stop" ...
3
votes
0answers
325 views

Monitoring resque with monit with RVM

I previously had Monit monitoring resque with the following Monit script check process resque_worker_production_QUEUE with pidfile /var/tmp/resque_production.pid start program = "/usr/bin/env ...
0
votes
1answer
139 views

Ash pidfile showing wrong process id

I've got a really simple wrapper script to start a ruby program that monitors a network connection. The script's on router - hence we're using ash, not bash. Since we're using monit to monitor the ...
1
vote
0answers
190 views

monit not restarting process automatically

I'm using monit to monitor a lcients script xxx.pl; On my system (which is an SMS management system based on Kannel) when someone sends a message to a short code and the system doesn't find any script ...
0
votes
0answers
148 views

monit does not restart apache when i type /etc/init.d/apache2 stop in ubuntu

I'm having a bit of a situation here. monit does not restart apache when i type /etc/init.d/apache2 stop. I wait for like 1 minute after stopping apache but monit does not seem to restart apache. ...
0
votes
1answer
377 views

Getting Monit monitrc file to test Rails applications

I'm trying to use Monit to monitor and restart some rails apps when they crash. The apps use Sphinx. Monit isnt accepting commands that would typically work in the shell. The monitrc configuration ...
0
votes
1answer
487 views

Monit will not stop script with kill command

I am using monit to monitor several process. These process include passenger instances and a daemon I wrote to generate pidfiles for the passenger instance. Monit will start these process no problem. ...
0
votes
1answer
93 views

Using monit with java

I am using the tool monit to start/stop a process. I have a java file as follows: class test { public void start() { //do something } public void stop() { //do something } } I want to ...
0
votes
1answer
123 views

Delay restart of processes in monit

Can I modify montrc so that it will not restart process immediately. The process has to be down for a full cycle before a restart is triggered. This is so I can keep my existing capistrano deploys.
0
votes
1answer
261 views

How to apply Monit on a nginx PHP script

I am using a linux tool called Monit that I am trying to monitor a PHP daemon script. I do not know how to issue the command correctly. Please provide me with some sample command for those who are ...
4
votes
1answer
948 views

what is the adavantage of using supervisord over monit

We have a custom setup which has several deamons (web apps + background tasks) running. I am looking at using a service which helps us to monitor those deamons and restart them if their resource ...
0
votes
1answer
590 views

Managing Resque workers with Monit on RBenv setup

I'm trying to set up Monit to manage Resque workers, but it fails to start saying /home/deployer/.rbenv/shims/bundle: line 4: exec: rbenv: not found I've checked that it is running commands as ...
0
votes
2answers
131 views

Monit losing bash variable?

Trying to get monit to monitor a custom daemon we wrote, and it's just not working with the bash stop/start script. If I run the stop/start script by hand from the command line it's working 100% ...
1
vote
1answer
462 views

Using Monit with Puma in Jruby

I have Rails app set up using Jruby with puma as the web server. Puma doesn't daemonize on its own, so I wrapped it in a bash script to handle generating a pid (as described in the Monit FAQ). The ...

1 2 3