Releases: cyberomanov/status
Releases · cyberomanov/status
tendermint v1.3.1
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.shrework.
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_MINvalue; - sends alarm about scheduled upgrade, if the upgrade is closer than
UPGRADE_ALARM_IN_MINvalue; - 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_ALARMvalues; - 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.
tendermint v1.1.0
Added 'IGNORE_INACTIVE_STATUS' ability.
tendermint v1.0.0
1 message per server.
tendermint v0.0.0
Several messages per server.