I’ve recently become supremely disappointed in the availability of Nagios checks for RAID cards. Too often, I see administrators rely on chance (or their hosting provider) to discover failed drives, a dying BBU, or a degrading capacity on their RAID cards. So I began work on check_raid (part of check_mysql_all) to provide a suite of [...]
Oracle’s plans for Sun’s OSS. The UK’s updated OSS strategy. And more.
Follow 451 CAOS Links live @caostheory on Twitter and
Identi.ca
“Tracking the open source news wires, so you don’t have
to.”
Oracle’s plans for Sun’s OSS
# Oracle’s MySQL strategy slide.
# eWeek reported that database thought leaders are divided on Oracle MySQL.
# Savio Rodrigues and Computerworld on Oracle’s plans for MySQL, other open source assets.
# Zack Urlocker is leaving Oracle/Sun/MySQL.
…[Read more]Red Hat’s Q3. Google’s definition of open. Copyright assignment. And more.
Follow 451 CAOS Links live @caostheory on Twitter and
Identi.ca
“Tracking the open source news wires, so you don’t have
to.”
For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask
# Red Hat reported third quarter net income of $16.4m on revenue up 18% at $194m
# Jonathan Rosenberg, Google’s senior vice president, product management, presented Google’s …
[Read more]Google launches Chromium project, Terracotta acquires Quartz. And more.
Follow 451 CAOS Links live @caostheory on Twitter and
Identi.ca
“Tracking the open source news wires, so you don’t have
to.”
For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask
# Google launched the Chromium OS open source project, a prelude to the Chrome OS, while Canonical confirmed that it is contributing to the development of Chrome OS.
# Terracotta …
[Read more]Government adoption. Financial results. New funding. And more.
Follow 451 CAOS Links live @caostheory on Twitter and
Identi.ca
“Tracking the open source news wires, so you don’t have
to.”
For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask
Government approval
The US Department of Defense issued guidance on the adoption of open source
software, while ComputerWorld reported that the U.S Department of Defense has
open-sourced an …
There is a nagios plugin available on the MMM's google-code page, but if you didn't find it yet, here it is:
http://code.google.com/p/check-mysql-all/wiki/check_mmm
You can call this plugin over nrpe. I'm already working on to fork a version which more useful with passive checks.
This plugin was developed by Ryan Lowe (Percona).
I’ve had plenty of comments on specific products to Monitoring MySQL Options before providing the completed list. Here are the results from my survey to give everybody a more complete list.
Nagios | 25 | xxxxxxxxxxxxxxxxxxxxxxxxx |
MONyog | 8 | xxxxxxxx |
Cacti | 4 … |
My recent poll What alert monitoring do you use? showed 25% of the 58 respondents to bravely state they had no MySQL monitoring. I see 1 in 3, ~33% in my consulting so this is consistent.
There is no excuse to not have some MySQL Monitoring on your
production system. At the worse case, you should be logging
important MySQL information for later analysis. I use my own
Logging and Analyzing scripts on every client for
an immediate assessment regardless of what’s available. I combine
that with my modified statpack to give me immediate text based
analysis, broken down by hour chunks for quick reference. These
help me in troubleshooting, but they are …
I’ve written some new Nagios checks for MMM (MMM on Google Code … MMM on Launchpad). check_mmm is a part of http://code.google.com/p/check-mysql-all/, and is meant to be called locally on the MMM Monitor server (usually via NRPE). Feedback is welcome, usage is as follows: Usage: check_mmm --cluster C# Options: --cluster= The MMM Cluster to check [...]
Merlin is MySQL’s Enterprise Monitor, a system designed to monitor a number of MySQL database servers and provide useful feedback to the DBAs as to how they are running and what things may require attention.
It provides various things:
- graphs of key database and server performance indicators: load average, cpu usage and mysql specific information such as number of database connections, replication delays, buffer usage statistics, etc…
- a set of advisors which are intended to tell you if things are not configured properly and what to do to correct the problem.
- monitoring of servers which are linked together through replication
- the latest version of merlin (v2.0, which has been available since the beginning of the year) additionally adds via mysql proxy the ability to see all the queries which are …