Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 439 total)
  • Author
    Posts
  • Mahesh
    Member

    Hi,

     

    1) Can we install MONyog ON mysql ? Because we want backup MONyog environment for security  and to have historical data secure.

    –> MONyog can be installed on machine where MySQL is installed or on remote machine , MONyog uses TCP/IP connection to connect to the MySQL server.

     

    2) How should look like production implementation of MONyog ? Enviremont backup etc.

    –> Can you please elaborate? 

     

    MONyog stores all embedded data in /MONyog/data/ directory 

    Please refer this FAQ on “Where does MONyog stores it’s data” 

    https://static.webyog.com/docs/MONyog/FAQ.htm#C8

     

    Please let us know if you need any help.

     

     

    Regards,

    Team MONyog

    in reply to: #34763
    Mahesh
    Member

    Hi,

     

    Using MONyog it’s not possible to add or remove a node on Galera cluster. There is a tool from MariaDB can be useful in this case.  https://mariadb.com/kb/en/what-is-mariadb-galera-cluster/

     

     

    Regards,

    Team MONyog

    in reply to: Feature Request : Pause And Print The Dashboard #34943
    Mahesh
    Member

    Hi,

     

    We will discuss on this feature request in our team meeting and get back to you. 

     

     

    Regards,

    Team MONyog

    in reply to: Pkill Not Working For Monyog 5.6+ #34936
    Mahesh
    Member

    Hi,

     

    You should use just “-f” option instead of “-x” option, it will work. 

     

    “man” page for “pkill” explains that:

     

    “-f” :- The pattern is normally only matched against the process name. When -f is set, the full command line is used.

    “-x” :- Only match processes whose name (or command line if -f is specified) exactly match the pattern.

     

     

     

    Regards,

    Team MONyog

    in reply to: #34890
    Mahesh
    Member

    We have fixed this issue in v5.72 GA now you will not get notification for “gtid_executed” and “gtid_owned” variable.

     

    http://blog.webyog.com/2014/04/11/monyog-mysql-monitor-5-72-has-been-released/

    in reply to: #34894
    Mahesh
    Member

    Hi,

     

    MONyog sends email alert only if monitor value changes from “stable” to “alert” state. It will not send another email alert until monitor value changes from “alert” to “stable” and again from “stable” to “alert”. 

     

    We are alerting to make sure that you should pay attention to it and avoid the problem, frequently sending email alert for same monitor also considered as a “SPAM” and you will not pay attention to it. 

     

     

    In “Edit server ” –> “Notification settings”  

     

    * You can see “Send notification when alert-able” by default this value is “5” you can change it to “1” to get immediate notification.

    * Also you can see “Notify when stable” option you should check this option to get “Stable” email notification as well

     

     

    Regards,

    Team MONyog

    Mahesh
    Member

    Hi,

     

    “Real-Time” currently shows only queries which takes more than 1 second as it executes “Show Full Processlist” query in the background every second and captures the queries. 

     

    We are planning to implement P_S based “Real-Time” which won’t skip any query, provided that you should be using MySQL v5.6+ 

     

     

     

    Regards,

    Team MONyog

    in reply to: Wrong Time Zone Used At Real-time Monitoring #34906
    Mahesh
    Member

    Hi,

     

    This is a known issue with MONyog. In this case for “Locked” and “Locking” queries it considers MySQL server Timezone whereas for queries tab it considers MONyog’s timezone and hence there is a difference in time. 

     

    We will look into this issue after current important tasks at hand.

    in reply to: #34889
    Mahesh
    Member

    We will fix this issue for `gtid_executed` variable as well as other system variables which changes their values. 

    in reply to: #34851
    Mahesh
    Member

    Hi,

     

    Sorry for being late in reply.

     

    We have tried by creating a prepared statement and executed it using execute prepare statement but still PROCESSLIST does not show “Command” column as “Prepare” or “Execute”. We have asked in stackoverflow as well but no one has replied yet

     

    http://stackoverflow.com/questions/22529788/mysql-when-command-column-in-processlist-shows-prepare-or-execute

    http://dba.stackexchange.com/questions/61328/mysql-when-command-column-in-processlist-shows-prepare-or-execute

     

     

    If possible can you zip and attach sample query, table strucure with sample data ? 

    specify MySQL server version as well.

     

     

    Regards,

    Mahesh

    in reply to: #34849
    Mahesh
    Member

    Difference between Cumulative and Point-in-time counters

      

    Cumulative Metrics’ (that increase with time and can be recorded for a period (like ‘Key_reads’, ‘Maximum no. of Connections that Ever Was’) are calculated differently instead of point-in-time metrics (like ‘Server Availability’, ‘Currently Running Threads’).

    • For ‘cumulative metrics’, MONyog will send alerts if thresholds are crossed for last collection interval.

    • For ‘point-in-time’ metrics, MONyog will send alert only based on ‘Current’ values (for instance current no. of connections is close to Max Allowed Connections – there is nothing more to consider!)

     

    Let me explain with an example: 

     

    In Current connections group a monitor called “Max Allowed” is non cumulative value and hence you can see property “Uptime” set to “No” (Click on a monitor –> Customize –> View advanced –> scroll down and see “Uptime” property is set to “No”) 

     

    In Connection history group a monitor called “Refused” or “Percentage of refused connection” is a cumulative value and hence property “Uptime” is set to “Yes”. 

     

    These values are based on particular monitor and you have to decide which is uptime based and which is not, basically all Status variables are Uptime based monitors as their value increases with time server started.

    in reply to: #34850
    Mahesh
    Member

    We will check this and update the status. 

    in reply to: #34847
    Mahesh
    Member

    Let me explain you in detail:

     

    1) MONyog collects data by executing “Show Variables;” and “Show Status;” statement on a server at every interval specified in “Advanced settings” –> “Data collection interval”  (Default is 5 minutes). If there is any critical event like “Hacking attempts”, “MySQL server is down” etc… then it sends a notification email based on delta values (difference in values between last two data collection)

     

    2) You can verify yourself by executing these queries at data collection specified in MONyog (assume every 5 minute) and calculate the difference between values and verify against MONyog, values has to be approximately same.

     

    In summary, MONyog considers delta (difference in values between last two collection) to send notification email.

    in reply to: #34822
    Mahesh
    Member

    We have tried against MySQL v5.5.33 and we are getting proper count for a store procedure. MySQL server decides whether to use store procedure name or queries inside store procedure. 

    You can check yourself “Show Full Processlist;” output to verify whether queries or store procedure name is shown.

     

    You can change filter option in “Query Analyzer” page (you can see `change filter` link where you can specify Timeframe to analyze data like 1 hour, 2 hour etc.. )

    in reply to: #34829
    Mahesh
    Member

    This is for MySQL server restart. We have checked against v5.69 and it works fine, refer attached screenshot 

Viewing 15 posts - 1 through 15 (of 439 total)