很多时候,我们监控程序都使用supervisor,但是在一些小场景中,没必要安装额外的软件,并且supervisor对新手不太友好,需要根据他的语法格式进行撰写监控项目,所以我们使用简单的shell脚本通过crontab定时任务进行进程判断,当进程不存在时,对服务进行重启即可。 脚本: echo 'if test $( pgrep -f soga | wc -l ) -eq 0; then echo "进程...
Centos6下编译openssh8.8会出现以下错误: install: cannot stat `contrib/redhat/sshd.pam.old': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.mJYxRe (%install) RPM build errors: line 94: prereq is deprecated: PreReq: initscripts >= 5.00 Bad exit status from /var/tmp/rpm-tmp.mJYxRe (%insta...