filmov
tv
Prometheus and Grafana Part 2

Показать описание
In this video we will first install node-exporter and use the metrics exposed by this tool to create a visualisation in Grafana
[Unit]
Description=Node Exporter
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
User=node_exporter
Group=node_exporter
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/node_exporter \
[Install]
[Unit]
Description=Node Exporter
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
User=node_exporter
Group=node_exporter
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/node_exporter \
[Install]