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

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 47 total)
  • Author
    Posts
  • in reply to: Pageant Key Conflict With Ssh Tunnel #29259
    Supratik
    Member

    If you are using Pageant and if you have a large number of keys loaded into it, SSH server will

    count each offering of the key as an authentication attempt. I think increasing the “MaxAuthTries”

    value is a good solution to this problem.

    Regards

    Supratik

    in reply to: Pageant Key Conflict With Ssh Tunnel #29256
    Supratik
    Member

    Hi,

    Can you please confirm once again whether the SSH key of the host you wanted to connect is added in Pageant.

    The error “Too many authentication failures…” is reproducible when we set the value of MaxAuthTries in sshd_config to a lower value(1 or 2) and the SSH key used to connect to host is not present in the Pageant list.

    One alternative to this problem can be, add the SSH key which you have specified in SQLyog connection settings to Pageant list.

    Please let me know if you have any questions.

    Regards

    Supratik

    Supratik
    Member
    Quote:
    /usr/local/MONyog/bin/MONyog-bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /usr/local/MONyog/bin/MONyog-bin)

    This error message will appear when the c++ compatibility library is not present in the system.

    Try installing the package compat-libstdc++-33. This package generally supports the backward compatibility of c++ libraries.

    You may run the following command to install the “compat-libstdc++-33” package, once it is installed you may continue installing MONyog.

    sudo apt-get install compat-libstdc++-33

    Please let me know if you still have any issue installing MONyog in your system.

    Regards

    Supratik

    in reply to: #26978
    Supratik
    Member

    Hi,

    currently we have the alerts on counter basis and not on a per server basis. If you define a time frame for alert it would be applicable for all the counters.

    “In addition it would also be handy to have the ability to easily define timeframes for which alerts are applied. For example if you stop replication on a slave server for maintenance purposes (offline backup). It would be nice to say during that time email alerts are shutdown.”

    You may turn off the mail alert on individual counters for that group to avoid mail alerts from all the counters in that group, go to Tools > Customize > choose counter tab [Group Name – position of counter in the group], in the editor window change “MailAlert : “No” , right now we dont have customization at this level but we will discuss this.

    “I think that it would be useful to have the ability to manage alerts on a per server basis.”

    We will consider this as a 'feature request' and discuss on this.

    Regards

    Supratik

    in reply to: #26974
    Supratik
    Member

    Hi,

    Can you please tell me few details like.

    1) What is the network type you have chosen under Vmware ? (please see the attached image: network_type )

    2) Can you please let us know also the MySQL version in which you are connecting.

    I have a MySQL running in VMware which uses a bridged networking, and I am able to make a direct connection with the MySQL server from SQLyog using the guest IP (please see the attached image: sqlyog_config).

    Please also refer this link.

    http://www.webyog.com/faq/content/23/17/en…erver-host.html

    Regards

    Supratik

    in reply to: #26915
    Supratik
    Member

    I am giving you a not released version of MONyog-2.5 RC n2 x86_64 RPM and TAR.

    You may clear the cookie and install this version in your system, this will log the error.

    Please send us the MONyog.Log and change your private data in MONyog.Log before sending the file.

    You can download the not released version from the following URL.

    RPM

    TAR.GZ

    Regards

    Supratik

    in reply to: #26914
    Supratik
    Member

    In our end MONyog is working fine so, can you please confirm us the following.

    1. Can you please clear off the cookies and try once again ? Does it behaves the same ?

    2. When you are not connected over a VPN does it behaves the same ?

    You may create a ticket in our ticket system at http://www.webyog.com/support

    Is it possible to give a temporary access of the MONyog instance ? If yes, you may send us the server details on our ticket system.

    Regards

    Supratik

    in reply to: #26912
    Supratik
    Member

    We are trying to reproduce this issue at our end, meanwhile can you please tell us whether your browser is configured to accept cookies.

    Regards

    Supratik

    in reply to: #26910
    Supratik
    Member

    Can you please give us some more detailed information.

    1) What is the browser you are using ?

    2) Does it happens the same with other browsers also ?

    3) What is 'myhost' in the URL “http://myhost:5555/” ?

    Regards

    Supratik

    in reply to: #26909
    Supratik
    Member

    Hi ,

    The URL “http://myhost:5555/” seems that you have configured the VirtualHost in your server and you are trying to redirect to MONyog login page.

    Please let me know if you have enabled VirtualHost in your server and the redirection rule is correctly set.

    Regards

    Supratik

    in reply to: #26901
    Supratik
    Member

    Hi,

    If you want to track and graph the value of 'open_files' then open the customize window from Tools > Customize and select mycounters – custom.

    copy and paste the following code.

    obj = {

    Group : ” My Group”,

    Name : “Open Files”,

    Formula : “Open_files”,

    Chart : “Yes”,

    Value : MONyog.MySQL.GlobalStatus.Open_files,

    DocText : “The number of files that are open”,

    AdviceText : “The open_files will have value within the open_files_limit. The open_files_limit can
    ” +

    “increase the number of file descriptors, but only up to the limit imposed by the
    ” +

    “operating system. The number of open file descriptors on Windows is limited to a
    ” +

    “maximum of 2048, which may limit the ability to open a large number of tables
    ” +

    “simultaneously.”

    }

    _ALL_COUNTERS.push(obj);

    save your changes and return to Monitors/Advisors, a new group will be created by the name 'My Group'.

    click on the My Group tab, you will be able to view the graphs.

    Please let us know if it works for you.

    Regards

    Supratik

    in reply to: #26850
    Supratik
    Member

    Hi,

    It seems that the port you specified for MONyog is already in use by some other application.

    Can you please give us a few details.

    1) Are you using the MONyog default port ?

    2) What does 'netstat -nalp | grep 5555' shows ? (you may replace '5555' with the port number you have given for MONyog if you are not using the default MOnyog port.)

    Regards

    Supratik

    in reply to: #26804
    Supratik
    Member

    Hi,

    Can you please give us a few details of your configurations .

    1) Have you tested the log file path ? did you get any “Log file path invalid” message ?

    2) Are you using direct connection or via SFTP ?

    Regards

    Supratik

    in reply to: #26406
    Supratik
    Member

    Hi,

    We are very happy to announce the release of MONyog 2.5 Beta 1. This is a major upgrade from all other previous releases. We have introduced new features

    1) Analyzing the general query log

    2) Analyzing the slow query log

    3) If the above mentioned logs are unavailable then MONyog query sniffer can capture the results of SHOW PROCESSLIST at user-defined interval (like every second) and then analyze the data collected over a period of time.

    Other major new features of MONyog 2.5:

    – Faster SSH tunnelling: The entire SSH tunnelling code has been rewritten

    – Improved Linux monitors and advisors – several counters related to Linux memory (including swap) usage added.

    – RPM build now supports SuSE and Mandrake/Mandriva Linux distributions

    – The CentOS 4.4 (RHEL4) version configuration is also supported

    You can read more about MONyog 2.5 Beta 1 release at [http://www.webyog.com/blog/category/releases/]

    Please let us know if this has solved your problem.

    Regards

    Supratik

    in reply to: #26404
    Supratik
    Member

    We have studied this and we will release a generic version of MONyog in our next release that will match your rhel4 configuration.

    Regards

    Supratik

Viewing 15 posts - 31 through 45 (of 47 total)