Services Monitor

arutha

Verified User
Joined
Aug 25, 2005
Messages
38
Location
Australia
Services Monitor

Services are running, however when I try to stop|start mysql or stop|start|reload|restart ssh it responds with "error" it doesnt give me much more than that, and the direct admin logs don't show anything about it. I can restart the services using /etc/init.d/sshd restart (ssh is aliased to sshd so it works as well)

Does anyone have any ideas to try?
 
There is a script that automaticaly restarts the Mysql daemon.

When you do a
Code:
killall mysqld -9

The processes get stopped but start again right away. So it looks like there is no way to stop/start the mysqld.
 
I gets restarted, because DA is monitoring the process and restarted for you :)

To stop that from happening, you need to remove it from the list of services to monitored in
/usr/local/directadmin/data/admin/services.status
 
Back
Top