Monitoring Setup
Last updated
Last updated
The Klaytn team provides a site for monitoring the Klaytn CCN at . The telegraf
monitoring agent is installed in each CN/PN of the CC to collect metrics and send them to the monitoring server. Once installed, you may visit the monitoring site to view the metrics of the Klaytn CCs.
The installation process is as follows:
Install telegraf
in the CN/PNs
Configure telegraf
Start telegraf
Telegraf Installation Guide (Amazon Linux 2 users, see below):
Note for Amazon Linux 2
To install Telegraph on Amazon Linux 2, you may use InfluxData's RHEL 7 yum repo as follows:
/etc/kcnd/conf/kcnd.conf
Check
You may confirm that the above two options are enabled by checking that port 61001 is open.
Configure Telegraf service
Copy the following file to the telegraf
configuration directory (/etc/telegraf/telegraf.d/
), and edit nodetype
, instance
, and hostname
appropriately for each node:
Change the following in /etc/telegraf/telegraf.conf
:
Comment out the [[outputs.influxdb]]
section
Start Telegraf
If each CN/PN has the above configuration and agent, you can check the metrics at the following URL:
As a CC operator, you may request an account by providing your company name and email address in the Slack channel. Please note that only CC operators are allowed to request a Grafana account.