Alexey
July 30, 2024, 8:40am
31
I guess yes. At least I saw many dashboards here, on the forum, for multiple nodes.
I think you can search them and ask authors to share.
One of the examples:
1. Setting up prometheus
For storing all statistics of the nodes, we use prometheus. So choose one PC/Server where you want to run prometheus. It doesn’t need to be a powerful PC and it doesn’t need much space, you can decide how much space prometheus is allowed to use or how long you want to store your statistics. However, make sure you choose a PC (or a directory) that doesn’t write to an SD card as that would shorten its lifespan significantly.
On that chosen PC we first create a prometheus.…
I would like to setup email alerts for my storage nodes. It turns out the storage node already has a Prometheus endpoint. It is running on the debug endpoint /metrics. If you haven’t set the debug endpoint please visit Guide to debug my storage node, uplink, s3 gateway, satellite
I have already a Prometheus instance running and Grafana inclusive email alerts. Here are my configs:
docker-compose.yaml
version: "3.3"
services:
prometheus:
restart: unless-stopped
user: 993:991
ports…
See other prometheus posts or limit a search to: Search results for 'tags:multiple-nodes+prometheus' - Storj Community Forum (official)