mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 10:14:51 +02:00
check-health: support hard lower limit for voltage
... to detect slow decrease of voltage, for example with UPS.
This commit is contained in:
parent
d87c50cf68
commit
2625cc09a5
6 changed files with 19 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 68;
|
||||
:global GlobalConfigVersion 69;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -105,6 +105,7 @@
|
|||
}
|
||||
# This is deviation on recovery threshold against notification flooding.
|
||||
:global CheckHealthTemperatureDeviation 2;
|
||||
:global CheckHealthVoltageLow 115;
|
||||
:global CheckHealthVoltagePercent 10;
|
||||
|
||||
# Access-list entries matching this comment are updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue