I cloned the Windows by Zabbix agent template to create one for higher disk utilization servers. The only thing I changed was the macro for C: disk space usage and changed it to 87% and 97%. After doing so I don't seem to get any problems for servers using that template? One server using that template has 92% used so it should be listing a problem for the 87% threshold... does anyone know why the cloned template would not be working after only changing those two values? If I change the values to 80% and 90% it starts working. So is that value linked to something else?
Ad Widget
Collapse
Windows Template Cloning Issue
Collapse
X
-
Do not clone the template, just change the value in the macro's of the zabbix host. (a zabbix host > macro's > inheredted and template macro's > change values of {$VFS.FS.PUSED.MAX.CRIT} and {$VFS.FS.PUSED.MAX.WARN})
Disconnect templates from the host, add the template and change the macro.
follow: https://www.zabbix.com/documentation.../config/macros
Comment