#!/bin/bash if ! svcdownchk /service/mysql; then syn3-state mysql CAUTION "Shutdown error" exit 1 else syn3-state mysql OK "Stopped" exit 0 fi