check_mysql -S isn't working

Peter Hinse loco at d0pefish.de
Thu Aug 2 21:35:44 CEST 2007


alexus wrote:
> # ./check_mysql -H 10.52.208.99 <http://10.52.208.99> -u xxxx
> -p xxxxxxxxx -S
> Slave IO: Yes Slave SQL: No Seconds Behind Master: (null)
> #
>  
> how come I get "null" in "No Seconds Behind Master?
> anyone?

Read it as

Slave IO: Yes
Slave SQL: No
Seconds Behind Master: (null)

Your replication does not seem to work. Try a

slave stop ;
slave start ;
show slave status ;

on your mysql console.

Regards,

	Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list