All Questions
Tagged with monitoring mysql
55
questions
-1
votes
0
answers
10
views
How to monitor wordpress websites individually deployed on an apache2 server?
Since last few weeks there are sudden downs to my EC2 machine and none of the websites become accessible and also ssh to machine stops working. please help me fix it.
I have an EC2 machine where ...
0
votes
0
answers
17
views
Entuity (monitoring SW) databse backup
If anyone is using quite obscure monitoring system named Entuity, I'm trying to find a good way of extending its database.
Currently the system is using MySQL database. For some reason its setup to ...
0
votes
0
answers
207
views
How to be sure to keep all the logs regarding a MySQL table data but filter Google Cloud SQL maintenance queries logs made by localhost GCP SQL?
I enabled the flag General_log for a Google Cloud SQL MySQL instance to get all the queries logs in Google Cloud Logging. I get all the queries users make, but also all the queries made to probe and ...
0
votes
1
answer
2k
views
Monitoring of MySQL replication and alerting when replication is not working
I have a question about monitoring of MySQL replication and in particular about alerting using Grafana/Prometheus.
We have 2 MySQL(MariaDB to be exact) instances for which replication is configured: ...
0
votes
1
answer
153
views
How to find usage (memory) of databases inside a Google CloudSQL instance?
I run multiple databases inside a single CloudSQL instance. My problem is that I cannot get monitoring insights at the individual database level. For example, if I want to know how much memory a ...
1
vote
1
answer
95
views
Asserting on extended information from Nagios's check_mysql
I'm running the check_mysql plugin using NRPE on a remote DB-server, and while I can get satisfactory data on whether or not the server process is working as needed, I see that the plugin outputs a ...
0
votes
0
answers
142
views
MySQL least privileges to get database/tables size
I'm using centreon_plugins to monitor some mysql databases. As a best practice I create a dedicated user for monitoring and I give it the least possible privileges.
For simple monitoring I usually ...
0
votes
1
answer
273
views
How to monitor mysql status variables and push to slack?
I've been trying to find a free way to monitor mysql status variables and push a slack notification when certain variables hit a threshold (ie: large number of connections).
At the moment, all the ...
0
votes
1
answer
6k
views
monitoring/troubleshooting aws rds high cpu usage
I have an RDS instance running and it uses an average of 20-30% cpu utilization. Last night it spiked up to 80% for a few minutes and I am trying to figure out why. Error logs show nothing, and I have ...
0
votes
1
answer
162
views
How to monitor downtime of a remote third party MySQL Server?
I have a server application on my own server that depends on remote MySQL db running on another server maintained by a third party. How do I monitor when their bd works and when not? I would like my ...
0
votes
1
answer
2k
views
How to monitor MySQL socket using icinga2
I would like to monitor my MySQL server using icinga2 as the title shows above. My MySQL server uses a unix socket. I tried the following:
object Service "MYSQL" {
import "generic-service"
...
0
votes
1
answer
3k
views
Munin and mysql plugin
I've installed munin on a vps and I want to monitor mysql usage of 3 mysql servers, I have configured mysql_ plugin as follow:
[mysql_*]
env.mysqlconnection DBI:mysql:mysql;host=mysql1.neocrafters....
-1
votes
1
answer
710
views
Monitoring MySQL – "Execution failed"
Got some trouble with a VPS where MySQL dies on me from time to time. As a temporarily fix I've installed Monit to make sure that the process is restarted when it dies. I checked the site today and it ...
0
votes
1
answer
229
views
New nagios/cacti monitoring setup, should I use a dedicated VM?
Currently we have 4 bare metal servers and one small VM server (all running centos6) and I'm looking at setting up monitoring for the Percona MySQL db server and replication slave (bare metal), as ...
0
votes
2
answers
1k
views
Monit issues with mysql Ubuntu server 12.04
I've installed Monit on Ubuntu server 12.04 but Im having issues getting mysql monitoring to work at all. Here is what I have done so far.
#/etc/default/monit
startup=1
#/etc/mysql/my.cnf
pid-file ...
0
votes
1
answer
2k
views
Nagios mysql check service definition configuration?
I'm using the Consol Labs MySQL Health Check plugin to monitor my MySQL database.
I'd like to change the warning and critical thresholds for the threads connected parameter, but have forgotten how.
...
0
votes
1
answer
821
views
Update zabbix-agent mysql credentials
I want to monitor my mysql server with zabbix.
So i've created a mysql user called zabbix. The user got a secret password.
Now is my question where i can update the password in the zabbix config? I ...
1
vote
0
answers
461
views
error on installing mytop : Requires: libmysqlclient.so.16
my mysql cpu usage has been high lately
so i'm trying to installl mytop to monitor the database
when i try to install it with yum i get this :
yum -y install mytop
--> Finished ...
2
votes
1
answer
2k
views
Track resource usage of individual website on shared hosting [closed]
I have a Centos 6 web server (Apache-itk, PHP, MySQL) with ISPconfig. I have about 100 websites on this webserver, all of them belong to me.
I must be able to track how much of resources (traffic, CPU,...
1
vote
1
answer
2k
views
mysql logging activity from specific user or ip
I have mysql server.
The server is accessed by my application, and by external auditor (person using mysql workbench).
The auditor has specific user and password and dedicated IP and it is granted ...
1
vote
2
answers
4k
views
Check mysql slow queries
Is it possible to monitor mysql like:
if some queries run more then 300 seconds - it will be warning
if some queries run more then 500 seconds - it will be critical
I tried:
/usr/lib/nagios/plugins/...
0
votes
2
answers
2k
views
Monitoring Redis and mysql server for memory and cpu usage
I want to compare the memory and cpu usage of the the redis-server and the mysql-server. I have used a profiler to get the client data but I would also like to know what is going on on the servers ...
1
vote
4
answers
2k
views
Recommended MySQL monitoring tool [closed]
I am looking for a good all-in-one monitoring tool for a single MySQL server and underlying Linux OS. I need something that gives me a quick graphical view of what is going on right now and that ...
2
votes
1
answer
358
views
Monitoring Innodb Lock Monitoring output?
I've found plenty of tools that will monitor the output of SHOW PROCESSLIST and SHOW INNODB STATUS but haven't really found much that indicates it will log, digest and summarize (optionally enabled) ...
1
vote
6
answers
5k
views
Free Web Based Server Log Viewer/Monitor [closed]
I'm not much of a server guy, but do need to monitor logs for my web server. Preferabbly, PHP, Apache and MySQL error logs. Could you guys offer any advice for free web-based solutions for monitoring ...
3
votes
2
answers
1k
views
MySQL Slave Health Check
I am working on a project like creating database config on fly , got an array of read replicas for mysql instance and keeping one open connection to each and keeping their statics in that service so ...
1
vote
2
answers
4k
views
How to monitor mysql slow log and send mail to alert?
I have enabled mysql slow query log on Ubuntu server.
I prefer to get the email alert with the slow sql when any slow query appeared so I can optimize the sql.
I need a lightweight solution.
1
vote
1
answer
4k
views
mysql monitoring with monit
can someone please steer me in the right direction. I'm completely new to Monit, set it up, everything working fine, but I'm having a problem with mysql.
This is the set up in my conf file:
check ...
0
votes
3
answers
11k
views
How can I check RAM/CPU utilization by my database?
I am using postgresql.
I want to monitor RAM usage of My Database server, is there any query or command which given the RAM usage or CPU usage?
Anything regarding MySql will also be helpful.
EDIT:...
0
votes
1
answer
194
views
Keep receiving warning for abnormally high response time
I have made an account with Appfirst.com which monitors the linux. Since few days i keep receving email and i don't know what that means .
This is the email
Over the last 5 minute(s) (from May 02
...
0
votes
4
answers
657
views
Advantages of MySQL Server Enterprise
We build for a customer a social network site, where we will have on beginning 1 Master and 2 Slave MySQL Server.
I'm not sure if we need to go with the Enterprise or use the GA Version. The only ...
0
votes
1
answer
136
views
my battle against web-server monitoring - slow server
Munin print-screen for reference: http://img29.imageshack.us/i/munin.gif/
I monitor a web-server which basically runs apache+php+mysql.
No emails, no FTP, pure web-server.
The server is serving pages ...
0
votes
1
answer
81
views
Tool to monitor MySQL even when a request crashes the server
It happens quite often that my server goes down (from a few minutes to always).
I think I managed to found the problem, located to mysql that take a big amount of ram to do a request, but since the ...
3
votes
3
answers
141
views
We are moving to two servers from one server due to performance issues. How do we monitor the value of this change?
We are moving to two servers from one server due to performance issues. We are moving our MySQL DB to its own dedicated server and will keep the original machine as the front end machine running ...
1
vote
2
answers
189
views
Easy Server Monitoring/Logging point in time solution? [closed]
I managed my company's servers and I need to know if load spiked at 3am on the web or mysql server, what processes were active in apache or what queries were going on in mysql at that point in time ...
4
votes
2
answers
5k
views
MyTop doesn't display executed queries
I'm trying to use mytop for figuring out what queries are being executed and how long they take. I can connect properly to the db but
MySQL on localhost (5.1.41-3ubuntu12.8) up 0+01:...
6
votes
4
answers
3k
views
Monit can't detect MySQL, but I can
Monit is configured to watch MySQL on localhost at port 3306.
check process mysqld with pidfile /var/lib/mysql/li175-241.pid
start program = "/etc/init.d/mysql start"
stop program = "/etc/init.d/...
0
votes
1
answer
1k
views
MySQL per user monitoring
Is there a tool for monitoring per user MySQL usage? Like number of queries for example. I have been looking on Munin which I currently use, but did not find anything. A similar tool is the per user ...
1
vote
3
answers
319
views
MySQL Monitoring - Cloud Instances - No System Access
Are there any MySQL monitoring suites/tools built to use on systems such as Amazon RDS where you do not have system access? Looking for something beyond custom tools (nagios, zenoss, ganglia, hyperic)...
2
votes
1
answer
208
views
mysql query monitor
I have mysql server.
I need a free monitor (something similar to the mysql enterprise monitor http://www.mysql.com/common/images/enterprise/EnterpriseDashboard.png).
I need the graphs to be in ...
0
votes
1
answer
679
views
How to monitor crashed mysql tables?
We often get the error Table marked as crashed and should be repaired on some of your mysql tables running on a windows 2003 server.
How can I monitor if a table in a mysql db is "crashed"? Is there ...
1
vote
7
answers
2k
views
Monitoring solution to help fix slow MySQL queries problem
I have two servers: one that runs Apache and another one just for MySQL. I don't have any monitoring tools installed on any of them.
Every once in a while it appears that my SQL queries are running ...
0
votes
2
answers
925
views
Catching unresponsive / high load mysql, perhaps with monit?
I'm having intermittent occurrences of mysql causing high load on the machine, making the web app unavailable. I'm using monit to monitor it, but it doesn't catch the issue, apparently because it can ...
0
votes
2
answers
2k
views
Monitoring mysql server on osx
Is there a good application that will run on osx (GUI) that would let me monitor the queries and other mysql server settings on a remote server?
G-Man
2
votes
1
answer
965
views
Solaris disk I/O spike... which monitoring tools do I need?
My Solaris 10 websever / database server disk io keeps spiking at intermittent times.
Using iostat -xtc 5 the reads / sec will jump from 3.0 to 1450.0 and %busy will jump to 98%
The apache access ...
2
votes
4
answers
13k
views
mysql database listener
Is there any way to attach some kind of a listener to a table in mysql to monitor changes ? I have tried to search for this but not found anything. I would like to do this to create a ui with live ...
4
votes
9
answers
1k
views
Looking for server monitoring app... nothing fancy.. for Windows [duplicate]
Possible Duplicate:
What tool do you use to monitor your servers?
We are looking for a tool to keep an eye on our web servers (http, file exists, connects) and our smtp, pop servers. Also we'd ...
0
votes
2
answers
2k
views
Monitoring MySQL SELECT/WRITE/UPDATE/SLOW queries in Nagios
There's ways to get performance graphs with several monitoring software packages out there such as ZenOSS. There's a plugin available that will graph MySQL based SELECT/WRITE/SLOW queries in a nice ...
7
votes
9
answers
2k
views
Monitor MySQL Replication
What is the best practice for monitoring a slave to make sure that it is
a) Still running
b) Not too far being the master
I would like to alert by email if it is behind, happy to write a script or ...
3
votes
4
answers
5k
views
Simple check to see if mysql is up with Nagios
Is there a simple check to see if MySQL is up on a host with Nagios without authenticating and selecting a table?