Re: Mysql Monitoring with Graphite

2013-02-27 Thread Mike Franon
I am using graphite, but what exactly do you want to graph? For mysql graphing I actually use nagios plugin called check_mysql_health along with check_mk/pnp4nagios That works really well. On Fri, Feb 22, 2013 at 2:24 AM, Johan De Meersman wrote: > - Original Message - >> From: "Adars

Re: Mysql Monitoring with Graphite

2013-02-21 Thread Johan De Meersman
- Original Message - > From: "Adarsh Sharma" > > Anyone has any idea about this. Unless someone else here is using Graphite (I've never even heard of it, tbh) I think this may be something for the Graphite support channels, instead. -- Unhappiness is discouraged and will be corrected

Re: Mysql Monitoring with Graphite

2013-02-21 Thread Adarsh Sharma
Anyone has any idea about this. On Thu, Feb 21, 2013 at 7:42 PM, Adarsh Sharma wrote: > Hi all, > > I need to set up mysql monitoring graphs in Graphite. I am able to monitor > > basic system metrics after runnning example-client.py that comes with > graphite installation. &g

Mysql Monitoring with Graphite

2013-02-21 Thread Adarsh Sharma
Hi all, I need to set up mysql monitoring graphs in Graphite. I am able to monitor basic system metrics after runnning example-client.py that comes with graphite installation. when i m looking for mysql plugin for graphite , i find MySQLPerfCollector.py but when i am running it after installing

RE: mysql monitoring

2003-01-11 Thread David Lubowa
345466 -Original Message- From: Dr. Poo [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 5:07 PM To: Michael Weiner; [EMAIL PROTECTED] Subject: Re: mysql monitoring I didn't read the original thread...but go to CPAN and check out MyTop.pl. Just like unix Top process

Re: mysql monitoring

2003-01-10 Thread Michael Weiner
Thanks Chris, i had not seen that before, nice little tool to compliment the plots!! thanks, added as a bookmark and running it now Michael Weiner -- On Sat, 2003-01-11 at 09:06, Dr. Poo wrote: > I didn't read the original thread...but go to CPAN and check out MyTop.pl. > Just like unix Top

Re: mysql monitoring

2003-01-10 Thread Dr. Poo
I didn't read the original thread...but go to CPAN and check out MyTop.pl. Just like unix Top process watch application, but for mysql... pretty cool! -Chris On Thursday 09 January 2003 06:02 pm, Michael Weiner wrote: > There are a few solutions out there for you. I recommend you check o

mysql monitoring

2003-01-09 Thread Michael Weiner
There are a few solutions out there for you. I recommend you check out RRDTOOL, and associated packages at http://people.ee.ethgz.ch/~oetiker/webtools/rrdtool/ and also look for a took called cactus, it absolutely rules. THere are others, but rrdtool, has a myriad of contributed packages it can w

RE: mysql monitoring?

2003-01-09 Thread David Lubowa
cacti? cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 345466 -Original Message- From: Shon Stephens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 8:55 PM To: '[EMAIL PROTECTED]' Subject: mysql monitoring? is there a

Re[2]: mysql monitoring?

2003-01-09 Thread Andrew Sitnikov
Hello David, DL> is there an snmp mib or something available for snmp to monitor mysql DL> server? or, does anyone have a script that they would like to share that DL> they use to monitor and gather statistics about mysql? MYSQLSTAT - A set of utilities to monitor, store and display Mysql DBMS us

mysql monitoring?

2003-01-08 Thread Shon Stephens
is there an snmp mib or something available for snmp to monitor mysql server? or, does anyone have a script that they would like to share that they use to monitor and gather statistics about mysql? thanks, shon - Before posting,

Re: MySQL Monitoring Alerts

2002-09-10 Thread Eric Lamendola
Mike, I totally agree. The log solution wasn't my idea though . No matter what language you write the script in, any type of ""Get some kind of response by throwing something against the server and seeing if it sticks"" response will get you the information you need. I set up a dummy account

Re: MySQL Monitoring Alerts

2002-09-10 Thread mos
Eric, Isn't letting an outside connection access to your log file a "little dangerous"? Why not create a dummy table with just one record in it, restrict it to read access only, then use your chron job on a remote computer to run a PHP/Perl script to access that record over the net. I

RE: MySQL Monitoring Tool

2002-09-10 Thread Jeremy Tinley
This cuts the time between checks in half across the board. -J -Original Message- From: Tom Freeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 5:04 AM To: [EMAIL PROTECTED] Subject: MySQL Monitoring Tool Hi, I hope this question hasn't been asked loads of times be

Re: MySQL Monitoring Tool

2002-09-10 Thread Ken Menzel
t; Sent: Tuesday, September 10, 2002 6:03 AM Subject: MySQL Monitoring Tool > Hi, > I hope this question hasn't been asked loads of times before but I can't see > any reference to it in the documentation. > Basically I need a way to monitor MySQL to ensure it hasn't g

Re: MySQL Monitoring Alerts

2002-09-10 Thread Eric Lamendola
Hey, I noticed another response about "tailing the log" and looking for information in the "err" log which looks like a great solution. However, if you have an extra computer laying around, you can also set up a cron job with a shell script that connects to the server (via telnet or using a m

Re: MySQL Monitoring Tool

2002-09-10 Thread Dicky Wahyu Purnomo
Pada Tue, 10 Sep 2002 11:03:40 +0100 "Tom Freeman" <[EMAIL PROTECTED]> menulis : > Hi, > I hope this question hasn't been asked loads of times before but I can't see > any reference to it in the documentation. > Basically I need a way to monitor MySQL to ensure it hasn't gone down. We > are using

MySQL Monitoring Tool

2002-09-10 Thread Tom Freeman
Hi, I hope this question hasn't been asked loads of times before but I can't see any reference to it in the documentation. Basically I need a way to monitor MySQL to ensure it hasn't gone down. We are using MySQL as the backend of some important sites and need to ensure that if it does crash for w

MySQL Monitoring Alerts

2002-09-10 Thread Tom Freeman
Hi, I hope this question hasn't been asked loads of times before but I can't see any reference to it in the documentation. Basically I need a way to monitor MySQL to ensure it hasn't gone down. We are using MySQL as the backend of some important sites and need to ensure that if it does crash for w

dump stats? - Re: mysql monitoring

2002-04-06 Thread Russell E Glaue
Has anyone though about writing an internal function to have MySQL dump database statistics into a flat file or database tables? -RG On 5 Apr 2002, Jason Yates wrote: > Date: 05 Apr 2002 16:04:01 -0500 > From: Jason Yates <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject

mysql monitoring

2002-04-05 Thread Jason Yates
Is there any sort of mysql load monitoring tools out there? If not how can I get how many query's per/sec, users, etc, which I can log to a flat file or db, and I could run rrdtool against it to get graphs? -Jason - Before pos

Re: MySQL monitoring tools

2002-01-27 Thread Michael Widenius
Hi! >> Hi All, >> Does anybody know if there are any monitoring tools for MySQL database? >> >> Thanks, >> Aruna. You can find a wide range of MySQL tools in the MySQL software portals at: http://www.mysql.com/portal/software/html/index.html Take a look under the section 'Administrators' an

Re: MySQL monitoring tools

2002-01-26 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > On Fri, Jan 25, 2002 at 03:40:37PM +0200, Sinisa Milivojevic wrote: > > > > > > > Hi! > > > > There is a wide choice. > > > > You can use either admin modules of mysqlgui or mysql module in > > MOODSS. > > > > Depends on what exactly you need, and on your taste ... >

Re: MySQL monitoring tools

2002-01-25 Thread Bruce Ferrell
I just ran across mtop on freshmeat. Looks kind of nice to me. -- Bruce One day at a time... One second if that's what it takes "Gorantla, Aruna" wrote: > > Hi All, > Does anybody know if there are any monitoring tools for MySQL database? > > Thanks, > Aruna. > > -

Re: MySQL monitoring tools

2002-01-25 Thread Jeremy Zawodny
On Fri, Jan 25, 2002 at 03:40:37PM +0200, Sinisa Milivojevic wrote: > Gorantla, Aruna writes: > > > > Hi All, > > Does anybody know if there are any monitoring tools for MySQL database? > > > > Thanks, > > Aruna. > > > > Hi! > > There is a wide choice. > > You can use either admin modul

Re: MySQL monitoring tools

2002-01-25 Thread Sinisa Milivojevic
Gorantla, Aruna writes: > > Hi All, > Does anybody know if there are any monitoring tools for MySQL database? > > Thanks, > Aruna. > Hi! There is a wide choice. You can use either admin modules of mysqlgui or mysql module in MOODSS. Depends on what exactly you need, and on your taste .

MySQL monitoring tools

2002-01-25 Thread Gorantla, Aruna
Hi All, Does anybody know if there are any monitoring tools for MySQL database? Thanks, Aruna. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the lis

ANNOUNCE: MySQL monitoring with moodss-15.6

2002-01-17 Thread Jean-Luc Fontaine
Moodss (a modular monitoring application, graphical and daemon) fully supports the MySQL database and great efforts are made in collaboration with the MySQL AB developer Sinisa Milivojevic, in order to achieve a practical and thorough monitoring of MySQL servers. No less than 6 modules, such a