diff options
-rw-r--r-- | check-routeros-update | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update index 3bec07b..7df980e 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -75,7 +75,8 @@ } $SendNotification ("RouterOS update \E2\9C\A8") \ - ("There is a RouterOS update available.\n\n" . \ + ("A new RouterOS version " . ($Update->"latest-version") . \ + " is available for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \ "" "true"; |