3 года назад
Nodes monitoring with Grafana & Prometheus
Before you start, make sure prometheus is set to true in .gaia/config/config.toml. Manual Installation 1. Install Grafana For demonstration purposes, this tutorial will assume an amd64-based device running Linux is used. $ wget https://dl.grafana.com/oss/release/grafana_5.4.2_amd64.deb $ sudo apt-get install -y adduser libfontconfig $ sudo dpkg -i grafana_5.4.2_arm64.deb 2. Start Grafana Server As a Service Choose either one of the approaches down below: Option 1: via systemd $ systemctl daemon-reload $...
9 месяцев назад
Установка Grafana и Prometheus в dockre
В данной инструкции мы разберемся с вами правильно установить и настроить одну из самых популярных система мониторинга Grafana + Prometheus. Установку мы буде производить в Docker. В статье мы подробно...