Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 738 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 738 Bytes

To install monitoring enter command:

curl -s https://raw.githubusercontent.com/razumv/helpers/main/monitor.sh | bash
When need a custom OWNER or HOSTNAME on dashboards:
export OWNER=new_custom_owner
export HOSTNAME=new_custom_nodename

After install general monitoring:

To install substate monitoring enter command:

curl -s https://raw.githubusercontent.com/razumv/helpers/main/monitor_add_substrate.sh | bash

To install aleo monitoring enter command:

curl -s https://raw.githubusercontent.com/razumv/helpers/main/monitor_add_aleo.sh | bash

To install cosmos monitoring enter command:

curl -s https://raw.githubusercontent.com/razumv/helpers/main/monitor_add_cosmos.sh | bash