代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/179157/9367963
monitor
www.eeworm.com/read/374989/9376684
monitor
www.eeworm.com/read/419410/10870765
monitor
www.eeworm.com/read/240254/7806201
monitor
www.eeworm.com/read/142502/12942925
monitor
www.eeworm.com/read/152814/5666610
monitor
title Monitor Various Aspects of the Running Host
description The following check up on various aspects of a host.
token proc
info Check for processes that should be running.
info # proc NAME [MAX=0
www.eeworm.com/read/146055/5740808
monitor
#!/bin/sh
MONITORS=/etc/ha/scripts/monitor.d
LS=/bin/ls
SLEEP=/bin/sleep
cd $MONITORS
for i in `$LS $MONITORS`
do
if [ -x $MONITORS/$i ]; then
$MONITORS/$i
fi
if [ $? -ne 0 ]; then
cd
www.eeworm.com/read/139206/5807147
monitor
title Monitor Various Aspects of the Running Host
description The following check up on various aspects of a host.
token proc
info Check for processes that should be running.
info # proc NAME [MAX=0
www.eeworm.com/read/104049/6211879
monitor
title Monitor Various Aspects of the Running Host
description The following check up on various aspects of a host.
token proc
info Check for processes that should be running.
info # proc NAME [MAX=0
www.eeworm.com/read/402196/11541292