On Thu, Nov 19, 2009 at 1:34 AM, Andrew Hutchings
<Andrew.Hutchings@stripped>wrote:
> Hello Richard,
>
> > Can anyone tell me where I can get the MIB for MySQL-Cluster so that I
> > can use snmp monitoring ? Google appears to be coming up short
>
> As far as we are aware there isn't one.
>
> Kind Regards
> --
> Andrew Hutchings, MySQL Support Engineer, Americas
> Sun Microsystems, United Kingdom
> http://www.sun.com/mysql/
>
>
> --
> MySQL Cluster Mailing List
> For list archives: http://lists.mysql.com/cluster
> To unsubscribe:
> http://lists.mysql.com/cluster?unsub=1
>
>
Richard,
You can write your own script for monitoring MySQL Cluster and you can
configure that script in snmpd.conf and assign one OID to that script and
then you can use that OID in your monitoring system.
I have done this for monitoring mysql slave , so if slave is behind then our
LoadBalancer will not send any traffic to slave server.
exec .1.3.6.1.4.1.2021.50 mysql-slave /usr/bin/perl
/custom-scripts/check_slave
--
Abhishek Kumar Singh