Issue
I'm seeing an issue with Monit where it's showing something like this:
Process 'onapp_daemon' Not monitored Process 'sshd' Not monitored
We moved this page to our Documentation Portal. You can find the latest updates here. |
Environment
OnApp 3.4 or higher
Resolution
Verify the checked port in /etc/monit.d/sshd.conf. It should match the port you use for access to and throughout your cloud.
If a change is required, reload the monit configuration by issuing
monit reload
after setting the port.
Cause
The sshd and onapp services communicate through the cloud on that port, so if monit is looking in the wrong place, it will not be able to monitor these services properly.