iT邦幫忙

0

shellscript + crontab 檢查 port 存在執行特定項目

  • 分享至 

  • xImage
  •  

crontab -e
10分鐘一次

*/10 * * * * /home/script/checkprocess.sh

/home/script/checkprocess.sh
檢查7001
安裝 lsof
yum install lsof

#!/bin/bash
if /usr/sbin/lsof -Pi :7001 -sTCP:LISTEN -t >/dev/null ; then
    echo "running"
else
    echo "not running"
fi

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言