mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-02-24 09:09:36 +00:00
Add check LTE state update script
This commit is contained in:
parent
7594345da8
commit
dcf7445c25
3 changed files with 229 additions and 0 deletions
|
|
@ -147,6 +147,22 @@
|
|||
# add more here...
|
||||
};
|
||||
|
||||
# host to test for internet connectivity (btest server, disabled by default)
|
||||
:global CheckLteStateUpdateBtestHost;
|
||||
# :global CheckLteStateUpdateBtestHost "example.com"; # enable btest
|
||||
# user to test for internet connectivity (btest server)
|
||||
:global CheckLteStateUpdateBtestUser;
|
||||
# :global CheckLteStateUpdateBtestUser "mikrotik"; # enable btest
|
||||
# password to test for internet connectivity (btest server)
|
||||
:global CheckLteStateUpdateBtestPassword;
|
||||
# :global CheckLteStateUpdateBtestPassword "v3ry-s3cr3t"; # enable btest
|
||||
:global CheckLteStateUpdateIP true;
|
||||
# :global CheckLteStateUpdateIP false; # disable checking IP
|
||||
:global CheckLteStateUpdatePrimaryBand false;
|
||||
# :global CheckLteStateUpdatePrimaryBand true; # enable checking primary band
|
||||
:global CheckLteStateUpdateCABand false;
|
||||
# :global CheckLteStateUpdateCABand true; # enable checking CA band
|
||||
|
||||
# This is the address used to send gps data to.
|
||||
:global GpsTrackUrl "https://example.com/index.php";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue