Subversion Repositories php-qbpwcf

Rev

Rev 148 | Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 148 Rev 152
Line 322... Line 322...
322
	#設定interval
322
	#設定interval
323
	$interval=$parseArgu["content"]["interval"][0];
323
	$interval=$parseArgu["content"]["interval"][0];
324
 
324
 
325
	}#if end
325
	}#if end
326
	
326
	
327
#初始化要檢查的服務名稱
327
#初始化儲存判斷的方式
328
$checkListen[]=array("name"=>$serviceName);
328
$checkListen=array();
329
	
329
	
330
#如果有指定 checkListenIp
330
#如果有指定 checkListenIp
331
if(isset($parseArgu["content"]["checkListenIp"])){
331
if(isset($parseArgu["content"]["checkListenIp"])){
332
 
332
 
333
	#針對每個 checkListenIp
333
	#針對每個 checkListenIp