panic
panic copied to clipboard
PANIC Monitoring and Alerting For Blockchains
Currently, the node configs for cosmos and substrate chains hold a field whether to monitor the node's system. On the other hand, chainlink chains have separate configs for nodes and...
When performing `npm install` on the `feature/25-Implement-cosmos-node-data-transformer` branch, the log outputted a series of security vulnerabilities. `npm audit` output:  To solve this we can try using `npm audit fix`....
Since we are going to migrate the installer to the UI, it is of paramount importance that the configurations are not exposed to the public. As a result, we need...
When a metric is problematic, a description will be shown in the problems, where the metric state is stored in Redis. If the user disables a metric so that it...
While discussing the implementation of https://github.com/SimplyVC/panic/issues/41 with @simplyrider some questions about the approach to implement the API endpoint were asked, since @simplyrider POC for handling configuration uses https://flask.palletsprojects.com/. @simplyrider suggested...
Currently, for the various stores, Redis is being initialised in the parent class `Store`. This should be avoided since not all components make use of Redis. The initialisation should be...
While on branch `feature/25-implement-cosmos-node-data-transformer` I performed the following: 1. `bash clean_ui.sh` 2. `cd ui` 3. `npm install` 4. `npm test` When doing this, this error was raised:  Afterwards I...
On root folder when I ran `docker-composer up -d --build` I got this message > Couldn't connect to Docker daemon at http+docker://localhost - is running? _OS: Xubuntu 20.04 64bits over...
On the ui folder I installed node dependencies: `npm install` After that, I ran: `npm test` But I got this error: > Your current version of Node is v10... however,...
Having these kind of messages would inform the node operator that PANIC is not obtaining data in the expected format. To the node operator this may mean that PANIC is...