hi m8s!
i’d like to use a script, which pings an address continiously, and if the value rises over 150ms it sends an email automatically to a specified address.
Help me please!
thnx in advance
b.r.
hi m8s!
i’d like to use a script, which pings an address continiously, and if the value rises over 150ms it sends an email automatically to a specified address.
Help me please!
thnx in advance
b.r.
you can configure netwatch to do pings, and configure the timeout to be 150ms:
http://www.mikrotik.com/docs/ros/2.9/tools/netwatch
then make a script that sends emails, and tell netwatch to trigger that script.
thnx normis