diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-05 13:23:34 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-06 11:37:02 +0200 |
commit | 19103cd3451a9a5a6be6faa8c2745754ddc40606 (patch) | |
tree | 2c496efcf121a216690040e94fe55cad05c01ea5 /global-functions | |
parent | 5a02c32d7d0c5d8b0951898e040b7918ff1b560a (diff) |
netwatch-notify: rename parameter: hostname -> namechange-82
Starting with RouterOS 7.4 the netwatch tool has been extended, it can
now do tcp and http probes. Rename the parameter for reasonable naming
with services.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index daa6526..bab2716 100644 --- a/global-functions +++ b/global-functions @@ -10,7 +10,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 81; +:global ExpectedConfigVersion 82; # global variables not to be changed by user :global GlobalFunctionsReady false; |