Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please untar the package in the directory where the ‘MONyog(SQL DM for MySQL)’ package was untarred for the previous version to make sure that all your data and settings are intact.

For Windows (.exe) package:

...

Use the below commands to install monit :

apt:

Code Block
themeConfluence
sudo apt-get install monit

Yum:

Code Block
themeConfluence
sudo yum install monit

Once monit is installed, you can add programs and processes to the configuration file:

Code Block
themeConfluence
sudo nano /etc/monit/monitrc

Uncomment the below lines in the file to enable web interface. You can login to the web interface using the username as ‘admin’ and password as ‘monit’.

Code Block
themeConfluence
set httpd port 2812 and

...


use address 

...

localhost  # only accept connection from localhost

...


allow localhost        # allow localhost to connect to the server and

...


allow admin:

...

monit      # require user 'admin' with password 'monit'

Also add the below lines in the config file to enable the monitoring of MONyog(SQL DM for MySQL) service:

Tar:

Code Block
themeConfluence
check process Monyog

...


    matching "MONyog"

...


    start program = "<MONyog extracted directory>/MONyog/bin/MONyog start"

...


    stop program = "<MONyog extracted directory>/MONyog/bin/MONyog stop"

Rpm:

Code Block
themeConfluence
check process Monyog

...


    matching "MONyog"

...


    start program = 

...

"/etc/init.d/MONyogd

...

 start"         
    stop program = "/etc/init.d/MONyogd stop"

Once the above configuration changes are made, please use the below command to reload monit:

Code Block
themeConfluence
sudo monit reload


TOP


Scroll pdf ignore

IDERA Website | Products | Buy | Support | Community | About Us | Resources | Legal