Top "Monit" questions

Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system.

Monit configuration for php-fpm

I'm struggling to find a monit config for php-fpm that works. This is what I've tried: ### Monitoring php-fpm: the parent …

monit php
Is there benefit to using Monit instead of a basic Upstart setup?

I'm configuring my server to run node.js as a daemon. I've setup Upstart to handle startup and shutdown of …

deployment node.js monit upstart
"monit restart <service>" how do I know when it's done restarting?

Our sysadmin recently switched to using monit, and so now when I want to restart a service, I'm supposed to …

linux unix monit
get monit to alert first and restart later

I would like to handle a kind of chain action in monit. check for a process and alert immediately. restart …

alert restart monit
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 …

monit
PHP-FPM, Monit, ping/status pages, Apache

I'm trying to monitor my FPM daemon with Monit, and I'm assuming that the following is not the best technique …

linux apache monit php
Monitor ruby processes with Monit

I have a bunch of Ruby scripts which are long running, I'd like to ensure that every 30 seconds or so …

ruby monitoring monit
Use Monit monitor a python program

I'm using Monit to monitor a system. I have a python file I wish to also monitor, I understand that …

monit
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 …

passenger monit
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 …

monit