Monitoring Network thru SMS Alerts

From MikroTik Wiki
Revision as of 12:56, 21 January 2008 by Ashish (talk | contribs) (New page: '''Monitor Network thru SMS Alerts''' Now it is possible to monitor your network using SMS alerts, while you are on move, you can have a close watch on your network via SMS on your mobile...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Monitor Network thru SMS Alerts

Now it is possible to monitor your network using SMS alerts, while you are on move, you can have a close watch on your network via SMS on your mobile.

To enable this facility, we need to attach GSM Modem with MikroTik.

Configuration is as follows.

STEP-1

Connect GSM Modem on serial or USB port of MikroTik Router.

STEP-2

Configure Netwatch.
/tool netwatch add
host=192.168.1.1
interval=10s 
timeout=150 
up-script=”tool sms send serial0 "9909890908" message="Message " 
down-script=/tool sms send serial0 "9909890908" message="Message"

Repeating the above steps you can configure your whole network, you need to change host, Interval, timeout & message value according to your requirements