Hello,
We would like to monitor Linux/Windows directories like /root or C: , D: etc.
Is that possible to create dashboard for directories on the Grafana?
1 Like
Yes, you can create a Grafana dashboard to monitor Linux and Windows directories by using Prometheus with the Node Exporter for Linux or Windows Exporter for Windows. These exporters collect filesystem metrics, including disk usage and available space. Once set up, configure Prometheus to scrape the metrics and visualize them in Grafana using appropriate queries. You can also use Telegraf or Loki for log-based directory monitoring.