Skip to content

Releases: cyberomanov/status

tendermint v1.3.1

09 Jul 09:01
9f85cc7
Compare
Choose a tag to compare

some functions:

  • __CPULoad - sends alarms when server load is higher than set value in cosmos.conf. can be turned off by cosmos.conf;
  • __UpgradePlan - sends log, if the specific chain has scheduled upgrade. also sends alarm if upgrade is closer than set value in cosmos.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.

tendermint v1.1.0

17 Jun 17:53
34661cf
Compare
Choose a tag to compare

Added 'IGNORE_INACTIVE_STATUS' ability.

tendermint v1.0.0

17 Jun 12:12
786b362
Compare
Choose a tag to compare

1 message per server.

tendermint v0.0.0

17 Jun 12:02
786b362
Compare
Choose a tag to compare

Several messages per server.