Code: Select all
<add
targetName="Name of My Pinged Device 1"
pingedAddress="192.168.0.1"
pingIntervalMs="10000"
pingTtl="250"
valueWhenReached="1"
valueWhenNotReached="0"
targetDataSourceId="1"
restUser="user"
restPass="pass"
restPort="8800" />
<add
targetName="Name of My Pinged Device 2"
pingedAddress="192.168.0.2"
pingIntervalMs="10000"
pingTtl="250"
valueWhenReached="1"
valueWhenNotReached="0"
targetDataSourceId="2"
restUser="user"
restPass="pass"
restPort="8800" />