Home Lab
  • Docker
    • Docker Engine
    • NVIDIA Container
  • Monitor
    • Grafana
    • Influxdb
    • Telegraf
  • Plex Server
    • Plex Media Server
    • Swizzin
    • GPU Acceleration Setup
  • RAID Array
    • How To List Disks on Linux
    • Adding a Spare Device to an Array
    • How To Create RAID Arrays with mdadm on Ubuntu 16.04
    • Deleting an Array
    • Increasing the Number of Active Devices in an Array
    • Removing a Device from an Array
  • Raspberry Pi
    • DNS Server
    • Raspberry Imager
    • Increasing SWAP on a Raspberry Pi
    • PiVPN
  • Markdown
  • Ubuntu Server 20.04 LTS
    • Ubuntu: Extend your default LVM space
    • Useful Commands
Powered by GitBook
On this page
  • Resources
  • Docker Compose
  • Setup Data Source
  1. Monitor

Grafana

PreviousMonitorNextInfluxdb

Last updated 2 years ago

Resources

  • Grafana dashboard ID: 16568

  • Influxdb hostname: <INFLUXDB_HOST_IP>:8086

Docker Compose

version: "2.3"
services:
    grafana:
    container_name: grafana
    image: grafana/grafana-oss
    network_mode: "host"
    volumes:
        - <GRAFANA_CONFIG_DIR>:/var/lib/grafana

Setup Data Source

grafana