For the complete documentation index, see llms.txt. This page is also available as Markdown.

APM Sentinel Node

Monitoring Sentinel Node Using Grafana Stack

Architecture

Tech Stack

We used Grafana, Prometheus and Telegraf, where grafana for visualization, prometheus as database collector data and telegraf as metrics agent.

Installations Platform

Install Grafana and Prometheus

you can refer the pages Install Monitoring Stack. Please deploy Grafana and promethus in your bastion or other server (non sentinel node). Esspecially VPS for Monitoring Only, In case above Architecture we should install in bastion VM.

Configuration Prometheus, you can add in /etc/prometheus/prometheus.yml

we assume you have connected from bastion to each sentinel node with netwrok private. you can used vswitch or vpn.

Install Telegraf

We used telegraf as metrics collector . automation installation metrics collector please find below. Create file in your sentinel node, we assume the file name sentinel-telegraf.sh

we assume your API Sentinel Node EndPoint used 7777, if you used different port please change port 7777 in script first

Deploy Telegraf

Grafana Visualization

Monitoring Host | Download

Monitoring Setinel Node | Download

Last updated