In the current version of monit, if you change the config you need to reload it.
The command restart doesn't reload the config.
I have a branch with the change needed, but I cannot push it.
desc 'Reload config'
task :reload do
sudo_if_needed :execute, :monit, :reload
end
In the current version of monit, if you change the config you need to reload it.
The command
restartdoesn't reload the config.I have a branch with the change needed, but I cannot push it.