Skip to content

Instantly share code, notes, and snippets.

@okisanjp
Created December 13, 2013 23:55
Show Gist options
  • Save okisanjp/7953760 to your computer and use it in GitHub Desktop.
Save okisanjp/7953760 to your computer and use it in GitHub Desktop.
Zabbix:MySQLレプリケーション遅延秒数
system.run[mysql -uUSERNAME -pPASSWORD -e'SHOW SLAVE STATUS\G' | grep "Seconds_Behind_Master" | awk {'print $2'}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment