linux Tomcat/mysql监视器

canca9年前 (2017-09-29)551
#! /bin/sh##### tomcat monitor #####ui=$(ps x |grep catalina |grep tomcat |grep -v grep|awk '{print $1}')if [ "$ui" == "" ] ;thenecho "[$(date +'%F %H…