mirror of
https://github.com/pothi/mikrotik-lte-scripts.git
synced 2026-07-09 11:31:35 +00:00
Compare commits
No commits in common. "21c3b3984555af2d109c4b9bf8acace1314477ec" and "c8ccba90c63a2252bdbbc316a505acda4ca30e11" have entirely different histories.
21c3b39845
...
c8ccba90c6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Alert upon new firmware for LTE Modem
|
# Alert upon new firmware for LTE Modem
|
||||||
|
|
||||||
# Ref: https://help.mikrotik.com/docs/spaces/ROS/pages/30146563/LTE+5G#LTE/5G-Modemfirmware-upgradecommand
|
# Ref: https://wiki.mikrotik.com/wiki/Manual:Interface/LTE#Modem_firmware_upgrade
|
||||||
|
|
||||||
# requirement/s:
|
# requirement/s:
|
||||||
# policy: read, write, policy, test
|
# policy: read, write, policy, test
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
LTE Latest Firmware Version: $lteLatestVer"
|
LTE Latest Firmware Version: $lteLatestVer"
|
||||||
:log info "A new firmware is available for LTE modem and an email is sent to '$adminEmail'."
|
:log info "A new firmware is available for LTE modem and an email is sent to '$adminEmail'."
|
||||||
} else={
|
} else={
|
||||||
:log info "No new firmware update for LTE Modem."
|
:log info "No new firmware update for LTE."
|
||||||
:log info "LTE Installed Firmware Ver: $lteInstalledVer"
|
:log info "LTE Installed Firmware Ver: $lteInstalledVer"
|
||||||
:log info " LTE Latest Firmware Ver: $lteLatestVer"
|
:log info " LTE Latest Firmware Ver: $lteLatestVer"
|
||||||
}
|
}
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
:log info "Connected to internet. Time synced."
|
:log info "Connected to internet. Time synced."
|
||||||
|
|
||||||
:local commonScripts {"firmware-check-rb"; "firmware-check-ros";}
|
:local commonScripts {"firmware-check-rb"; "firmware-check-ros";}
|
||||||
:local initScripts ($commonScripts, "firmware-check-modem")
|
:local initScripts ($commonScripts, "firmware-check-lte")
|
||||||
|
|
||||||
/system script
|
/system script
|
||||||
:foreach scriptName in $initScripts do={
|
:foreach scriptName in $initScripts do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue