Forum Replies Created
-
AuthorPosts
-
MaheshMember
Does it work for you or need any help?
MaheshMemberI 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
MaheshMemberI 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.
MaheshMemberWe 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/
MaheshMemberPlease 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.
MaheshMemberPlease 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.
MaheshMemberMONyog supports only standard OpenSSH keys and keys generated using Puttygen or any other tool does not work.
MaheshMemberI have replied you on ticket system,
Please continue further conversation there itself.
MaheshMemberYou 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”.
MaheshMemberOn 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.
MaheshMemberWe 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 ?
MaheshMemberYou 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.
MaheshMemberI have added this feature request to our issue tracking system.
MaheshMemberI have added your feature request to our issue tracking system.
Thanks for your suggestion.
MaheshMemberDashboard 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.
-
AuthorPosts