#!/bin/sh -e echo -n - mysql.slave_lagging mysql -ureader -Bse "show slave status\\G" | grep Seconds_Behind_Master | cut -d: -f 2