Zabbix: better “Disk space usage” graphs for Windows systems
Posted by jpluimers on 2018/01/09
The default [WayBack] Zabbix Disk space usage
graph (named Disk space usage {#FSNAME}
) for Windows looks like this:
What I want is a graph over time. Based on that, I can start working on different triggers than the default “less than 20% free space available“, for instance:
- [WayBack] A better way to monitor diskspace with Zabbix | Guy Van Sanden
- [WayBack] Monitoring Disk space usage – ZABBIX Forums
So I want graphs similar to the CPU load
(in the graph itself called Processor load
) graph which looks like this:
It is part of the Graph prototypes
for the Template OS Windows
discovery list Mounted filesystem discovery
:
For now I’ve added this graph prototype as Line
chart with 95th percentile:
If that work, I can start working on the triggers:
–jeroen
Leave a Reply