exec sp_change_log_shipping_primary_database @database = 'yourdb', @backup_threshold = 'backup_threshold in mins'
exec sp_change_log_shipping_primary_database @database = 'yourdb', @threshold_alert_enabled = '1'
exec sp_change_log_shipping_secondary_database@secondary_database = 'yourdb', @restore_threshold = 'restore_threshold in mins'
exec sp_change_log_shipping_secondary_database@secondary_database = 'yourdb', @threshold_alert_enabled = '1'