Monitor Linux Server Performance with Prometheus and Grafana on Ubuntu Server

preview_player
Показать описание
Prometheus systemd file
=======================
[Unit]
Description=Prometheus
[Service]
Restart=always
[Install]

Node exporter systemd file
============================
[Unit]
Description=Node Exporter
[Service]
ExecStart=/etc/node_exporter/node_exporter
Restart=always
[Install]

Prometheus scrape file
==========================
global:
scrape_interval: 15s

scrape_configs:
- job_name: node
static_configs:
- targets: ['localhost:9100']
Рекомендации по теме
Комментарии
Автор

I didn't get grafana part. What you have imported so many graphs created automatically??? that ID 1860 also explain

im
Автор

if prometheus installed on NODE-A and I want to monitor NODE-B, NODE-C, do I need to install node exporter on every node?

im
Автор

It's really hard to follow a 1920's style video, you need to talk if you want views!

ag
Автор

Hello! Is this setup monitoring nodejs apps too? Or just server ? Thumbs up for the tuts! 🫡

Maresaludmr