mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-06-21 01:15:43 +02:00
Cosmetic
Extra speces removed.
This commit is contained in:
parent
e694bc14f9
commit
9914cf5e18
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
:foreach s in=$w do={
|
||||
:local i [:resolve $s];
|
||||
:local p [/ping $i count=3 ];
|
||||
:local p [/ping $i count=3];
|
||||
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
|
||||
as-value keep-result=no];
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
:local i [:resolve $s];
|
||||
|
||||
# try pinging the IP address of this site
|
||||
:local p [/ping $i count=3 ];
|
||||
:local p [/ping $i count=3];
|
||||
|
||||
# try fetching the web page of this site
|
||||
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
:local IpAddress [:resolve $SiteName];
|
||||
|
||||
# try pinging the IP address of this site
|
||||
:local PingResult [/ping $IpAddress count=3 ];
|
||||
:local PingResult [/ping $IpAddress count=3];
|
||||
|
||||
# try getting the web page of this site
|
||||
:local UrlFetch [/tool fetch url=("https://$SiteName") mode=https \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
:foreach s in=$w do={
|
||||
:local i [:resolve $s];
|
||||
:local p [/ping $i count=3 ];
|
||||
:local p [/ping $i count=3];
|
||||
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
|
||||
as-value keep-result=no];
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
:local i [:resolve $s];
|
||||
|
||||
# try pinging the IP address of this site
|
||||
:local p [/ping $i count=3 ];
|
||||
:local p [/ping $i count=3];
|
||||
|
||||
# try fetching the web page of this site
|
||||
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
:local IpAddress [:resolve $SiteName];
|
||||
|
||||
# try pinging the IP address of this site
|
||||
:local PingResult [/ping $IpAddress count=3 ];
|
||||
:local PingResult [/ping $IpAddress count=3];
|
||||
|
||||
# try getting the web page of this site
|
||||
:local UrlFetch [/tool fetch url=("https://$SiteName") mode=https \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue