cyberomanov
released this
09 Jul 09:01
·
80 commits
to main
since this release
some functions:
__CPULoad
- sends alarms when server load is higher than set value incosmos.conf
. can be turned off bycosmos.conf
;__UpgradePlan
- sends log, if the specific chain has scheduled upgrade. also sends alarm if upgrade is closer than set value incosmos.conf
;nym.sh
rework.
some fixes and details:
- doesn't send info about missed blocks, if missed blocks count is zero;
- doesn't send info about proposals, if there's no active or unvoted proposals;
- sends info about scheduled upgrade, if the upgrade is farther than
UPGRADE_ALARM_IN_MIN
value; - sends alarm about scheduled upgrade, if the upgrade is closer than
UPGRADE_ALARM_IN_MIN
value; - sends info about server load, if
SEND_LOAD="true"
; - sends alarm about server load, if CPU/RAM/partition is loaded more than
CPU_ALARM
/RAM_ALARM
/PARTITION_ALARM
values; - doesn't send info and alarm about server load, if
SEND_LOAD="false"
; - sends alarm, if different between local and explorer blocks is more than 100 blocks;
- some fixes.