<Tables>
	<Table>
		<Name>tblMonitoringStatus</Name>
		<Fields>
			nObjectId int,
			strMonitoringMethod varchar NULL,
			strIpAddr varchar NULL,
			strStatus varchar NULL,
			nCycle int NULL,
			nIfIndex int NULL,
			strHashKey varchar NULL,
			nDailyStatusChangeCount int NULL,
			nRetryCount int NULL,
			nTimeoutSec int NULL,
			nFrequencyTimeout int NULL,
			strStartMonitoringTime String NULL,
			strStopMonitoringTime String NULL,
			nLastStatusChangeTime int NULL,
			nLastStatusCheckTime int NULL,
			nLastUpdateTime int NULL,
			nBackBoneFailureNode int NULL
		</Fields>
	</Table>
</Tables>
