Grafana & Prometheus Part 1

Аватар автора
Linux Prodigy
In this video we will create our first visualisation in Grafana and install Prometheus on Ubuntu to be used later on as a data source. Content of /etc/systemd/system/prometheus.service ========================================== [Unit] Description=Prometheus Wants=network-online.target After=network-online.target [Service] User=prometheus Group=prometheus Type=simple ExecStart=/usr/local/bin/prometheus --config.file /etc/prometheus/prometheus.yml --storage.tsdb.path /var/lib/prometheus/ --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries [Install] WantedBy=multi-user.target ==========================================

0/0


0/0

0/0

0/0