mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-06-25 03:08:39 +02:00
Clean ups
This commit is contained in:
parent
411006a7a5
commit
0f3f4a1950
3 changed files with 17 additions and 3 deletions
16
README.md
16
README.md
|
@ -130,7 +130,7 @@ $ChangeLcd lightModeStartTime="08:00:00" darkModeStartTime="17:00:00";
|
|||
|
||||
### RouterOS_Low_Disk_Space.rsc
|
||||
|
||||
> RouterOS function genersting mail alert if disk space is below defined treshhold.
|
||||
> RouterOS function generating mail alert if disk space is below defined treshhold.
|
||||
|
||||
```
|
||||
$LowDiskSpace treshhold=free_disk_space_in_%;
|
||||
|
@ -148,6 +148,20 @@ $LowDiskSpace treshhold=free_disk_space_in_%;
|
|||
|
||||
:soon:
|
||||
|
||||
### RouterOS_Modulo.rsc
|
||||
|
||||
>Modulo function.
|
||||
|
||||
```
|
||||
$Modulo number=number_to_be_devided modulo=modulo_value;
|
||||
```
|
||||
|
||||
### RouterOS_Load_Script.rsc
|
||||
|
||||
```
|
||||
$LoadScript scriptName=scriptName.rsc;
|
||||
```
|
||||
|
||||
## Authors
|
||||
|
||||
- Grzegorz Budny
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
}
|
||||
|
||||
$LoadScript scriptName=testScript.rsc;
|
||||
$LoadScript scriptName=scriptName.rsc;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
:return $reminder
|
||||
}
|
||||
|
||||
$Modulo number=5 modulo=2;
|
||||
$Modulo number=number_to_be_devided modulo=modulo_value;
|
Loading…
Add table
Add a link
Reference in a new issue