first you need add a route static for check remote host like 8.8.8.8 and 208.67.222.222
for isp1
ip route add dst-address=8.8.8.8 gateway=192.168.1.1
and other
for isp2
ip route add dst-address=208.67.222.222 gateway=192.168.2.1
and then add two netwatch rule.
/tool netwatch
add disabled=no down-script="sys scrip run email_ISP1_down" host=8.8.8.8 interval=20s timeout=1s \
up-script=""
add disabled=no down-script="sys scrip run email_ISP2_down" host=208.67.222.222 interval=20s timeout=\
1s up-script=""
can you please now help me to stop video steaming from any site ? i tried this
/ip firewall layer7-protocol add name=http-video regexp="http/(0.9|1.0|1.1)[x09-x0d ][1-5][0-9][0-9][x09-x0d -~]*(content-type: video)"
/ip firewall mangle add action=mark-packet chain=prerouting comment="http-video mark-packet" disabled=no layer7-protocol=http-video new-packet-mark=http-video passthrough=no
/queue simple add max-limit=0/64000 name=http-video packet-marks=http-video
but its not totally working. btw i am using hotspot loging system