mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-06-26 03:28:38 +02:00
update for v6/v7 support
This commit is contained in:
parent
4871e9432b
commit
b10b99bd87
120 changed files with 1479 additions and 22 deletions
|
@ -1,17 +0,0 @@
|
|||
# filename: ch10-01-bad-script.rsc
|
||||
|
||||
:local w {"mikrotik.com"; "www.google.com"; "twitter.com"};
|
||||
|
||||
:foreach s in=$w do={
|
||||
:local i [/resolve $s];
|
||||
:local p [/ping $i count=3 ];
|
||||
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
|
||||
as-value keep-result=no];
|
||||
|
||||
:put "==========================================";
|
||||
:put ("Site: $s");
|
||||
:put ("IP Address = $i");
|
||||
:put ("Ping success = $p/3");
|
||||
:put ("Page d/load duration: " . $u->"duration");
|
||||
:put "===========================================";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue