• Breaking News

    Monday 8 February 2016

    55. Mikrotik Monitoring Traffic by Email Alert

    Here is a Script:

    /system script add name="record" source={
      :global tmp
      :global tx
      :global rx
      :foreach i in [/interface find] do={
        /interface monitor-traffic $i once do={
          :set tx ($sent-bits-per-second/1048576)
          :set rx ($received-bits-per-second/1048576)
          :if ([/system scheduler get record run-count]=1) do={
            :global ttx
            :set ttx $tx
            :global trx
            :set trx $rx
            }
          :if ($tx>$ttx) do={
            /tool e-mail send \
              to=example@example.com \
              subject="Script message" \
              body=("The transmission traffic on " . \
              [/interface get $i name] . " got up to " . $tx . "Mbps")
            :set ttx $tx
            }
          :if ($rx>$trx) do={
            /tool e-mail send \
              to=example@example.com \
              subject="Script message" \
              body=("The receiving traffic on " . \
              [/interface get $i name] . " got up to " . $rx . "Mbps")
            :set trx $rx
            }
          }
        }
      }


    You can contact me: plus.google.com/+PhallaCCMT; youtube.com/phallaccmt; facebook.com/Phalla.CCMT; twitter.com/PhallaCCMT and Phalla.CCMT@gmail.com

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel