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

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 439 total)
  • Author
    Posts
  • in reply to: Galera Replication #33239
    Mahesh
    Member

    Does it work for you or need any help?

    in reply to: Galera Replication #33238
    Mahesh
    Member

    I think you do not have to use CSO (Custom SQL objects) feature, you can do it using MOM variable itself.

    You can create your own counter from Monitors page and in value and Alert condition section specify values you want to retrieve from :

    Quote:
    show global variables;

    show global status;

    For example in case of “MySQL logs” –> “General log- Enabled?” counter “value” and “alert condition” shows:

    Value

    Code:
    function x()
    {
    if(MONyog.MySQL.Custom.Available != 1)
    return “(n/a)”;

    if(MONyog.MySQL.GlobalVariables.log == “ON”)
    return “Yes”;
    else
    return “No”;
    }

    Alert condition

    Code:

    function()
    {
    if(this.Value == “Yes”)
    return “Warning”;

    return “None”;
    }

    Similarly, you can create your own counter and apply any condition on a MOM variable which can be retrieved from show global variables and show global status.

    Further, if you need any help we can arrange screen sharing session, let me know your Timezone and convenient time to have it?

    For privacy you can create a support ticket by sending an email to '[email protected]'.

    Regards,

    Mahesh

    in reply to: Blank Screen From Windows Client Browsers #33235
    Mahesh
    Member

    I think we may need to have screen sharing session here, We have fixed IE related issues in MONyog v5.1,

    Let me know your Timezone and convenient time to have screen sharing session?

    You can create a ticket by sending an email to '[email protected]' for privacy.

    in reply to: Unable To Log In Using Ie 8 #33187
    Mahesh
    Member

    We have released MONyog v5.1, which will pop up error message in case of MONyog running lesser than IE 8 or under compatibility mode.

    http://www.webyog.com/blog/2012/03/19/monyog-mysql-monitor-5-1-has-been-released/

    in reply to: Unable To Log In Using Ie 8 #33186
    Mahesh
    Member

    Please tell us:

    i) IE 8 version and Operating system?

    ii)Copy/paste exact JS error?

    It could be better if we can have a screen sharing session using GoToMeeting or Skype?

    You can create a ticket by sending an email to '[email protected]' we will be glad to help you regarding IE 8 problem.

    in reply to: Cannot Connect Via Ssh To Windows Server #33152
    Mahesh
    Member

    Please create a ticket by sending an email to “[email protected]

    We will discuss regarding this in ticket system and if required arrange a screen sharing session.

    in reply to: Cannot Connect Via Ssh To Windows Server #33148
    Mahesh
    Member

    MONyog supports only standard OpenSSH keys and keys generated using Puttygen or any other tool does not work.

    in reply to: Configuring Alerts To Be Sent Via Localhost #33159
    Mahesh
    Member

    I have replied you on ticket system,

    Please continue further conversation there itself.

    in reply to: Cannot Connect Via Ssh To Windows Server #33146
    Mahesh
    Member

    You have to select Key based authentication in MONyog as well.

    Please see these screen shot attached here with, Which will help you in using Key based authentication.

    First you have to copy-paste content of private key in MONyog –> Private key section.

    Give Passphrase and click on “Test Connection”.

    in reply to: Configuring Alerts To Be Sent Via Localhost #33158
    Mahesh
    Member

    On which port your SMTP server is running? (You can try other settings like TLS/SSL)

    Can you please describe SMTP server configuration used in this case?

    We will install same SMTP server and update here.

    in reply to: Cannot Connect Via Ssh To Windows Server #33144
    Mahesh
    Member

    We are using CopSSH on Windows 7 and able to connect successfully.

    You need to “Activate a user” –> Select a User from dropdown menu (Lists all windows users associated for this machine) and uncheck an option called

    “Create keys for public authentication” –> Click on Next (see attached screenshot)

    Now SSH user is activated.

    Now, In MONyog Register/Edit Server –> Give SSH details username and password should match with Windows authentication and Click on

    “Test Connection”, What does this return ?

    in reply to: Customising Alert Emails #33009
    Mahesh
    Member

    You can try WayBack machine feature it displays information about these variables:

    1) Threads connected

    2) # of slow queries.

    The graph displays aggregating values on years/months/days/hours/ minutes depending on the data. If sniffer was running during this interval, aggregated sniffer information will be displayed for the time interval. Also you can see first and last value of (optionally) all or changed variables aggregated values.

    in reply to: Only Os/system Monitors For Selected Server #33064
    Mahesh
    Member

    I have added this feature request to our issue tracking system.

    in reply to: Custom Timeframe In The Dashboard #33061
    Mahesh
    Member

    I have added your feature request to our issue tracking system.

    Thanks for your suggestion.

    in reply to: Custom Timeframe In The Dashboard #33058
    Mahesh
    Member

    Dashboard is designed to see current activities on your MySQL and SSH server. It helps you to quickly look at charts and analyze recent activities on server.

    However you can get chart upto last 200 data collections (If default data collection is given i.e. 5 mins, You can see chart generated for last 16 hours)

    Further you want to see historical data you can get it using History/Trend report of Monitors page wherein you can get details about particular counter for last #hours,days,Months,Years and Custom timeframe as well.

Viewing 15 posts - 61 through 75 (of 439 total)