How to monitor apache MySQL Server?

Asked By 0 points N/A Posted on -
qa-featured

How can I monitor apache mysql web-server when my drupal7 site crashes? If there the way with using the php script? Can I connect it to database somehow for monitoring? Please describe me how to do that.

SHARE
Answered By 0 points N/A #193717

How to monitor apache MySQL Server?

qa-featured

 

Greetings,

You may use the Monit software package to solve your problem. Monit is free and open source software. You can monitor apache, Mysql processes by using Monit software. The key features of Monit software are:

1.   Easy to install.

2.   View server status and mount servers in any mode.

3.   Enable and disable service monitoring.

4.   Start, stop or restart the processes and any services

5.   Check System.

6.   Setup services dependencies.

7.   Check and monitor all files, devices and directories.

8.   Monitor network connections.

You can download the Monit Software from this link: https://mmonit.com/monit/.

Also, you can use GotSiteMonitor.com web services for monitoring your website.

I hope this is informative for you.

Good Luck. 

Related Questions