Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system.
I'm trying to set up Monit for Sidekiq. Here's what I have so far for my config file: check process …
ruby-on-rails-3 monit sidekiqThe solution was to replace this line: check process apache with pidfile /var/run/httpd.pid With this line: check …
apache pid monit