Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

BitCannaCommunity/cosmos-monitoring-Cosmos-IE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosmos-IE

CreatePlan CreatePlan CreatePlan
Integrated Exporter for CosmosSDK

Introduction

This Prometheus exporter is for monitoring information which is not provided from Tendermint’s basic Prometheus exporter(localhost:26660)

List of supported chains

Cosmos(cosmoshub-4), IRISnet(irishub-1), BitCanna(bitcanna-testnet-1)

Install

cd $HOME
git clone https://github.com/node-a-team/Cosmos-IE.git
cd $HOME/Cosmos-IE

go build

./Cosmos-IE version
## Cosmos-IE v3.0.2

Service(ex: cosmos)

## Create a systemd service
sudo tee /etc/systemd/system/Cosmos-IE.service > /dev/null <<EOF
[Unit]
Description=Integrated Exporter for CosmosSDK
After=network-online.target

[Service]
User=${USER}
ExecStart=$HOME/Cosmos-IE/Cosmos-IE run \
  --chain "cosmos" \
  --oper-addr "cosmosvaloper14l0fp639yudfl46zauvv8rkzjgd4u0zk2aseys"
Restart=always
RestartSec=3
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=Cosmos-IE

[Install]
WantedBy=multi-user.target
EOF

## Start service
sudo systemctl enable Cosmos-IE
sudo systemctl start Cosmos-IE

## log
journalctl -f | grep Cosmos-IE

About

Integrated Exporter for CosmosSDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%