Hello,
We use version 6.4 of zabbix. One of the dashboards shows disks of one of the servers. Among other things, there are graphs showing disk space occupied over time. Is it possible to set the max value of X axis using a macro that stores the total disk space value?
When i paste my macro: {?last(/192.168.4.44/vfs.fs.dependent.size[D:,total])} i got "Invalid parameter "Left Y/Max": a number is expected."
Is it because i can't use macros here or maybe the problem is with the output data (100 GB)
Best regards.
We use version 6.4 of zabbix. One of the dashboards shows disks of one of the servers. Among other things, there are graphs showing disk space occupied over time. Is it possible to set the max value of X axis using a macro that stores the total disk space value?
When i paste my macro: {?last(/192.168.4.44/vfs.fs.dependent.size[D:,total])} i got "Invalid parameter "Left Y/Max": a number is expected."
Is it because i can't use macros here or maybe the problem is with the output data (100 GB)
Best regards.
Comment