v1.2.0
Update Instructions
To update an instance of PANIC to this version run these commands inside the project directory:
docker-compose kill
git fetch
git checkout v1.2.0
If you previously configured any Substrate chains/nodes, kindly install Python 3 and run the following command inside the project directory:
sudo scripts/upgrade_to_1_2_0.sh # For upgrading from an older version to 1.2.0
The script used in this command updates some fields in the nodes_config.ini
and alerts_config.ini
files for substrate chains accordingly.
Note: Despite upgrading any Substrate configurations, the upgrade script will enable you to continue monitor Substrate systems. Therefore you still need to go through the web-installer to set-up Substrate alerting.
To re-build and run PANIC (including the UI), run the following command:
docker-compose up -d --build
The UI can be accessed from https://{UI_ACCESS_IP}:3333
, where UI_ACCESS_IP
is the IP of where panic is deployed (see installation guide on how to setup PANIC).
Change Log
Released on 27th June 2022
- Added Substrate Node and Network alerting.
- Added Substrate-API docker service. This is going to be used to get Substrate-related metrics.
- Updated API, UI and Web-Installer to be compatible with Substrate alerting.